Shades of Comet #64647B
Tints of Comet #64647B
RGB
CMYK
RGB Variations
Color information
#64647B (or 0x64647B) is known color: Comet. HEX triplet: 64, 64 and 7B. RGB value is (100,100,123). Sum of RGB (Red+Green+Blue) = 100+100+123=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #64647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64647B is #9B9B84. Grayscale: #666666. Windows color (decimal): -10197893 or 8086628. OLE color: 8086628.
HSL color Cylindrical-coordinate representation of color #64647B: hue angle of 240º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64647B is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 100 | 123 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.52 |
| HSL | 240º | 0.1% | 0.44% | - |
| HSV(B) | 240º | 0.19% | 0.48% | - |
| XYZ | 13.39 | 13.25 | 20.59 | - |
| YUV | 102.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 123 | 0.19 | 0.19 | 0 | 0.52 | 240 | 0.1 | 0.44 |
| Hex | 64 | 64 | 7B | 13 | 13 | 0 | 34 | F0 | A | 2C |
| Octal | 144 | 144 | 173 | 23 | 23 | 0 | 64 | 360 | 12 | 54 |
| Binary | 1100100 | 1100100 | 1111011 | 10011 | 10011 | 0 | 110100 | 11110000 | 1010 | 101100 |
Color Harmonies of #64647B
Complementary color
Monochromatic Colors of #64647B
Black with #64647B
Text Example
Text Example
White with #64647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64647B; }
p { color: rgb(100,100,123); }
H1.HeaderClassName
{
color: #64647B;
}
.AnyTagClassName
{
color: #64647B;
}
</style>
background-color css
<style>
a { background-color: #64647B; }
a { background-color: rgb(100,100,123); }
div.DivClassName
{
background-color: #64647B;
}
.BgClassName
{
background-color: #64647B;
}
</style>
border-color css
<style>
span { border-color: #64647B; }
span { border-color: rgb(100,100,123); }
td.TdClassName
{
border-color: #64647B;
}
.TagClassName
{
border-color: #64647B;
}
</style>