Shades of Comet #66647C
Tints of Comet #66647C
RGB
CMYK
RGB Variations
Color information
#66647C (or 0x66647C) is known color: Comet. HEX triplet: 66, 64 and 7C. RGB value is (102,100,124). Sum of RGB (Red+Green+Blue) = 102+100+124=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #66647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66647C is #999B83. Grayscale: #676767. Windows color (decimal): -10066820 or 8152166. OLE color: 8152166.
HSL color Cylindrical-coordinate representation of color #66647C: hue angle of 245º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66647C is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 100 | 124 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.51 |
| HSL | 245º | 0.11% | 0.44% | - |
| HSV(B) | 245º | 0.19% | 0.49% | - |
| XYZ | 13.67 | 13.39 | 20.93 | - |
| YUV | 103.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 124 | 0.18 | 0.19 | 0 | 0.51 | 245 | 0.11 | 0.44 |
| Hex | 66 | 64 | 7C | 12 | 13 | 0 | 33 | F5 | B | 2C |
| Octal | 146 | 144 | 174 | 22 | 23 | 0 | 63 | 365 | 13 | 54 |
| Binary | 1100110 | 1100100 | 1111100 | 10010 | 10011 | 0 | 110011 | 11110101 | 1011 | 101100 |
Color Harmonies of #66647C
Complementary color
Monochromatic Colors of #66647C
Black with #66647C
Text Example
Text Example
White with #66647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66647C; }
p { color: rgb(102,100,124); }
H1.HeaderClassName
{
color: #66647C;
}
.AnyTagClassName
{
color: #66647C;
}
</style>
background-color css
<style>
a { background-color: #66647C; }
a { background-color: rgb(102,100,124); }
div.DivClassName
{
background-color: #66647C;
}
.BgClassName
{
background-color: #66647C;
}
</style>
border-color css
<style>
span { border-color: #66647C; }
span { border-color: rgb(102,100,124); }
td.TdClassName
{
border-color: #66647C;
}
.TagClassName
{
border-color: #66647C;
}
</style>