Shades of Comet #646980
Tints of Comet #646980
RGB
CMYK
RGB Variations
Color information
#646980 (or 0x646980) is known color: Comet. HEX triplet: 64, 69 and 80. RGB value is (100,105,128). Sum of RGB (Red+Green+Blue) = 100+105+128=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 128 - color contains mainly: blue. Hex color #646980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646980 is #9B967F. Grayscale: #6A6A6A. Windows color (decimal): -10196608 or 8415588. OLE color: 8415588.
HSL color Cylindrical-coordinate representation of color #646980: hue angle of 229.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #646980 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 105 | 128 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.50 |
| HSL | 229.29º | 0.12% | 0.45% | - |
| HSV(B) | 229.29º | 0.22% | 0.5% | - |
| XYZ | 14.2 | 14.37 | 22.45 | - |
| YUV | 106.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 128 | 0.22 | 0.18 | 0 | 0.50 | 229.29 | 0.12 | 0.45 |
| Hex | 64 | 69 | 80 | 16 | 12 | 0 | 32 | E5 | C | 2D |
| Octal | 144 | 151 | 200 | 26 | 22 | 0 | 62 | 345 | 14 | 55 |
| Binary | 1100100 | 1101001 | 10000000 | 10110 | 10010 | 0 | 110010 | 11100101 | 1100 | 101101 |
Color Harmonies of #646980
Complementary color
Monochromatic Colors of #646980
Black with #646980
Text Example
Text Example
White with #646980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646980; }
p { color: rgb(100,105,128); }
H1.HeaderClassName
{
color: #646980;
}
.AnyTagClassName
{
color: #646980;
}
</style>
background-color css
<style>
a { background-color: #646980; }
a { background-color: rgb(100,105,128); }
div.DivClassName
{
background-color: #646980;
}
.BgClassName
{
background-color: #646980;
}
</style>
border-color css
<style>
span { border-color: #646980; }
span { border-color: rgb(100,105,128); }
td.TdClassName
{
border-color: #646980;
}
.TagClassName
{
border-color: #646980;
}
</style>