Shades of Comet #646673
Tints of Comet #646673
RGB
CMYK
RGB Variations
Color information
#646673 (or 0x646673) is known color: Comet. HEX triplet: 64, 66 and 73. RGB value is (100,102,115). Sum of RGB (Red+Green+Blue) = 100+102+115=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #646673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646673 is #9B998C. Grayscale: #666666. Windows color (decimal): -10197389 or 7562852. OLE color: 7562852.
HSL color Cylindrical-coordinate representation of color #646673: hue angle of 232º 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 #646673 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 102 | 115 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.55 |
| HSL | 232º | 0.07% | 0.42% | - |
| HSV(B) | 232º | 0.13% | 0.45% | - |
| XYZ | 13.1 | 13.45 | 18.13 | - |
| YUV | 102.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 115 | 0.13 | 0.11 | 0 | 0.55 | 232 | 0.07 | 0.42 |
| Hex | 64 | 66 | 73 | D | B | 0 | 37 | E8 | 7 | 2A |
| Octal | 144 | 146 | 163 | 15 | 13 | 0 | 67 | 350 | 7 | 52 |
| Binary | 1100100 | 1100110 | 1110011 | 1101 | 1011 | 0 | 110111 | 11101000 | 111 | 101010 |
Color Harmonies of #646673
Complementary color
Monochromatic Colors of #646673
Black with #646673
Text Example
Text Example
White with #646673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646673; }
p { color: rgb(100,102,115); }
H1.HeaderClassName
{
color: #646673;
}
.AnyTagClassName
{
color: #646673;
}
</style>
background-color css
<style>
a { background-color: #646673; }
a { background-color: rgb(100,102,115); }
div.DivClassName
{
background-color: #646673;
}
.BgClassName
{
background-color: #646673;
}
</style>
border-color css
<style>
span { border-color: #646673; }
span { border-color: rgb(100,102,115); }
td.TdClassName
{
border-color: #646673;
}
.TagClassName
{
border-color: #646673;
}
</style>