Shades of Comet #646465
Tints of Comet #646465
RGB
CMYK
RGB Variations
Color information
#646465 (or 0x646465) is known color: Comet. HEX triplet: 64, 64 and 65. RGB value is (100,100,101). Sum of RGB (Red+Green+Blue) = 100+100+101=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 101 - color contains mainly: blue. Hex color #646465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646465 is #9B9B9A. Grayscale: #646464. Windows color (decimal): -10197915 or 6644836. OLE color: 6644836.
HSL color Cylindrical-coordinate representation of color #646465: hue angle of 240º degrees, saturation: 0, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #646465 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 100 | 101 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.60 |
| HSL | 240º | 0% | 0.39% | - |
| HSV(B) | 240º | 0.01% | 0.4% | - |
| XYZ | 12.16 | 12.76 | 14.13 | - |
| YUV | 100.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 101 | 0.01 | 0.01 | 0 | 0.60 | 240 | 0 | 0.39 |
| Hex | 64 | 64 | 65 | 1 | 1 | 0 | 3C | F0 | 0 | 27 |
| Octal | 144 | 144 | 145 | 1 | 1 | 0 | 74 | 360 | 0 | 47 |
| Binary | 1100100 | 1100100 | 1100101 | 1 | 1 | 0 | 111100 | 11110000 | 0 | 100111 |
Color Harmonies of #646465
Complementary color
Monochromatic Colors of #646465
Black with #646465
Text Example
Text Example
White with #646465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646465; }
p { color: rgb(100,100,101); }
H1.HeaderClassName
{
color: #646465;
}
.AnyTagClassName
{
color: #646465;
}
</style>
background-color css
<style>
a { background-color: #646465; }
a { background-color: rgb(100,100,101); }
div.DivClassName
{
background-color: #646465;
}
.BgClassName
{
background-color: #646465;
}
</style>
border-color css
<style>
span { border-color: #646465; }
span { border-color: rgb(100,100,101); }
td.TdClassName
{
border-color: #646465;
}
.TagClassName
{
border-color: #646465;
}
</style>