Shades of Pale Sky #606E72
Tints of Pale Sky #606E72
RGB
CMYK
RGB Variations
Color information
#606E72 (or 0x606E72) is known color: Pale Sky. HEX triplet: 60, 6E and 72. RGB value is (96,110,114). Sum of RGB (Red+Green+Blue) = 96+110+114=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #606E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E72 is #9F918D. Grayscale: #6A6A6A. Windows color (decimal): -10457486 or 7499360. OLE color: 7499360.
HSL color Cylindrical-coordinate representation of color #606E72: hue angle of 193.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606E72 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 110 | 114 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.55 |
| HSL | 193.33º | 0.09% | 0.41% | - |
| HSV(B) | 193.33º | 0.16% | 0.45% | - |
| XYZ | 13.44 | 14.85 | 18.08 | - |
| YUV | 106.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 114 | 0.16 | 0.04 | 0 | 0.55 | 193.33 | 0.09 | 0.41 |
| Hex | 60 | 6E | 72 | 10 | 4 | 0 | 37 | C1 | 9 | 29 |
| Octal | 140 | 156 | 162 | 20 | 4 | 0 | 67 | 301 | 11 | 51 |
| Binary | 1100000 | 1101110 | 1110010 | 10000 | 100 | 0 | 110111 | 11000001 | 1001 | 101001 |
Color Harmonies of #606E72
Complementary color
Monochromatic Colors of #606E72
Black with #606E72
Text Example
Text Example
White with #606E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E72; }
p { color: rgb(96,110,114); }
H1.HeaderClassName
{
color: #606E72;
}
.AnyTagClassName
{
color: #606E72;
}
</style>
background-color css
<style>
a { background-color: #606E72; }
a { background-color: rgb(96,110,114); }
div.DivClassName
{
background-color: #606E72;
}
.BgClassName
{
background-color: #606E72;
}
</style>
border-color css
<style>
span { border-color: #606E72; }
span { border-color: rgb(96,110,114); }
td.TdClassName
{
border-color: #606E72;
}
.TagClassName
{
border-color: #606E72;
}
</style>