Shades of Comet #66676C
Tints of Comet #66676C
RGB
CMYK
RGB Variations
Color information
#66676C (or 0x66676C) is known color: Comet. HEX triplet: 66, 67 and 6C. RGB value is (102,103,108). Sum of RGB (Red+Green+Blue) = 102+103+108=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 108 - color contains mainly: blue. Hex color #66676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66676C is #999893. Grayscale: #676767. Windows color (decimal): -10066068 or 7104358. OLE color: 7104358.
HSL color Cylindrical-coordinate representation of color #66676C: hue angle of 230º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #66676C is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 103 | 108 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.58 |
| HSL | 230º | 0.03% | 0.41% | - |
| HSV(B) | 230º | 0.06% | 0.42% | - |
| XYZ | 13.04 | 13.61 | 16.13 | - |
| YUV | 103.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 108 | 0.06 | 0.05 | 0 | 0.58 | 230 | 0.03 | 0.41 |
| Hex | 66 | 67 | 6C | 6 | 5 | 0 | 3A | E6 | 3 | 29 |
| Octal | 146 | 147 | 154 | 6 | 5 | 0 | 72 | 346 | 3 | 51 |
| Binary | 1100110 | 1100111 | 1101100 | 110 | 101 | 0 | 111010 | 11100110 | 11 | 101001 |
Color Harmonies of #66676C
Complementary color
Monochromatic Colors of #66676C
Black with #66676C
Text Example
Text Example
White with #66676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66676C; }
p { color: rgb(102,103,108); }
H1.HeaderClassName
{
color: #66676C;
}
.AnyTagClassName
{
color: #66676C;
}
</style>
background-color css
<style>
a { background-color: #66676C; }
a { background-color: rgb(102,103,108); }
div.DivClassName
{
background-color: #66676C;
}
.BgClassName
{
background-color: #66676C;
}
</style>
border-color css
<style>
span { border-color: #66676C; }
span { border-color: rgb(102,103,108); }
td.TdClassName
{
border-color: #66676C;
}
.TagClassName
{
border-color: #66676C;
}
</style>