Shades of Pale Sky #666D70
Tints of Pale Sky #666D70
RGB
CMYK
RGB Variations
Color information
#666D70 (or 0x666D70) is known color: Pale Sky. HEX triplet: 66, 6D and 70. RGB value is (102,109,112). Sum of RGB (Red+Green+Blue) = 102+109+112=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: blue. Hex color #666D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D70 is #99928F. Grayscale: #6B6B6B. Windows color (decimal): -10064528 or 7368038. OLE color: 7368038.
HSL color Cylindrical-coordinate representation of color #666D70: hue angle of 198º 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 #666D70 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 109 | 112 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.56 |
| HSL | 198º | 0.05% | 0.42% | - |
| HSV(B) | 198º | 0.09% | 0.44% | - |
| XYZ | 13.87 | 14.93 | 17.48 | - |
| YUV | 107.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 112 | 0.09 | 0.03 | 0 | 0.56 | 198 | 0.05 | 0.42 |
| Hex | 66 | 6D | 70 | 9 | 3 | 0 | 38 | C6 | 5 | 2A |
| Octal | 146 | 155 | 160 | 11 | 3 | 0 | 70 | 306 | 5 | 52 |
| Binary | 1100110 | 1101101 | 1110000 | 1001 | 11 | 0 | 111000 | 11000110 | 101 | 101010 |
Color Harmonies of #666D70
Complementary color
Monochromatic Colors of #666D70
Black with #666D70
Text Example
Text Example
White with #666D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D70; }
p { color: rgb(102,109,112); }
H1.HeaderClassName
{
color: #666D70;
}
.AnyTagClassName
{
color: #666D70;
}
</style>
background-color css
<style>
a { background-color: #666D70; }
a { background-color: rgb(102,109,112); }
div.DivClassName
{
background-color: #666D70;
}
.BgClassName
{
background-color: #666D70;
}
</style>
border-color css
<style>
span { border-color: #666D70; }
span { border-color: rgb(102,109,112); }
td.TdClassName
{
border-color: #666D70;
}
.TagClassName
{
border-color: #666D70;
}
</style>