Shades of Comet #646885
Tints of Comet #646885
RGB
CMYK
RGB Variations
Color information
#646885 (or 0x646885) is known color: Comet. HEX triplet: 64, 68 and 85. RGB value is (100,104,133). Sum of RGB (Red+Green+Blue) = 100+104+133=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #646885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646885 is #9B977A. Grayscale: #696969. Windows color (decimal): -10196859 or 8743012. OLE color: 8743012.
HSL color Cylindrical-coordinate representation of color #646885: hue angle of 232.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646885 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 104 | 133 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.48 |
| HSL | 232.73º | 0.14% | 0.46% | - |
| HSV(B) | 232.73º | 0.25% | 0.52% | - |
| XYZ | 14.44 | 14.3 | 24.19 | - |
| YUV | 106.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 133 | 0.25 | 0.22 | 0 | 0.48 | 232.73 | 0.14 | 0.46 |
| Hex | 64 | 68 | 85 | 19 | 16 | 0 | 30 | E9 | E | 2E |
| Octal | 144 | 150 | 205 | 31 | 26 | 0 | 60 | 351 | 16 | 56 |
| Binary | 1100100 | 1101000 | 10000101 | 11001 | 10110 | 0 | 110000 | 11101001 | 1110 | 101110 |
Color Harmonies of #646885
Complementary color
Monochromatic Colors of #646885
Black with #646885
Text Example
Text Example
White with #646885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646885; }
p { color: rgb(100,104,133); }
H1.HeaderClassName
{
color: #646885;
}
.AnyTagClassName
{
color: #646885;
}
</style>
background-color css
<style>
a { background-color: #646885; }
a { background-color: rgb(100,104,133); }
div.DivClassName
{
background-color: #646885;
}
.BgClassName
{
background-color: #646885;
}
</style>
border-color css
<style>
span { border-color: #646885; }
span { border-color: rgb(100,104,133); }
td.TdClassName
{
border-color: #646885;
}
.TagClassName
{
border-color: #646885;
}
</style>