Shades of Pale Sky #696F72
Tints of Pale Sky #696F72
RGB
CMYK
RGB Variations
Color information
#696F72 (or 0x696F72) is known color: Pale Sky. HEX triplet: 69, 6F and 72. RGB value is (105,111,114). Sum of RGB (Red+Green+Blue) = 105+111+114=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: blue. Hex color #696F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F72 is #96908D. Grayscale: #6D6D6D. Windows color (decimal): -9867406 or 7499625. OLE color: 7499625.
HSL color Cylindrical-coordinate representation of color #696F72: hue angle of 200º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696F72 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 111 | 114 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.55 |
| HSL | 200º | 0.04% | 0.43% | - |
| HSV(B) | 200º | 0.08% | 0.45% | - |
| XYZ | 14.55 | 15.59 | 18.16 | - |
| YUV | 109.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 114 | 0.08 | 0.03 | 0 | 0.55 | 200 | 0.04 | 0.43 |
| Hex | 69 | 6F | 72 | 8 | 3 | 0 | 37 | C8 | 4 | 2B |
| Octal | 151 | 157 | 162 | 10 | 3 | 0 | 67 | 310 | 4 | 53 |
| Binary | 1101001 | 1101111 | 1110010 | 1000 | 11 | 0 | 110111 | 11001000 | 100 | 101011 |
Color Harmonies of #696F72
Complementary color
Monochromatic Colors of #696F72
Black with #696F72
Text Example
Text Example
White with #696F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F72; }
p { color: rgb(105,111,114); }
H1.HeaderClassName
{
color: #696F72;
}
.AnyTagClassName
{
color: #696F72;
}
</style>
background-color css
<style>
a { background-color: #696F72; }
a { background-color: rgb(105,111,114); }
div.DivClassName
{
background-color: #696F72;
}
.BgClassName
{
background-color: #696F72;
}
</style>
border-color css
<style>
span { border-color: #696F72; }
span { border-color: rgb(105,111,114); }
td.TdClassName
{
border-color: #696F72;
}
.TagClassName
{
border-color: #696F72;
}
</style>