Shades of Pale Sky #606F77
Tints of Pale Sky #606F77
RGB
CMYK
RGB Variations
Color information
#606F77 (or 0x606F77) is known color: Pale Sky. HEX triplet: 60, 6F and 77. RGB value is (96,111,119). Sum of RGB (Red+Green+Blue) = 96+111+119=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #606F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F77 is #9F9088. Grayscale: #6B6B6B. Windows color (decimal): -10457225 or 7827296. OLE color: 7827296.
HSL color Cylindrical-coordinate representation of color #606F77: hue angle of 200.87º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606F77 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 111 | 119 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.53 |
| HSL | 200.87º | 0.11% | 0.42% | - |
| HSV(B) | 200.87º | 0.19% | 0.47% | - |
| XYZ | 13.84 | 15.19 | 19.65 | - |
| YUV | 107.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 119 | 0.19 | 0.07 | 0 | 0.53 | 200.87 | 0.11 | 0.42 |
| Hex | 60 | 6F | 77 | 13 | 7 | 0 | 35 | C9 | B | 2A |
| Octal | 140 | 157 | 167 | 23 | 7 | 0 | 65 | 311 | 13 | 52 |
| Binary | 1100000 | 1101111 | 1110111 | 10011 | 111 | 0 | 110101 | 11001001 | 1011 | 101010 |
Color Harmonies of #606F77
Complementary color
Monochromatic Colors of #606F77
Black with #606F77
Text Example
Text Example
White with #606F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F77; }
p { color: rgb(96,111,119); }
H1.HeaderClassName
{
color: #606F77;
}
.AnyTagClassName
{
color: #606F77;
}
</style>
background-color css
<style>
a { background-color: #606F77; }
a { background-color: rgb(96,111,119); }
div.DivClassName
{
background-color: #606F77;
}
.BgClassName
{
background-color: #606F77;
}
</style>
border-color css
<style>
span { border-color: #606F77; }
span { border-color: rgb(96,111,119); }
td.TdClassName
{
border-color: #606F77;
}
.TagClassName
{
border-color: #606F77;
}
</style>