Dim Grey/ mostly black
Enter any color value (e.g., #224fc7, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#696969 color RGB value is (105,105,105)
#696969 color CMYK value
#696969 color HSL value
HSV(or HSB) | 0° | 0 | 41.2 |
XYZ | 13.427 | 14.126 | 15.384 |
Yxy | 0.313 | 0.329 | 14.126 |
LAB | 44.414 | 0.003 | -0.005 |
LUV | 44.414 | 0 | -0.008 |
Hunter-LAB | 37.585 | -2.005 | 2.042 |
CIE-LCH | 44.414 | 0.006 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 69 | 69 | 69 |
Decimal | 105 | 105 | 105 |
Octal | 151 | 151 | 151 |
Binary | 01101001 | 01101001 | 01101001 |
This text has a font color of #696969.
<span style="color:#696969">Text here</span>
This paragraph has a background color of #696969.
<p style="background-color:#696969;">Content here</p>
This element has a border color of #696969.
<div style="border:1px #696969;">Content here</div>
.text {color:#696969;}
.background {background-color:#696969;}
.border {border:1px solid #696969;}
.text-shadow {border:1px solid #696969;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #090909 is the darkest color, while #fefefe is the lightest one.