Shades of Comet #666479
Tints of Comet #666479
RGB
CMYK
RGB Variations
Color information
#666479 (or 0x666479) is known color: Comet. HEX triplet: 66, 64 and 79. RGB value is (102,100,121). Sum of RGB (Red+Green+Blue) = 102+100+121=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #666479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666479 is #999B86. Grayscale: #666666. Windows color (decimal): -10066823 or 7955558. OLE color: 7955558.
HSL color Cylindrical-coordinate representation of color #666479: hue angle of 245.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666479 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 100 | 121 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.53 |
| HSL | 245.71º | 0.1% | 0.43% | - |
| HSV(B) | 245.71º | 0.17% | 0.47% | - |
| XYZ | 13.49 | 13.32 | 19.95 | - |
| YUV | 102.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 121 | 0.16 | 0.17 | 0 | 0.53 | 245.71 | 0.1 | 0.43 |
| Hex | 66 | 64 | 79 | 10 | 11 | 0 | 35 | F6 | A | 2B |
| Octal | 146 | 144 | 171 | 20 | 21 | 0 | 65 | 366 | 12 | 53 |
| Binary | 1100110 | 1100100 | 1111001 | 10000 | 10001 | 0 | 110101 | 11110110 | 1010 | 101011 |
Color Harmonies of #666479
Complementary color
Monochromatic Colors of #666479
Black with #666479
Text Example
Text Example
White with #666479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666479; }
p { color: rgb(102,100,121); }
H1.HeaderClassName
{
color: #666479;
}
.AnyTagClassName
{
color: #666479;
}
</style>
background-color css
<style>
a { background-color: #666479; }
a { background-color: rgb(102,100,121); }
div.DivClassName
{
background-color: #666479;
}
.BgClassName
{
background-color: #666479;
}
</style>
border-color css
<style>
span { border-color: #666479; }
span { border-color: rgb(102,100,121); }
td.TdClassName
{
border-color: #666479;
}
.TagClassName
{
border-color: #666479;
}
</style>