Shades of Pale Sky #666C6E
Tints of Pale Sky #666C6E
RGB
CMYK
RGB Variations
Color information
#666C6E (or 0x666C6E) is known color: Pale Sky. HEX triplet: 66, 6C and 6E. RGB value is (102,108,110). Sum of RGB (Red+Green+Blue) = 102+108+110=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 110 - color contains mainly: blue. Hex color #666C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C6E is #999391. Grayscale: #6A6A6A. Windows color (decimal): -10064786 or 7236710. OLE color: 7236710.
HSL color Cylindrical-coordinate representation of color #666C6E: hue angle of 195º 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 #666C6E is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 108 | 110 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.57 |
| HSL | 195º | 0.04% | 0.42% | - |
| HSV(B) | 195º | 0.07% | 0.43% | - |
| XYZ | 13.66 | 14.68 | 16.86 | - |
| YUV | 106.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 110 | 0.07 | 0.02 | 0 | 0.57 | 195 | 0.04 | 0.42 |
| Hex | 66 | 6C | 6E | 7 | 2 | 0 | 39 | C3 | 4 | 2A |
| Octal | 146 | 154 | 156 | 7 | 2 | 0 | 71 | 303 | 4 | 52 |
| Binary | 1100110 | 1101100 | 1101110 | 111 | 10 | 0 | 111001 | 11000011 | 100 | 101010 |
Color Harmonies of #666C6E
Complementary color
Monochromatic Colors of #666C6E
Black with #666C6E
Text Example
Text Example
White with #666C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C6E; }
p { color: rgb(102,108,110); }
H1.HeaderClassName
{
color: #666C6E;
}
.AnyTagClassName
{
color: #666C6E;
}
</style>
background-color css
<style>
a { background-color: #666C6E; }
a { background-color: rgb(102,108,110); }
div.DivClassName
{
background-color: #666C6E;
}
.BgClassName
{
background-color: #666C6E;
}
</style>
border-color css
<style>
span { border-color: #666C6E; }
span { border-color: rgb(102,108,110); }
td.TdClassName
{
border-color: #666C6E;
}
.TagClassName
{
border-color: #666C6E;
}
</style>