Shades of Comet #646389
Tints of Comet #646389
RGB
CMYK
RGB Variations
Color information
#646389 (or 0x646389) is known color: Comet. HEX triplet: 64, 63 and 89. RGB value is (100,99,137). Sum of RGB (Red+Green+Blue) = 100+99+137=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #646389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646389 is #9B9C76. Grayscale: #676767. Windows color (decimal): -10198135 or 9003876. OLE color: 9003876.
HSL color Cylindrical-coordinate representation of color #646389: hue angle of 241.58º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646389 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 99 | 137 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.46 |
| HSL | 241.58º | 0.16% | 0.46% | - |
| HSV(B) | 241.58º | 0.28% | 0.54% | - |
| XYZ | 14.23 | 13.44 | 25.51 | - |
| YUV | 103.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 137 | 0.27 | 0.28 | 0 | 0.46 | 241.58 | 0.16 | 0.46 |
| Hex | 64 | 63 | 89 | 1B | 1C | 0 | 2E | F2 | 10 | 2E |
| Octal | 144 | 143 | 211 | 33 | 34 | 0 | 56 | 362 | 20 | 56 |
| Binary | 1100100 | 1100011 | 10001001 | 11011 | 11100 | 0 | 101110 | 11110010 | 10000 | 101110 |
Color Harmonies of #646389
Complementary color
Monochromatic Colors of #646389
Black with #646389
Text Example
Text Example
White with #646389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646389; }
p { color: rgb(100,99,137); }
H1.HeaderClassName
{
color: #646389;
}
.AnyTagClassName
{
color: #646389;
}
</style>
background-color css
<style>
a { background-color: #646389; }
a { background-color: rgb(100,99,137); }
div.DivClassName
{
background-color: #646389;
}
.BgClassName
{
background-color: #646389;
}
</style>
border-color css
<style>
span { border-color: #646389; }
span { border-color: rgb(100,99,137); }
td.TdClassName
{
border-color: #646389;
}
.TagClassName
{
border-color: #646389;
}
</style>