Shades of Comet #646572
Tints of Comet #646572
RGB
CMYK
RGB Variations
Color information
#646572 (or 0x646572) is known color: Comet. HEX triplet: 64, 65 and 72. RGB value is (100,101,114). Sum of RGB (Red+Green+Blue) = 100+101+114=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #646572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646572 is #9B9A8D. Grayscale: #666666. Windows color (decimal): -10197646 or 7497060. OLE color: 7497060.
HSL color Cylindrical-coordinate representation of color #646572: hue angle of 235.71º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646572 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 101 | 114 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.55 |
| HSL | 235.71º | 0.07% | 0.42% | - |
| HSV(B) | 235.71º | 0.12% | 0.45% | - |
| XYZ | 12.95 | 13.23 | 17.79 | - |
| YUV | 102.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 114 | 0.12 | 0.11 | 0 | 0.55 | 235.71 | 0.07 | 0.42 |
| Hex | 64 | 65 | 72 | C | B | 0 | 37 | EC | 7 | 2A |
| Octal | 144 | 145 | 162 | 14 | 13 | 0 | 67 | 354 | 7 | 52 |
| Binary | 1100100 | 1100101 | 1110010 | 1100 | 1011 | 0 | 110111 | 11101100 | 111 | 101010 |
Color Harmonies of #646572
Complementary color
Monochromatic Colors of #646572
Black with #646572
Text Example
Text Example
White with #646572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646572; }
p { color: rgb(100,101,114); }
H1.HeaderClassName
{
color: #646572;
}
.AnyTagClassName
{
color: #646572;
}
</style>
background-color css
<style>
a { background-color: #646572; }
a { background-color: rgb(100,101,114); }
div.DivClassName
{
background-color: #646572;
}
.BgClassName
{
background-color: #646572;
}
</style>
border-color css
<style>
span { border-color: #646572; }
span { border-color: rgb(100,101,114); }
td.TdClassName
{
border-color: #646572;
}
.TagClassName
{
border-color: #646572;
}
</style>