Shades of Pale Sky #606F73
Tints of Pale Sky #606F73
RGB
CMYK
RGB Variations
Color information
#606F73 (or 0x606F73) is known color: Pale Sky. HEX triplet: 60, 6F and 73. RGB value is (96,111,115). Sum of RGB (Red+Green+Blue) = 96+111+115=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #606F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F73 is #9F908C. Grayscale: #6A6A6A. Windows color (decimal): -10457229 or 7565152. OLE color: 7565152.
HSL color Cylindrical-coordinate representation of color #606F73: hue angle of 192.63º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606F73 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 111 | 115 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.55 |
| HSL | 192.63º | 0.09% | 0.41% | - |
| HSV(B) | 192.63º | 0.17% | 0.45% | - |
| XYZ | 13.6 | 15.09 | 18.42 | - |
| YUV | 106.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 115 | 0.17 | 0.03 | 0 | 0.55 | 192.63 | 0.09 | 0.41 |
| Hex | 60 | 6F | 73 | 11 | 3 | 0 | 37 | C1 | 9 | 29 |
| Octal | 140 | 157 | 163 | 21 | 3 | 0 | 67 | 301 | 11 | 51 |
| Binary | 1100000 | 1101111 | 1110011 | 10001 | 11 | 0 | 110111 | 11000001 | 1001 | 101001 |
Color Harmonies of #606F73
Complementary color
Monochromatic Colors of #606F73
Black with #606F73
Text Example
Text Example
White with #606F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F73; }
p { color: rgb(96,111,115); }
H1.HeaderClassName
{
color: #606F73;
}
.AnyTagClassName
{
color: #606F73;
}
</style>
background-color css
<style>
a { background-color: #606F73; }
a { background-color: rgb(96,111,115); }
div.DivClassName
{
background-color: #606F73;
}
.BgClassName
{
background-color: #606F73;
}
</style>
border-color css
<style>
span { border-color: #606F73; }
span { border-color: rgb(96,111,115); }
td.TdClassName
{
border-color: #606F73;
}
.TagClassName
{
border-color: #606F73;
}
</style>