Shades of Comet #646471
Tints of Comet #646471
RGB
CMYK
RGB Variations
Color information
#646471 (or 0x646471) is known color: Comet. HEX triplet: 64, 64 and 71. RGB value is (100,100,113). Sum of RGB (Red+Green+Blue) = 100+100+113=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #646471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646471 is #9B9B8E. Grayscale: #656565. Windows color (decimal): -10197903 or 7431268. OLE color: 7431268.
HSL color Cylindrical-coordinate representation of color #646471: hue angle of 240º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646471 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 100 | 113 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.56 |
| HSL | 240º | 0.06% | 0.42% | - |
| HSV(B) | 240º | 0.12% | 0.44% | - |
| XYZ | 12.79 | 13.02 | 17.46 | - |
| YUV | 101.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 113 | 0.12 | 0.12 | 0 | 0.56 | 240 | 0.06 | 0.42 |
| Hex | 64 | 64 | 71 | C | C | 0 | 38 | F0 | 6 | 2A |
| Octal | 144 | 144 | 161 | 14 | 14 | 0 | 70 | 360 | 6 | 52 |
| Binary | 1100100 | 1100100 | 1110001 | 1100 | 1100 | 0 | 111000 | 11110000 | 110 | 101010 |
Color Harmonies of #646471
Complementary color
Monochromatic Colors of #646471
Black with #646471
Text Example
Text Example
White with #646471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646471; }
p { color: rgb(100,100,113); }
H1.HeaderClassName
{
color: #646471;
}
.AnyTagClassName
{
color: #646471;
}
</style>
background-color css
<style>
a { background-color: #646471; }
a { background-color: rgb(100,100,113); }
div.DivClassName
{
background-color: #646471;
}
.BgClassName
{
background-color: #646471;
}
</style>
border-color css
<style>
span { border-color: #646471; }
span { border-color: rgb(100,100,113); }
td.TdClassName
{
border-color: #646471;
}
.TagClassName
{
border-color: #646471;
}
</style>