HEX
#
RGB
HSL

#696969 CSS / HTML Preview

Text with hexadecimal color #696969

This text has a font color of #696969.

<span style="color:#696969;">Your text here</span>
#696969 border color

This element has a border color of #696969.

<div style="border:2px solid #696969;">Content here</div>
#696969 background color

This paragraph has a background color of #696969.

<p style="background-color:#696969;">Content here</p>
CSS codes
.text {color:#696969;}
.background {background-color:#696969;}
.border {border:1px solid #696969;}