Shades of Pale Sky #606D71
Tints of Pale Sky #606D71
RGB
CMYK
RGB Variations
Color information
#606D71 (or 0x606D71) is known color: Pale Sky. HEX triplet: 60, 6D and 71. RGB value is (96,109,113). Sum of RGB (Red+Green+Blue) = 96+109+113=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #606D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D71 is #9F928E. Grayscale: #696969. Windows color (decimal): -10457743 or 7433568. OLE color: 7433568.
HSL color Cylindrical-coordinate representation of color #606D71: hue angle of 194.12º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606D71 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 109 | 113 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.56 |
| HSL | 194.12º | 0.08% | 0.41% | - |
| HSV(B) | 194.12º | 0.15% | 0.44% | - |
| XYZ | 13.27 | 14.62 | 17.74 | - |
| YUV | 105.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 113 | 0.15 | 0.04 | 0 | 0.56 | 194.12 | 0.08 | 0.41 |
| Hex | 60 | 6D | 71 | F | 4 | 0 | 38 | C2 | 8 | 29 |
| Octal | 140 | 155 | 161 | 17 | 4 | 0 | 70 | 302 | 10 | 51 |
| Binary | 1100000 | 1101101 | 1110001 | 1111 | 100 | 0 | 111000 | 11000010 | 1000 | 101001 |
Color Harmonies of #606D71
Complementary color
Monochromatic Colors of #606D71
Black with #606D71
Text Example
Text Example
White with #606D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D71; }
p { color: rgb(96,109,113); }
H1.HeaderClassName
{
color: #606D71;
}
.AnyTagClassName
{
color: #606D71;
}
</style>
background-color css
<style>
a { background-color: #606D71; }
a { background-color: rgb(96,109,113); }
div.DivClassName
{
background-color: #606D71;
}
.BgClassName
{
background-color: #606D71;
}
</style>
border-color css
<style>
span { border-color: #606D71; }
span { border-color: rgb(96,109,113); }
td.TdClassName
{
border-color: #606D71;
}
.TagClassName
{
border-color: #606D71;
}
</style>