Shades of Comet #646279
Tints of Comet #646279
RGB
CMYK
RGB Variations
Color information
#646279 (or 0x646279) is known color: Comet. HEX triplet: 64, 62 and 79. RGB value is (100,98,121). Sum of RGB (Red+Green+Blue) = 100+98+121=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #646279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646279 is #9B9D86. Grayscale: #656565. Windows color (decimal): -10198407 or 7955044. OLE color: 7955044.
HSL color Cylindrical-coordinate representation of color #646279: hue angle of 245.22º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646279 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 98 | 121 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.53 |
| HSL | 245.22º | 0.11% | 0.43% | - |
| HSV(B) | 245.22º | 0.19% | 0.47% | - |
| XYZ | 13.07 | 12.83 | 19.88 | - |
| YUV | 101.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 121 | 0.17 | 0.19 | 0 | 0.53 | 245.22 | 0.11 | 0.43 |
| Hex | 64 | 62 | 79 | 11 | 13 | 0 | 35 | F5 | B | 2B |
| Octal | 144 | 142 | 171 | 21 | 23 | 0 | 65 | 365 | 13 | 53 |
| Binary | 1100100 | 1100010 | 1111001 | 10001 | 10011 | 0 | 110101 | 11110101 | 1011 | 101011 |
Color Harmonies of #646279
Complementary color
Monochromatic Colors of #646279
Black with #646279
Text Example
Text Example
White with #646279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646279; }
p { color: rgb(100,98,121); }
H1.HeaderClassName
{
color: #646279;
}
.AnyTagClassName
{
color: #646279;
}
</style>
background-color css
<style>
a { background-color: #646279; }
a { background-color: rgb(100,98,121); }
div.DivClassName
{
background-color: #646279;
}
.BgClassName
{
background-color: #646279;
}
</style>
border-color css
<style>
span { border-color: #646279; }
span { border-color: rgb(100,98,121); }
td.TdClassName
{
border-color: #646279;
}
.TagClassName
{
border-color: #646279;
}
</style>