Shades of Pale Sky #666D6E
Tints of Pale Sky #666D6E
RGB
CMYK
RGB Variations
Color information
#666D6E (or 0x666D6E) is known color: Pale Sky. HEX triplet: 66, 6D and 6E. RGB value is (102,109,110). Sum of RGB (Red+Green+Blue) = 102+109+110=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 110 - color contains mainly: blue. Hex color #666D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D6E is #999291. Grayscale: #6B6B6B. Windows color (decimal): -10064530 or 7236966. OLE color: 7236966.
HSL color Cylindrical-coordinate representation of color #666D6E: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666D6E is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 110 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.57 |
| HSL | 187.5º | 0.04% | 0.42% | - |
| HSV(B) | 187.5º | 0.07% | 0.43% | - |
| XYZ | 13.76 | 14.89 | 16.9 | - |
| YUV | 107.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 110 | 0.07 | 0.01 | 0 | 0.57 | 187.5 | 0.04 | 0.42 |
| Hex | 66 | 6D | 6E | 7 | 1 | 0 | 39 | BC | 4 | 2A |
| Octal | 146 | 155 | 156 | 7 | 1 | 0 | 71 | 274 | 4 | 52 |
| Binary | 1100110 | 1101101 | 1101110 | 111 | 1 | 0 | 111001 | 10111100 | 100 | 101010 |
Color Harmonies of #666D6E
Complementary color
Monochromatic Colors of #666D6E
Black with #666D6E
Text Example
Text Example
White with #666D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D6E; }
p { color: rgb(102,109,110); }
H1.HeaderClassName
{
color: #666D6E;
}
.AnyTagClassName
{
color: #666D6E;
}
</style>
background-color css
<style>
a { background-color: #666D6E; }
a { background-color: rgb(102,109,110); }
div.DivClassName
{
background-color: #666D6E;
}
.BgClassName
{
background-color: #666D6E;
}
</style>
border-color css
<style>
span { border-color: #666D6E; }
span { border-color: rgb(102,109,110); }
td.TdClassName
{
border-color: #666D6E;
}
.TagClassName
{
border-color: #666D6E;
}
</style>