Shades of Mid Grey #696D70
Tints of Mid Grey #696D70
RGB
CMYK
RGB Variations
Color information
#696D70 (or 0x696D70) is known color: Mid Grey. HEX triplet: 69, 6D and 70. RGB value is (105,109,112). Sum of RGB (Red+Green+Blue) = 105+109+112=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 112 - color contains mainly: blue. Hex color #696D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D70 is #96928F. Grayscale: #6C6C6C. Windows color (decimal): -9867920 or 7368041. OLE color: 7368041.
HSL color Cylindrical-coordinate representation of color #696D70: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696D70 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 109 | 112 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.56 |
| HSL | 205.71º | 0.03% | 0.43% | - |
| HSV(B) | 205.71º | 0.06% | 0.44% | - |
| XYZ | 14.22 | 15.11 | 17.5 | - |
| YUV | 108.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 112 | 0.06 | 0.03 | 0 | 0.56 | 205.71 | 0.03 | 0.43 |
| Hex | 69 | 6D | 70 | 6 | 3 | 0 | 38 | CE | 3 | 2B |
| Octal | 151 | 155 | 160 | 6 | 3 | 0 | 70 | 316 | 3 | 53 |
| Binary | 1101001 | 1101101 | 1110000 | 110 | 11 | 0 | 111000 | 11001110 | 11 | 101011 |
Color Harmonies of #696D70
Complementary color
Monochromatic Colors of #696D70
Black with #696D70
Text Example
Text Example
White with #696D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D70; }
p { color: rgb(105,109,112); }
H1.HeaderClassName
{
color: #696D70;
}
.AnyTagClassName
{
color: #696D70;
}
</style>
background-color css
<style>
a { background-color: #696D70; }
a { background-color: rgb(105,109,112); }
div.DivClassName
{
background-color: #696D70;
}
.BgClassName
{
background-color: #696D70;
}
</style>
border-color css
<style>
span { border-color: #696D70; }
span { border-color: rgb(105,109,112); }
td.TdClassName
{
border-color: #696D70;
}
.TagClassName
{
border-color: #696D70;
}
</style>