Shades of Comet #666382
Tints of Comet #666382
RGB
CMYK
RGB Variations
Color information
#666382 (or 0x666382) is known color: Comet. HEX triplet: 66, 63 and 82. RGB value is (102,99,130). Sum of RGB (Red+Green+Blue) = 102+99+130=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #666382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666382 is #999C7D. Grayscale: #676767. Windows color (decimal): -10067070 or 8545126. OLE color: 8545126.
HSL color Cylindrical-coordinate representation of color #666382: hue angle of 245.81º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #666382 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 99 | 130 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.49 |
| HSL | 245.81º | 0.14% | 0.45% | - |
| HSV(B) | 245.81º | 0.24% | 0.51% | - |
| XYZ | 13.97 | 13.36 | 22.96 | - |
| YUV | 103.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 130 | 0.22 | 0.24 | 0 | 0.49 | 245.81 | 0.14 | 0.45 |
| Hex | 66 | 63 | 82 | 16 | 18 | 0 | 31 | F6 | E | 2D |
| Octal | 146 | 143 | 202 | 26 | 30 | 0 | 61 | 366 | 16 | 55 |
| Binary | 1100110 | 1100011 | 10000010 | 10110 | 11000 | 0 | 110001 | 11110110 | 1110 | 101101 |
Color Harmonies of #666382
Complementary color
Monochromatic Colors of #666382
Black with #666382
Text Example
Text Example
White with #666382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666382; }
p { color: rgb(102,99,130); }
H1.HeaderClassName
{
color: #666382;
}
.AnyTagClassName
{
color: #666382;
}
</style>
background-color css
<style>
a { background-color: #666382; }
a { background-color: rgb(102,99,130); }
div.DivClassName
{
background-color: #666382;
}
.BgClassName
{
background-color: #666382;
}
</style>
border-color css
<style>
span { border-color: #666382; }
span { border-color: rgb(102,99,130); }
td.TdClassName
{
border-color: #666382;
}
.TagClassName
{
border-color: #666382;
}
</style>