Shades of Comet #64617F
Tints of Comet #64617F
RGB
CMYK
RGB Variations
Color information
#64617F (or 0x64617F) is known color: Comet. HEX triplet: 64, 61 and 7F. RGB value is (100,97,127). Sum of RGB (Red+Green+Blue) = 100+97+127=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #64617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64617F is #9B9E80. Grayscale: #656565. Windows color (decimal): -10198657 or 8348004. OLE color: 8348004.
HSL color Cylindrical-coordinate representation of color #64617F: hue angle of 246º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64617F is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 97 | 127 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.50 |
| HSL | 246º | 0.13% | 0.44% | - |
| HSV(B) | 246º | 0.24% | 0.5% | - |
| XYZ | 13.36 | 12.79 | 21.84 | - |
| YUV | 101.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 127 | 0.21 | 0.24 | 0 | 0.50 | 246 | 0.13 | 0.44 |
| Hex | 64 | 61 | 7F | 15 | 18 | 0 | 32 | F6 | D | 2C |
| Octal | 144 | 141 | 177 | 25 | 30 | 0 | 62 | 366 | 15 | 54 |
| Binary | 1100100 | 1100001 | 1111111 | 10101 | 11000 | 0 | 110010 | 11110110 | 1101 | 101100 |
Color Harmonies of #64617F
Complementary color
Monochromatic Colors of #64617F
Black with #64617F
Text Example
Text Example
White with #64617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64617F; }
p { color: rgb(100,97,127); }
H1.HeaderClassName
{
color: #64617F;
}
.AnyTagClassName
{
color: #64617F;
}
</style>
background-color css
<style>
a { background-color: #64617F; }
a { background-color: rgb(100,97,127); }
div.DivClassName
{
background-color: #64617F;
}
.BgClassName
{
background-color: #64617F;
}
</style>
border-color css
<style>
span { border-color: #64617F; }
span { border-color: rgb(100,97,127); }
td.TdClassName
{
border-color: #64617F;
}
.TagClassName
{
border-color: #64617F;
}
</style>