Shades of Pale Sky #606F76
Tints of Pale Sky #606F76
RGB
CMYK
RGB Variations
Color information
#606F76 (or 0x606F76) is known color: Pale Sky. HEX triplet: 60, 6F and 76. RGB value is (96,111,118). Sum of RGB (Red+Green+Blue) = 96+111+118=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #606F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F76 is #9F9089. Grayscale: #6B6B6B. Windows color (decimal): -10457226 or 7761760. OLE color: 7761760.
HSL color Cylindrical-coordinate representation of color #606F76: hue angle of 199.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606F76 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 111 | 118 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.54 |
| HSL | 199.09º | 0.1% | 0.42% | - |
| HSV(B) | 199.09º | 0.19% | 0.46% | - |
| XYZ | 13.78 | 15.16 | 19.34 | - |
| YUV | 107.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 118 | 0.19 | 0.06 | 0 | 0.54 | 199.09 | 0.1 | 0.42 |
| Hex | 60 | 6F | 76 | 13 | 6 | 0 | 36 | C7 | A | 2A |
| Octal | 140 | 157 | 166 | 23 | 6 | 0 | 66 | 307 | 12 | 52 |
| Binary | 1100000 | 1101111 | 1110110 | 10011 | 110 | 0 | 110110 | 11000111 | 1010 | 101010 |
Color Harmonies of #606F76
Complementary color
Monochromatic Colors of #606F76
Black with #606F76
Text Example
Text Example
White with #606F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F76; }
p { color: rgb(96,111,118); }
H1.HeaderClassName
{
color: #606F76;
}
.AnyTagClassName
{
color: #606F76;
}
</style>
background-color css
<style>
a { background-color: #606F76; }
a { background-color: rgb(96,111,118); }
div.DivClassName
{
background-color: #606F76;
}
.BgClassName
{
background-color: #606F76;
}
</style>
border-color css
<style>
span { border-color: #606F76; }
span { border-color: rgb(96,111,118); }
td.TdClassName
{
border-color: #606F76;
}
.TagClassName
{
border-color: #606F76;
}
</style>