Shades of Comet #646472
Tints of Comet #646472
RGB
CMYK
RGB Variations
Color information
#646472 (or 0x646472) is known color: Comet. HEX triplet: 64, 64 and 72. RGB value is (100,100,114). Sum of RGB (Red+Green+Blue) = 100+100+114=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #646472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646472 is #9B9B8D. Grayscale: #656565. Windows color (decimal): -10197902 or 7496804. OLE color: 7496804.
HSL color Cylindrical-coordinate representation of color #646472: 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.12%. Process color model (Four color, CMYK) of #646472 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 100 | 114 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.55 |
| HSL | 240º | 0.07% | 0.42% | - |
| HSV(B) | 240º | 0.12% | 0.45% | - |
| XYZ | 12.85 | 13.04 | 17.76 | - |
| YUV | 101.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 114 | 0.12 | 0.12 | 0 | 0.55 | 240 | 0.07 | 0.42 |
| Hex | 64 | 64 | 72 | C | C | 0 | 37 | F0 | 7 | 2A |
| Octal | 144 | 144 | 162 | 14 | 14 | 0 | 67 | 360 | 7 | 52 |
| Binary | 1100100 | 1100100 | 1110010 | 1100 | 1100 | 0 | 110111 | 11110000 | 111 | 101010 |
Color Harmonies of #646472
Complementary color
Monochromatic Colors of #646472
Black with #646472
Text Example
Text Example
White with #646472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646472; }
p { color: rgb(100,100,114); }
H1.HeaderClassName
{
color: #646472;
}
.AnyTagClassName
{
color: #646472;
}
</style>
background-color css
<style>
a { background-color: #646472; }
a { background-color: rgb(100,100,114); }
div.DivClassName
{
background-color: #646472;
}
.BgClassName
{
background-color: #646472;
}
</style>
border-color css
<style>
span { border-color: #646472; }
span { border-color: rgb(100,100,114); }
td.TdClassName
{
border-color: #646472;
}
.TagClassName
{
border-color: #646472;
}
</style>