Shades of Mid Grey #696D6F
Tints of Mid Grey #696D6F
RGB
CMYK
RGB Variations
Color information
#696D6F (or 0x696D6F) is known color: Mid Grey. HEX triplet: 69, 6D and 6F. RGB value is (105,109,111). Sum of RGB (Red+Green+Blue) = 105+109+111=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 111 - color contains mainly: blue. Hex color #696D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D6F is #969290. Grayscale: #6C6C6C. Windows color (decimal): -9867921 or 7302505. OLE color: 7302505.
HSL color Cylindrical-coordinate representation of color #696D6F: hue angle of 200º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696D6F is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 109 | 111 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.56 |
| HSL | 200º | 0.03% | 0.42% | - |
| HSV(B) | 200º | 0.05% | 0.44% | - |
| XYZ | 14.16 | 15.09 | 17.2 | - |
| YUV | 108.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 111 | 0.05 | 0.02 | 0 | 0.56 | 200 | 0.03 | 0.42 |
| Hex | 69 | 6D | 6F | 5 | 2 | 0 | 38 | C8 | 3 | 2A |
| Octal | 151 | 155 | 157 | 5 | 2 | 0 | 70 | 310 | 3 | 52 |
| Binary | 1101001 | 1101101 | 1101111 | 101 | 10 | 0 | 111000 | 11001000 | 11 | 101010 |
Color Harmonies of #696D6F
Complementary color
Monochromatic Colors of #696D6F
Black with #696D6F
Text Example
Text Example
White with #696D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D6F; }
p { color: rgb(105,109,111); }
H1.HeaderClassName
{
color: #696D6F;
}
.AnyTagClassName
{
color: #696D6F;
}
</style>
background-color css
<style>
a { background-color: #696D6F; }
a { background-color: rgb(105,109,111); }
div.DivClassName
{
background-color: #696D6F;
}
.BgClassName
{
background-color: #696D6F;
}
</style>
border-color css
<style>
span { border-color: #696D6F; }
span { border-color: rgb(105,109,111); }
td.TdClassName
{
border-color: #696D6F;
}
.TagClassName
{
border-color: #696D6F;
}
</style>