Shades of Pale Sky #606B6D
Tints of Pale Sky #606B6D
RGB
CMYK
RGB Variations
Color information
#606B6D (or 0x606B6D) is known color: Pale Sky. HEX triplet: 60, 6B and 6D. RGB value is (96,107,109). Sum of RGB (Red+Green+Blue) = 96+107+109=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 109 - color contains mainly: blue. Hex color #606B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B6D is #9F9492. Grayscale: #676767. Windows color (decimal): -10458259 or 7170912. OLE color: 7170912.
HSL color Cylindrical-coordinate representation of color #606B6D: hue angle of 189.23º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606B6D is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 107 | 109 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.57 |
| HSL | 189.23º | 0.06% | 0.4% | - |
| HSV(B) | 189.23º | 0.12% | 0.43% | - |
| XYZ | 12.84 | 14.11 | 16.51 | - |
| YUV | 103.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 109 | 0.12 | 0.02 | 0 | 0.57 | 189.23 | 0.06 | 0.4 |
| Hex | 60 | 6B | 6D | C | 2 | 0 | 39 | BD | 6 | 28 |
| Octal | 140 | 153 | 155 | 14 | 2 | 0 | 71 | 275 | 6 | 50 |
| Binary | 1100000 | 1101011 | 1101101 | 1100 | 10 | 0 | 111001 | 10111101 | 110 | 101000 |
Color Harmonies of #606B6D
Complementary color
Monochromatic Colors of #606B6D
Black with #606B6D
Text Example
Text Example
White with #606B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B6D; }
p { color: rgb(96,107,109); }
H1.HeaderClassName
{
color: #606B6D;
}
.AnyTagClassName
{
color: #606B6D;
}
</style>
background-color css
<style>
a { background-color: #606B6D; }
a { background-color: rgb(96,107,109); }
div.DivClassName
{
background-color: #606B6D;
}
.BgClassName
{
background-color: #606B6D;
}
</style>
border-color css
<style>
span { border-color: #606B6D; }
span { border-color: rgb(96,107,109); }
td.TdClassName
{
border-color: #606B6D;
}
.TagClassName
{
border-color: #606B6D;
}
</style>