Shades of Comet #64656A
Tints of Comet #64656A
RGB
CMYK
RGB Variations
Color information
#64656A (or 0x64656A) is known color: Comet. HEX triplet: 64, 65 and 6A. RGB value is (100,101,106). Sum of RGB (Red+Green+Blue) = 100+101+106=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 106 - color contains mainly: blue. Hex color #64656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64656A is #9B9A95. Grayscale: #656565. Windows color (decimal): -10197654 or 6972772. OLE color: 6972772.
HSL color Cylindrical-coordinate representation of color #64656A: hue angle of 230º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #64656A is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 101 | 106 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.58 |
| HSL | 230º | 0.03% | 0.4% | - |
| HSV(B) | 230º | 0.06% | 0.42% | - |
| XYZ | 12.51 | 13.06 | 15.5 | - |
| YUV | 101.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 106 | 0.06 | 0.05 | 0 | 0.58 | 230 | 0.03 | 0.4 |
| Hex | 64 | 65 | 6A | 6 | 5 | 0 | 3A | E6 | 3 | 28 |
| Octal | 144 | 145 | 152 | 6 | 5 | 0 | 72 | 346 | 3 | 50 |
| Binary | 1100100 | 1100101 | 1101010 | 110 | 101 | 0 | 111010 | 11100110 | 11 | 101000 |
Color Harmonies of #64656A
Complementary color
Monochromatic Colors of #64656A
Black with #64656A
Text Example
Text Example
White with #64656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64656A; }
p { color: rgb(100,101,106); }
H1.HeaderClassName
{
color: #64656A;
}
.AnyTagClassName
{
color: #64656A;
}
</style>
background-color css
<style>
a { background-color: #64656A; }
a { background-color: rgb(100,101,106); }
div.DivClassName
{
background-color: #64656A;
}
.BgClassName
{
background-color: #64656A;
}
</style>
border-color css
<style>
span { border-color: #64656A; }
span { border-color: rgb(100,101,106); }
td.TdClassName
{
border-color: #64656A;
}
.TagClassName
{
border-color: #64656A;
}
</style>