Shades of Comet #646387
Tints of Comet #646387
RGB
CMYK
RGB Variations
Color information
#646387 (or 0x646387) is known color: Comet. HEX triplet: 64, 63 and 87. RGB value is (100,99,135). Sum of RGB (Red+Green+Blue) = 100+99+135=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #646387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646387 is #9B9C78. Grayscale: #676767. Windows color (decimal): -10198137 or 8872804. OLE color: 8872804.
HSL color Cylindrical-coordinate representation of color #646387: hue angle of 241.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646387 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 99 | 135 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.47 |
| HSL | 241.67º | 0.15% | 0.46% | - |
| HSV(B) | 241.67º | 0.27% | 0.53% | - |
| XYZ | 14.09 | 13.38 | 24.76 | - |
| YUV | 103.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 135 | 0.26 | 0.27 | 0 | 0.47 | 241.67 | 0.15 | 0.46 |
| Hex | 64 | 63 | 87 | 1A | 1B | 0 | 2F | F2 | F | 2E |
| Octal | 144 | 143 | 207 | 32 | 33 | 0 | 57 | 362 | 17 | 56 |
| Binary | 1100100 | 1100011 | 10000111 | 11010 | 11011 | 0 | 101111 | 11110010 | 1111 | 101110 |
Color Harmonies of #646387
Complementary color
Monochromatic Colors of #646387
Black with #646387
Text Example
Text Example
White with #646387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646387; }
p { color: rgb(100,99,135); }
H1.HeaderClassName
{
color: #646387;
}
.AnyTagClassName
{
color: #646387;
}
</style>
background-color css
<style>
a { background-color: #646387; }
a { background-color: rgb(100,99,135); }
div.DivClassName
{
background-color: #646387;
}
.BgClassName
{
background-color: #646387;
}
</style>
border-color css
<style>
span { border-color: #646387; }
span { border-color: rgb(100,99,135); }
td.TdClassName
{
border-color: #646387;
}
.TagClassName
{
border-color: #646387;
}
</style>