Shades of Comet #666871
Tints of Comet #666871
RGB
CMYK
RGB Variations
Color information
#666871 (or 0x666871) is known color: Comet. HEX triplet: 66, 68 and 71. RGB value is (102,104,113). Sum of RGB (Red+Green+Blue) = 102+104+113=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #666871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666871 is #99978E. Grayscale: #686868. Windows color (decimal): -10065807 or 7432294. OLE color: 7432294.
HSL color Cylindrical-coordinate representation of color #666871: hue angle of 229.09º 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 #666871 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 104 | 113 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.56 |
| HSL | 229.09º | 0.05% | 0.42% | - |
| HSV(B) | 229.09º | 0.1% | 0.44% | - |
| XYZ | 13.41 | 13.92 | 17.6 | - |
| YUV | 104.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 113 | 0.10 | 0.08 | 0 | 0.56 | 229.09 | 0.05 | 0.42 |
| Hex | 66 | 68 | 71 | A | 8 | 0 | 38 | E5 | 5 | 2A |
| Octal | 146 | 150 | 161 | 12 | 10 | 0 | 70 | 345 | 5 | 52 |
| Binary | 1100110 | 1101000 | 1110001 | 1010 | 1000 | 0 | 111000 | 11100101 | 101 | 101010 |
Color Harmonies of #666871
Complementary color
Monochromatic Colors of #666871
Black with #666871
Text Example
Text Example
White with #666871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666871; }
p { color: rgb(102,104,113); }
H1.HeaderClassName
{
color: #666871;
}
.AnyTagClassName
{
color: #666871;
}
</style>
background-color css
<style>
a { background-color: #666871; }
a { background-color: rgb(102,104,113); }
div.DivClassName
{
background-color: #666871;
}
.BgClassName
{
background-color: #666871;
}
</style>
border-color css
<style>
span { border-color: #666871; }
span { border-color: rgb(102,104,113); }
td.TdClassName
{
border-color: #666871;
}
.TagClassName
{
border-color: #666871;
}
</style>