Shades of Comet #666684
Tints of Comet #666684
RGB
CMYK
RGB Variations
Color information
#666684 (or 0x666684) is known color: Comet. HEX triplet: 66, 66 and 84. RGB value is (102,102,132). Sum of RGB (Red+Green+Blue) = 102+102+132=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #666684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666684 is #99997B. Grayscale: #696969. Windows color (decimal): -10066300 or 8676966. OLE color: 8676966.
HSL color Cylindrical-coordinate representation of color #666684: hue angle of 240º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666684 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 102 | 132 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.48 |
| HSL | 240º | 0.13% | 0.46% | - |
| HSV(B) | 240º | 0.23% | 0.52% | - |
| XYZ | 14.4 | 13.99 | 23.77 | - |
| YUV | 105.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 132 | 0.23 | 0.23 | 0 | 0.48 | 240 | 0.13 | 0.46 |
| Hex | 66 | 66 | 84 | 17 | 17 | 0 | 30 | F0 | D | 2E |
| Octal | 146 | 146 | 204 | 27 | 27 | 0 | 60 | 360 | 15 | 56 |
| Binary | 1100110 | 1100110 | 10000100 | 10111 | 10111 | 0 | 110000 | 11110000 | 1101 | 101110 |
Color Harmonies of #666684
Complementary color
Monochromatic Colors of #666684
Black with #666684
Text Example
Text Example
White with #666684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666684; }
p { color: rgb(102,102,132); }
H1.HeaderClassName
{
color: #666684;
}
.AnyTagClassName
{
color: #666684;
}
</style>
background-color css
<style>
a { background-color: #666684; }
a { background-color: rgb(102,102,132); }
div.DivClassName
{
background-color: #666684;
}
.BgClassName
{
background-color: #666684;
}
</style>
border-color css
<style>
span { border-color: #666684; }
span { border-color: rgb(102,102,132); }
td.TdClassName
{
border-color: #666684;
}
.TagClassName
{
border-color: #666684;
}
</style>