Shades of Comet #666381
Tints of Comet #666381
RGB
CMYK
RGB Variations
Color information
#666381 (or 0x666381) is known color: Comet. HEX triplet: 66, 63 and 81. RGB value is (102,99,129). Sum of RGB (Red+Green+Blue) = 102+99+129=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #666381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666381 is #999C7E. Grayscale: #676767. Windows color (decimal): -10067071 or 8479590. OLE color: 8479590.
HSL color Cylindrical-coordinate representation of color #666381: hue angle of 246º 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 #666381 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 99 | 129 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.49 |
| HSL | 246º | 0.13% | 0.45% | - |
| HSV(B) | 246º | 0.23% | 0.51% | - |
| XYZ | 13.9 | 13.33 | 22.61 | - |
| YUV | 103.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 129 | 0.21 | 0.23 | 0 | 0.49 | 246 | 0.13 | 0.45 |
| Hex | 66 | 63 | 81 | 15 | 17 | 0 | 31 | F6 | D | 2D |
| Octal | 146 | 143 | 201 | 25 | 27 | 0 | 61 | 366 | 15 | 55 |
| Binary | 1100110 | 1100011 | 10000001 | 10101 | 10111 | 0 | 110001 | 11110110 | 1101 | 101101 |
Color Harmonies of #666381
Complementary color
Monochromatic Colors of #666381
Black with #666381
Text Example
Text Example
White with #666381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666381; }
p { color: rgb(102,99,129); }
H1.HeaderClassName
{
color: #666381;
}
.AnyTagClassName
{
color: #666381;
}
</style>
background-color css
<style>
a { background-color: #666381; }
a { background-color: rgb(102,99,129); }
div.DivClassName
{
background-color: #666381;
}
.BgClassName
{
background-color: #666381;
}
</style>
border-color css
<style>
span { border-color: #666381; }
span { border-color: rgb(102,99,129); }
td.TdClassName
{
border-color: #666381;
}
.TagClassName
{
border-color: #666381;
}
</style>