Shades of Pale Sky #666F71
Tints of Pale Sky #666F71
RGB
CMYK
RGB Variations
Color information
#666F71 (or 0x666F71) is known color: Pale Sky. HEX triplet: 66, 6F and 71. RGB value is (102,111,113). Sum of RGB (Red+Green+Blue) = 102+111+113=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: blue. Hex color #666F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F71 is #99908E. Grayscale: #6C6C6C. Windows color (decimal): -10064015 or 7434086. OLE color: 7434086.
HSL color Cylindrical-coordinate representation of color #666F71: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #666F71 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 113 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.56 |
| HSL | 190.91º | 0.05% | 0.42% | - |
| HSV(B) | 190.91º | 0.1% | 0.44% | - |
| XYZ | 14.14 | 15.39 | 17.85 | - |
| YUV | 108.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 113 | 0.10 | 0.02 | 0 | 0.56 | 190.91 | 0.05 | 0.42 |
| Hex | 66 | 6F | 71 | A | 2 | 0 | 38 | BF | 5 | 2A |
| Octal | 146 | 157 | 161 | 12 | 2 | 0 | 70 | 277 | 5 | 52 |
| Binary | 1100110 | 1101111 | 1110001 | 1010 | 10 | 0 | 111000 | 10111111 | 101 | 101010 |
Color Harmonies of #666F71
Complementary color
Monochromatic Colors of #666F71
Black with #666F71
Text Example
Text Example
White with #666F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F71; }
p { color: rgb(102,111,113); }
H1.HeaderClassName
{
color: #666F71;
}
.AnyTagClassName
{
color: #666F71;
}
</style>
background-color css
<style>
a { background-color: #666F71; }
a { background-color: rgb(102,111,113); }
div.DivClassName
{
background-color: #666F71;
}
.BgClassName
{
background-color: #666F71;
}
</style>
border-color css
<style>
span { border-color: #666F71; }
span { border-color: rgb(102,111,113); }
td.TdClassName
{
border-color: #666F71;
}
.TagClassName
{
border-color: #666F71;
}
</style>