Shades of Comet #64636D
Tints of Comet #64636D
RGB
CMYK
RGB Variations
Color information
#64636D (or 0x64636D) is known color: Comet. HEX triplet: 64, 63 and 6D. RGB value is (100,99,109). Sum of RGB (Red+Green+Blue) = 100+99+109=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: blue. Hex color #64636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64636D is #9B9C92. Grayscale: #646464. Windows color (decimal): -10198163 or 7168868. OLE color: 7168868.
HSL color Cylindrical-coordinate representation of color #64636D: hue angle of 246º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #64636D is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 99 | 109 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.57 |
| HSL | 246º | 0.05% | 0.41% | - |
| HSV(B) | 246º | 0.09% | 0.43% | - |
| XYZ | 12.48 | 12.74 | 16.27 | - |
| YUV | 100.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 109 | 0.08 | 0.09 | 0 | 0.57 | 246 | 0.05 | 0.41 |
| Hex | 64 | 63 | 6D | 8 | 9 | 0 | 39 | F6 | 5 | 29 |
| Octal | 144 | 143 | 155 | 10 | 11 | 0 | 71 | 366 | 5 | 51 |
| Binary | 1100100 | 1100011 | 1101101 | 1000 | 1001 | 0 | 111001 | 11110110 | 101 | 101001 |
Color Harmonies of #64636D
Complementary color
Monochromatic Colors of #64636D
Black with #64636D
Text Example
Text Example
White with #64636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64636D; }
p { color: rgb(100,99,109); }
H1.HeaderClassName
{
color: #64636D;
}
.AnyTagClassName
{
color: #64636D;
}
</style>
background-color css
<style>
a { background-color: #64636D; }
a { background-color: rgb(100,99,109); }
div.DivClassName
{
background-color: #64636D;
}
.BgClassName
{
background-color: #64636D;
}
</style>
border-color css
<style>
span { border-color: #64636D; }
span { border-color: rgb(100,99,109); }
td.TdClassName
{
border-color: #64636D;
}
.TagClassName
{
border-color: #64636D;
}
</style>