Shades of Comet #64646C
Tints of Comet #64646C
RGB
CMYK
RGB Variations
Color information
#64646C (or 0x64646C) is known color: Comet. HEX triplet: 64, 64 and 6C. RGB value is (100,100,108). Sum of RGB (Red+Green+Blue) = 100+100+108=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 108 - color contains mainly: blue. Hex color #64646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64646C is #9B9B93. Grayscale: #646464. Windows color (decimal): -10197908 or 7103588. OLE color: 7103588.
HSL color Cylindrical-coordinate representation of color #64646C: hue angle of 240º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #64646C is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 100 | 108 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.58 |
| HSL | 240º | 0.04% | 0.41% | - |
| HSV(B) | 240º | 0.07% | 0.42% | - |
| XYZ | 12.52 | 12.91 | 16.02 | - |
| YUV | 100.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 108 | 0.07 | 0.07 | 0 | 0.58 | 240 | 0.04 | 0.41 |
| Hex | 64 | 64 | 6C | 7 | 7 | 0 | 3A | F0 | 4 | 29 |
| Octal | 144 | 144 | 154 | 7 | 7 | 0 | 72 | 360 | 4 | 51 |
| Binary | 1100100 | 1100100 | 1101100 | 111 | 111 | 0 | 111010 | 11110000 | 100 | 101001 |
Color Harmonies of #64646C
Complementary color
Monochromatic Colors of #64646C
Black with #64646C
Text Example
Text Example
White with #64646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64646C; }
p { color: rgb(100,100,108); }
H1.HeaderClassName
{
color: #64646C;
}
.AnyTagClassName
{
color: #64646C;
}
</style>
background-color css
<style>
a { background-color: #64646C; }
a { background-color: rgb(100,100,108); }
div.DivClassName
{
background-color: #64646C;
}
.BgClassName
{
background-color: #64646C;
}
</style>
border-color css
<style>
span { border-color: #64646C; }
span { border-color: rgb(100,100,108); }
td.TdClassName
{
border-color: #64646C;
}
.TagClassName
{
border-color: #64646C;
}
</style>