Shades of Pale Sky #666E70
Tints of Pale Sky #666E70
RGB
CMYK
RGB Variations
Color information
#666E70 (or 0x666E70) is known color: Pale Sky. HEX triplet: 66, 6E and 70. RGB value is (102,110,112). Sum of RGB (Red+Green+Blue) = 102+110+112=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: blue. Hex color #666E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E70 is #99918F. Grayscale: #6B6B6B. Windows color (decimal): -10064272 or 7368294. OLE color: 7368294.
HSL color Cylindrical-coordinate representation of color #666E70: hue angle of 192º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #666E70 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 110 | 112 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.56 |
| HSL | 192º | 0.05% | 0.42% | - |
| HSV(B) | 192º | 0.09% | 0.44% | - |
| XYZ | 13.98 | 15.15 | 17.52 | - |
| YUV | 107.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 112 | 0.09 | 0.02 | 0 | 0.56 | 192 | 0.05 | 0.42 |
| Hex | 66 | 6E | 70 | 9 | 2 | 0 | 38 | C0 | 5 | 2A |
| Octal | 146 | 156 | 160 | 11 | 2 | 0 | 70 | 300 | 5 | 52 |
| Binary | 1100110 | 1101110 | 1110000 | 1001 | 10 | 0 | 111000 | 11000000 | 101 | 101010 |
Color Harmonies of #666E70
Complementary color
Monochromatic Colors of #666E70
Black with #666E70
Text Example
Text Example
White with #666E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E70; }
p { color: rgb(102,110,112); }
H1.HeaderClassName
{
color: #666E70;
}
.AnyTagClassName
{
color: #666E70;
}
</style>
background-color css
<style>
a { background-color: #666E70; }
a { background-color: rgb(102,110,112); }
div.DivClassName
{
background-color: #666E70;
}
.BgClassName
{
background-color: #666E70;
}
</style>
border-color css
<style>
span { border-color: #666E70; }
span { border-color: rgb(102,110,112); }
td.TdClassName
{
border-color: #666E70;
}
.TagClassName
{
border-color: #666E70;
}
</style>