Shades of Comet #646574
Tints of Comet #646574
RGB
CMYK
RGB Variations
Color information
#646574 (or 0x646574) is known color: Comet. HEX triplet: 64, 65 and 74. RGB value is (100,101,116). Sum of RGB (Red+Green+Blue) = 100+101+116=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #646574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646574 is #9B9A8B. Grayscale: #666666. Windows color (decimal): -10197644 or 7628132. OLE color: 7628132.
HSL color Cylindrical-coordinate representation of color #646574: hue angle of 236.25º 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 #646574 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 101 | 116 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.55 |
| HSL | 236.25º | 0.07% | 0.42% | - |
| HSV(B) | 236.25º | 0.14% | 0.45% | - |
| XYZ | 13.06 | 13.28 | 18.4 | - |
| YUV | 102.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 116 | 0.14 | 0.13 | 0 | 0.55 | 236.25 | 0.07 | 0.42 |
| Hex | 64 | 65 | 74 | E | D | 0 | 37 | EC | 7 | 2A |
| Octal | 144 | 145 | 164 | 16 | 15 | 0 | 67 | 354 | 7 | 52 |
| Binary | 1100100 | 1100101 | 1110100 | 1110 | 1101 | 0 | 110111 | 11101100 | 111 | 101010 |
Color Harmonies of #646574
Complementary color
Monochromatic Colors of #646574
Black with #646574
Text Example
Text Example
White with #646574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646574; }
p { color: rgb(100,101,116); }
H1.HeaderClassName
{
color: #646574;
}
.AnyTagClassName
{
color: #646574;
}
</style>
background-color css
<style>
a { background-color: #646574; }
a { background-color: rgb(100,101,116); }
div.DivClassName
{
background-color: #646574;
}
.BgClassName
{
background-color: #646574;
}
</style>
border-color css
<style>
span { border-color: #646574; }
span { border-color: rgb(100,101,116); }
td.TdClassName
{
border-color: #646574;
}
.TagClassName
{
border-color: #646574;
}
</style>