Shades of Comet #666482
Tints of Comet #666482
RGB
CMYK
RGB Variations
Color information
#666482 (or 0x666482) is known color: Comet. HEX triplet: 66, 64 and 82. RGB value is (102,100,130). Sum of RGB (Red+Green+Blue) = 102+100+130=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #666482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666482 is #999B7D. Grayscale: #676767. Windows color (decimal): -10066814 or 8545382. OLE color: 8545382.
HSL color Cylindrical-coordinate representation of color #666482: hue angle of 244º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666482 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 100 | 130 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.49 |
| HSL | 244º | 0.13% | 0.45% | - |
| HSV(B) | 244º | 0.23% | 0.51% | - |
| XYZ | 14.07 | 13.55 | 22.99 | - |
| YUV | 104.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 130 | 0.22 | 0.23 | 0 | 0.49 | 244 | 0.13 | 0.45 |
| Hex | 66 | 64 | 82 | 16 | 17 | 0 | 31 | F4 | D | 2D |
| Octal | 146 | 144 | 202 | 26 | 27 | 0 | 61 | 364 | 15 | 55 |
| Binary | 1100110 | 1100100 | 10000010 | 10110 | 10111 | 0 | 110001 | 11110100 | 1101 | 101101 |
Color Harmonies of #666482
Complementary color
Monochromatic Colors of #666482
Black with #666482
Text Example
Text Example
White with #666482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666482; }
p { color: rgb(102,100,130); }
H1.HeaderClassName
{
color: #666482;
}
.AnyTagClassName
{
color: #666482;
}
</style>
background-color css
<style>
a { background-color: #666482; }
a { background-color: rgb(102,100,130); }
div.DivClassName
{
background-color: #666482;
}
.BgClassName
{
background-color: #666482;
}
</style>
border-color css
<style>
span { border-color: #666482; }
span { border-color: rgb(102,100,130); }
td.TdClassName
{
border-color: #666482;
}
.TagClassName
{
border-color: #666482;
}
</style>