Shades of Pale Sky #696E70
Tints of Pale Sky #696E70
RGB
CMYK
RGB Variations
Color information
#696E70 (or 0x696E70) is known color: Pale Sky. HEX triplet: 69, 6E and 70. RGB value is (105,110,112). Sum of RGB (Red+Green+Blue) = 105+110+112=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 112 - color contains mainly: blue. Hex color #696E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E70 is #96918F. Grayscale: #6C6C6C. Windows color (decimal): -9867664 or 7368297. OLE color: 7368297.
HSL color Cylindrical-coordinate representation of color #696E70: hue angle of 197.14º 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 #696E70 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 110 | 112 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.56 |
| HSL | 197.14º | 0.03% | 0.43% | - |
| HSV(B) | 197.14º | 0.06% | 0.44% | - |
| XYZ | 14.33 | 15.32 | 17.53 | - |
| YUV | 108.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 112 | 0.06 | 0.02 | 0 | 0.56 | 197.14 | 0.03 | 0.43 |
| Hex | 69 | 6E | 70 | 6 | 2 | 0 | 38 | C5 | 3 | 2B |
| Octal | 151 | 156 | 160 | 6 | 2 | 0 | 70 | 305 | 3 | 53 |
| Binary | 1101001 | 1101110 | 1110000 | 110 | 10 | 0 | 111000 | 11000101 | 11 | 101011 |
Color Harmonies of #696E70
Complementary color
Monochromatic Colors of #696E70
Black with #696E70
Text Example
Text Example
White with #696E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E70; }
p { color: rgb(105,110,112); }
H1.HeaderClassName
{
color: #696E70;
}
.AnyTagClassName
{
color: #696E70;
}
</style>
background-color css
<style>
a { background-color: #696E70; }
a { background-color: rgb(105,110,112); }
div.DivClassName
{
background-color: #696E70;
}
.BgClassName
{
background-color: #696E70;
}
</style>
border-color css
<style>
span { border-color: #696E70; }
span { border-color: rgb(105,110,112); }
td.TdClassName
{
border-color: #696E70;
}
.TagClassName
{
border-color: #696E70;
}
</style>