Shades of Comet #646474
Tints of Comet #646474
RGB
CMYK
RGB Variations
Color information
#646474 (or 0x646474) is known color: Comet. HEX triplet: 64, 64 and 74. RGB value is (100,100,116). Sum of RGB (Red+Green+Blue) = 100+100+116=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 116 - color contains mainly: blue. Hex color #646474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646474 is #9B9B8B. Grayscale: #656565. Windows color (decimal): -10197900 or 7627876. OLE color: 7627876.
HSL color Cylindrical-coordinate representation of color #646474: 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.14%. Process color model (Four color, CMYK) of #646474 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 100 | 116 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.55 |
| HSL | 240º | 0.07% | 0.42% | - |
| HSV(B) | 240º | 0.14% | 0.45% | - |
| XYZ | 12.97 | 13.08 | 18.37 | - |
| YUV | 101.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 116 | 0.14 | 0.14 | 0 | 0.55 | 240 | 0.07 | 0.42 |
| Hex | 64 | 64 | 74 | E | E | 0 | 37 | F0 | 7 | 2A |
| Octal | 144 | 144 | 164 | 16 | 16 | 0 | 67 | 360 | 7 | 52 |
| Binary | 1100100 | 1100100 | 1110100 | 1110 | 1110 | 0 | 110111 | 11110000 | 111 | 101010 |
Color Harmonies of #646474
Complementary color
Monochromatic Colors of #646474
Black with #646474
Text Example
Text Example
White with #646474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646474; }
p { color: rgb(100,100,116); }
H1.HeaderClassName
{
color: #646474;
}
.AnyTagClassName
{
color: #646474;
}
</style>
background-color css
<style>
a { background-color: #646474; }
a { background-color: rgb(100,100,116); }
div.DivClassName
{
background-color: #646474;
}
.BgClassName
{
background-color: #646474;
}
</style>
border-color css
<style>
span { border-color: #646474; }
span { border-color: rgb(100,100,116); }
td.TdClassName
{
border-color: #646474;
}
.TagClassName
{
border-color: #646474;
}
</style>