Shades of Comet #646385
Tints of Comet #646385
RGB
CMYK
RGB Variations
Color information
#646385 (or 0x646385) is known color: Comet. HEX triplet: 64, 63 and 85. RGB value is (100,99,133). Sum of RGB (Red+Green+Blue) = 100+99+133=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #646385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646385 is #9B9C7A. Grayscale: #676767. Windows color (decimal): -10198139 or 8741732. OLE color: 8741732.
HSL color Cylindrical-coordinate representation of color #646385: hue angle of 241.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #646385 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 99 | 133 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.48 |
| HSL | 241.76º | 0.15% | 0.45% | - |
| HSV(B) | 241.76º | 0.26% | 0.52% | - |
| XYZ | 13.95 | 13.33 | 24.03 | - |
| YUV | 103.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 133 | 0.25 | 0.26 | 0 | 0.48 | 241.76 | 0.15 | 0.45 |
| Hex | 64 | 63 | 85 | 19 | 1A | 0 | 30 | F2 | F | 2D |
| Octal | 144 | 143 | 205 | 31 | 32 | 0 | 60 | 362 | 17 | 55 |
| Binary | 1100100 | 1100011 | 10000101 | 11001 | 11010 | 0 | 110000 | 11110010 | 1111 | 101101 |
Color Harmonies of #646385
Complementary color
Monochromatic Colors of #646385
Black with #646385
Text Example
Text Example
White with #646385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646385; }
p { color: rgb(100,99,133); }
H1.HeaderClassName
{
color: #646385;
}
.AnyTagClassName
{
color: #646385;
}
</style>
background-color css
<style>
a { background-color: #646385; }
a { background-color: rgb(100,99,133); }
div.DivClassName
{
background-color: #646385;
}
.BgClassName
{
background-color: #646385;
}
</style>
border-color css
<style>
span { border-color: #646385; }
span { border-color: rgb(100,99,133); }
td.TdClassName
{
border-color: #646385;
}
.TagClassName
{
border-color: #646385;
}
</style>