Shades of Comet #666982
Tints of Comet #666982
RGB
CMYK
RGB Variations
Color information
#666982 (or 0x666982) is known color: Comet. HEX triplet: 66, 69 and 82. RGB value is (102,105,130). Sum of RGB (Red+Green+Blue) = 102+105+130=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #666982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666982 is #99967D. Grayscale: #6A6A6A. Windows color (decimal): -10065534 or 8546662. OLE color: 8546662.
HSL color Cylindrical-coordinate representation of color #666982: hue angle of 233.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666982 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 105 | 130 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.49 |
| HSL | 233.57º | 0.12% | 0.45% | - |
| HSV(B) | 233.57º | 0.22% | 0.51% | - |
| XYZ | 14.56 | 14.54 | 23.16 | - |
| YUV | 106.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 130 | 0.22 | 0.19 | 0 | 0.49 | 233.57 | 0.12 | 0.45 |
| Hex | 66 | 69 | 82 | 16 | 13 | 0 | 31 | EA | C | 2D |
| Octal | 146 | 151 | 202 | 26 | 23 | 0 | 61 | 352 | 14 | 55 |
| Binary | 1100110 | 1101001 | 10000010 | 10110 | 10011 | 0 | 110001 | 11101010 | 1100 | 101101 |
Color Harmonies of #666982
Complementary color
Monochromatic Colors of #666982
Black with #666982
Text Example
Text Example
White with #666982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666982; }
p { color: rgb(102,105,130); }
H1.HeaderClassName
{
color: #666982;
}
.AnyTagClassName
{
color: #666982;
}
</style>
background-color css
<style>
a { background-color: #666982; }
a { background-color: rgb(102,105,130); }
div.DivClassName
{
background-color: #666982;
}
.BgClassName
{
background-color: #666982;
}
</style>
border-color css
<style>
span { border-color: #666982; }
span { border-color: rgb(102,105,130); }
td.TdClassName
{
border-color: #666982;
}
.TagClassName
{
border-color: #666982;
}
</style>