Shades of Pale Sky #606C6F
Tints of Pale Sky #606C6F
RGB
CMYK
RGB Variations
Color information
#606C6F (or 0x606C6F) is known color: Pale Sky. HEX triplet: 60, 6C and 6F. RGB value is (96,108,111). Sum of RGB (Red+Green+Blue) = 96+108+111=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 111 - color contains mainly: blue. Hex color #606C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C6F is #9F9390. Grayscale: #686868. Windows color (decimal): -10458001 or 7302240. OLE color: 7302240.
HSL color Cylindrical-coordinate representation of color #606C6F: hue angle of 192º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606C6F is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 108 | 111 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.56 |
| HSL | 192º | 0.07% | 0.41% | - |
| HSV(B) | 192º | 0.14% | 0.44% | - |
| XYZ | 13.06 | 14.36 | 17.12 | - |
| YUV | 104.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 111 | 0.14 | 0.03 | 0 | 0.56 | 192 | 0.07 | 0.41 |
| Hex | 60 | 6C | 6F | E | 3 | 0 | 38 | C0 | 7 | 29 |
| Octal | 140 | 154 | 157 | 16 | 3 | 0 | 70 | 300 | 7 | 51 |
| Binary | 1100000 | 1101100 | 1101111 | 1110 | 11 | 0 | 111000 | 11000000 | 111 | 101001 |
Color Harmonies of #606C6F
Complementary color
Monochromatic Colors of #606C6F
Black with #606C6F
Text Example
Text Example
White with #606C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C6F; }
p { color: rgb(96,108,111); }
H1.HeaderClassName
{
color: #606C6F;
}
.AnyTagClassName
{
color: #606C6F;
}
</style>
background-color css
<style>
a { background-color: #606C6F; }
a { background-color: rgb(96,108,111); }
div.DivClassName
{
background-color: #606C6F;
}
.BgClassName
{
background-color: #606C6F;
}
</style>
border-color css
<style>
span { border-color: #606C6F; }
span { border-color: rgb(96,108,111); }
td.TdClassName
{
border-color: #606C6F;
}
.TagClassName
{
border-color: #606C6F;
}
</style>