Shades of Comet #646575
Tints of Comet #646575
RGB
CMYK
RGB Variations
Color information
#646575 (or 0x646575) is known color: Comet. HEX triplet: 64, 65 and 75. RGB value is (100,101,117). Sum of RGB (Red+Green+Blue) = 100+101+117=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #646575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646575 is #9B9A8A. Grayscale: #666666. Windows color (decimal): -10197643 or 7693668. OLE color: 7693668.
HSL color Cylindrical-coordinate representation of color #646575: hue angle of 236.47º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646575 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 101 | 117 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.54 |
| HSL | 236.47º | 0.08% | 0.43% | - |
| HSV(B) | 236.47º | 0.15% | 0.46% | - |
| XYZ | 13.12 | 13.3 | 18.71 | - |
| YUV | 102.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 117 | 0.15 | 0.14 | 0 | 0.54 | 236.47 | 0.08 | 0.43 |
| Hex | 64 | 65 | 75 | F | E | 0 | 36 | EC | 8 | 2B |
| Octal | 144 | 145 | 165 | 17 | 16 | 0 | 66 | 354 | 10 | 53 |
| Binary | 1100100 | 1100101 | 1110101 | 1111 | 1110 | 0 | 110110 | 11101100 | 1000 | 101011 |
Color Harmonies of #646575
Complementary color
Monochromatic Colors of #646575
Black with #646575
Text Example
Text Example
White with #646575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646575; }
p { color: rgb(100,101,117); }
H1.HeaderClassName
{
color: #646575;
}
.AnyTagClassName
{
color: #646575;
}
</style>
background-color css
<style>
a { background-color: #646575; }
a { background-color: rgb(100,101,117); }
div.DivClassName
{
background-color: #646575;
}
.BgClassName
{
background-color: #646575;
}
</style>
border-color css
<style>
span { border-color: #646575; }
span { border-color: rgb(100,101,117); }
td.TdClassName
{
border-color: #646575;
}
.TagClassName
{
border-color: #646575;
}
</style>