Shades of Comet #646473
Tints of Comet #646473
RGB
CMYK
RGB Variations
Color information
#646473 (or 0x646473) is known color: Comet. HEX triplet: 64, 64 and 73. RGB value is (100,100,115). Sum of RGB (Red+Green+Blue) = 100+100+115=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #646473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646473 is #9B9B8C. Grayscale: #656565. Windows color (decimal): -10197901 or 7562340. OLE color: 7562340.
HSL color Cylindrical-coordinate representation of color #646473: hue angle of 240º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #646473 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 100 | 115 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.55 |
| HSL | 240º | 0.07% | 0.42% | - |
| HSV(B) | 240º | 0.13% | 0.45% | - |
| XYZ | 12.91 | 13.06 | 18.06 | - |
| YUV | 101.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 115 | 0.13 | 0.13 | 0 | 0.55 | 240 | 0.07 | 0.42 |
| Hex | 64 | 64 | 73 | D | D | 0 | 37 | F0 | 7 | 2A |
| Octal | 144 | 144 | 163 | 15 | 15 | 0 | 67 | 360 | 7 | 52 |
| Binary | 1100100 | 1100100 | 1110011 | 1101 | 1101 | 0 | 110111 | 11110000 | 111 | 101010 |
Color Harmonies of #646473
Complementary color
Monochromatic Colors of #646473
Black with #646473
Text Example
Text Example
White with #646473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646473; }
p { color: rgb(100,100,115); }
H1.HeaderClassName
{
color: #646473;
}
.AnyTagClassName
{
color: #646473;
}
</style>
background-color css
<style>
a { background-color: #646473; }
a { background-color: rgb(100,100,115); }
div.DivClassName
{
background-color: #646473;
}
.BgClassName
{
background-color: #646473;
}
</style>
border-color css
<style>
span { border-color: #646473; }
span { border-color: rgb(100,100,115); }
td.TdClassName
{
border-color: #646473;
}
.TagClassName
{
border-color: #646473;
}
</style>