Shades of Comet #646381
Tints of Comet #646381
RGB
CMYK
RGB Variations
Color information
#646381 (or 0x646381) is known color: Comet. HEX triplet: 64, 63 and 81. RGB value is (100,99,129). Sum of RGB (Red+Green+Blue) = 100+99+129=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #646381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646381 is #9B9C7E. Grayscale: #666666. Windows color (decimal): -10198143 or 8479588. OLE color: 8479588.
HSL color Cylindrical-coordinate representation of color #646381: hue angle of 242º 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 #646381 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 99 | 129 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.49 |
| HSL | 242º | 0.13% | 0.45% | - |
| HSV(B) | 242º | 0.23% | 0.51% | - |
| XYZ | 13.68 | 13.22 | 22.6 | - |
| YUV | 102.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 129 | 0.22 | 0.23 | 0 | 0.49 | 242 | 0.13 | 0.45 |
| Hex | 64 | 63 | 81 | 16 | 17 | 0 | 31 | F2 | D | 2D |
| Octal | 144 | 143 | 201 | 26 | 27 | 0 | 61 | 362 | 15 | 55 |
| Binary | 1100100 | 1100011 | 10000001 | 10110 | 10111 | 0 | 110001 | 11110010 | 1101 | 101101 |
Color Harmonies of #646381
Complementary color
Monochromatic Colors of #646381
Black with #646381
Text Example
Text Example
White with #646381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646381; }
p { color: rgb(100,99,129); }
H1.HeaderClassName
{
color: #646381;
}
.AnyTagClassName
{
color: #646381;
}
</style>
background-color css
<style>
a { background-color: #646381; }
a { background-color: rgb(100,99,129); }
div.DivClassName
{
background-color: #646381;
}
.BgClassName
{
background-color: #646381;
}
</style>
border-color css
<style>
span { border-color: #646381; }
span { border-color: rgb(100,99,129); }
td.TdClassName
{
border-color: #646381;
}
.TagClassName
{
border-color: #646381;
}
</style>