Shades of Comet #646386
Tints of Comet #646386
RGB
CMYK
RGB Variations
Color information
#646386 (or 0x646386) is known color: Comet. HEX triplet: 64, 63 and 86. RGB value is (100,99,134). Sum of RGB (Red+Green+Blue) = 100+99+134=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #646386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646386 is #9B9C79. Grayscale: #676767. Windows color (decimal): -10198138 or 8807268. OLE color: 8807268.
HSL color Cylindrical-coordinate representation of color #646386: hue angle of 241.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #646386 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 99 | 134 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.47 |
| HSL | 241.71º | 0.15% | 0.46% | - |
| HSV(B) | 241.71º | 0.26% | 0.53% | - |
| XYZ | 14.02 | 13.35 | 24.39 | - |
| YUV | 103.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 134 | 0.25 | 0.26 | 0 | 0.47 | 241.71 | 0.15 | 0.46 |
| Hex | 64 | 63 | 86 | 19 | 1A | 0 | 2F | F2 | F | 2E |
| Octal | 144 | 143 | 206 | 31 | 32 | 0 | 57 | 362 | 17 | 56 |
| Binary | 1100100 | 1100011 | 10000110 | 11001 | 11010 | 0 | 101111 | 11110010 | 1111 | 101110 |
Color Harmonies of #646386
Complementary color
Monochromatic Colors of #646386
Black with #646386
Text Example
Text Example
White with #646386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646386; }
p { color: rgb(100,99,134); }
H1.HeaderClassName
{
color: #646386;
}
.AnyTagClassName
{
color: #646386;
}
</style>
background-color css
<style>
a { background-color: #646386; }
a { background-color: rgb(100,99,134); }
div.DivClassName
{
background-color: #646386;
}
.BgClassName
{
background-color: #646386;
}
</style>
border-color css
<style>
span { border-color: #646386; }
span { border-color: rgb(100,99,134); }
td.TdClassName
{
border-color: #646386;
}
.TagClassName
{
border-color: #646386;
}
</style>