Shades of Comet #64617D
Tints of Comet #64617D
RGB
CMYK
RGB Variations
Color information
#64617D (or 0x64617D) is known color: Comet. HEX triplet: 64, 61 and 7D. RGB value is (100,97,125). Sum of RGB (Red+Green+Blue) = 100+97+125=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #64617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64617D is #9B9E82. Grayscale: #646464. Windows color (decimal): -10198659 or 8216932. OLE color: 8216932.
HSL color Cylindrical-coordinate representation of color #64617D: hue angle of 246.43º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64617D is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 97 | 125 | - |
| CMYK | 0.2 | 0.22 | 0 | 0.51 |
| HSL | 246.43º | 0.13% | 0.44% | - |
| HSV(B) | 246.43º | 0.22% | 0.49% | - |
| XYZ | 13.23 | 12.74 | 21.16 | - |
| YUV | 101.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 125 | 0.2 | 0.22 | 0 | 0.51 | 246.43 | 0.13 | 0.44 |
| Hex | 64 | 61 | 7D | 14 | 16 | 0 | 33 | F6 | D | 2C |
| Octal | 144 | 141 | 175 | 24 | 26 | 0 | 63 | 366 | 15 | 54 |
| Binary | 1100100 | 1100001 | 1111101 | 10100 | 10110 | 0 | 110011 | 11110110 | 1101 | 101100 |
Color Harmonies of #64617D
Complementary color
Monochromatic Colors of #64617D
Black with #64617D
Text Example
Text Example
White with #64617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64617D; }
p { color: rgb(100,97,125); }
H1.HeaderClassName
{
color: #64617D;
}
.AnyTagClassName
{
color: #64617D;
}
</style>
background-color css
<style>
a { background-color: #64617D; }
a { background-color: rgb(100,97,125); }
div.DivClassName
{
background-color: #64617D;
}
.BgClassName
{
background-color: #64617D;
}
</style>
border-color css
<style>
span { border-color: #64617D; }
span { border-color: rgb(100,97,125); }
td.TdClassName
{
border-color: #64617D;
}
.TagClassName
{
border-color: #64617D;
}
</style>