Shades of Comet #646580
Tints of Comet #646580
RGB
CMYK
RGB Variations
Color information
#646580 (or 0x646580) is known color: Comet. HEX triplet: 64, 65 and 80. RGB value is (100,101,128). Sum of RGB (Red+Green+Blue) = 100+101+128=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #646580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646580 is #9B9A7F. Grayscale: #676767. Windows color (decimal): -10197632 or 8414564. OLE color: 8414564.
HSL color Cylindrical-coordinate representation of color #646580: hue angle of 237.86º 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 #646580 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 101 | 128 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.50 |
| HSL | 237.86º | 0.12% | 0.45% | - |
| HSV(B) | 237.86º | 0.22% | 0.5% | - |
| XYZ | 13.81 | 13.58 | 22.31 | - |
| YUV | 103.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 128 | 0.22 | 0.21 | 0 | 0.50 | 237.86 | 0.12 | 0.45 |
| Hex | 64 | 65 | 80 | 16 | 15 | 0 | 32 | EE | C | 2D |
| Octal | 144 | 145 | 200 | 26 | 25 | 0 | 62 | 356 | 14 | 55 |
| Binary | 1100100 | 1100101 | 10000000 | 10110 | 10101 | 0 | 110010 | 11101110 | 1100 | 101101 |
Color Harmonies of #646580
Complementary color
Monochromatic Colors of #646580
Black with #646580
Text Example
Text Example
White with #646580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646580; }
p { color: rgb(100,101,128); }
H1.HeaderClassName
{
color: #646580;
}
.AnyTagClassName
{
color: #646580;
}
</style>
background-color css
<style>
a { background-color: #646580; }
a { background-color: rgb(100,101,128); }
div.DivClassName
{
background-color: #646580;
}
.BgClassName
{
background-color: #646580;
}
</style>
border-color css
<style>
span { border-color: #646580; }
span { border-color: rgb(100,101,128); }
td.TdClassName
{
border-color: #646580;
}
.TagClassName
{
border-color: #646580;
}
</style>