Shades of Comet #666771
Tints of Comet #666771
RGB
CMYK
RGB Variations
Color information
#666771 (or 0x666771) is known color: Comet. HEX triplet: 66, 67 and 71. RGB value is (102,103,113). Sum of RGB (Red+Green+Blue) = 102+103+113=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #666771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666771 is #99988E. Grayscale: #676767. Windows color (decimal): -10066063 or 7432038. OLE color: 7432038.
HSL color Cylindrical-coordinate representation of color #666771: hue angle of 234.55º 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 #666771 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 103 | 113 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.56 |
| HSL | 234.55º | 0.05% | 0.42% | - |
| HSV(B) | 234.55º | 0.1% | 0.44% | - |
| XYZ | 13.31 | 13.72 | 17.57 | - |
| YUV | 103.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 113 | 0.10 | 0.09 | 0 | 0.56 | 234.55 | 0.05 | 0.42 |
| Hex | 66 | 67 | 71 | A | 9 | 0 | 38 | EB | 5 | 2A |
| Octal | 146 | 147 | 161 | 12 | 11 | 0 | 70 | 353 | 5 | 52 |
| Binary | 1100110 | 1100111 | 1110001 | 1010 | 1001 | 0 | 111000 | 11101011 | 101 | 101010 |
Color Harmonies of #666771
Complementary color
Monochromatic Colors of #666771
Black with #666771
Text Example
Text Example
White with #666771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666771; }
p { color: rgb(102,103,113); }
H1.HeaderClassName
{
color: #666771;
}
.AnyTagClassName
{
color: #666771;
}
</style>
background-color css
<style>
a { background-color: #666771; }
a { background-color: rgb(102,103,113); }
div.DivClassName
{
background-color: #666771;
}
.BgClassName
{
background-color: #666771;
}
</style>
border-color css
<style>
span { border-color: #666771; }
span { border-color: rgb(102,103,113); }
td.TdClassName
{
border-color: #666771;
}
.TagClassName
{
border-color: #666771;
}
</style>