Shades of Seance #64206D
Tints of Seance #64206D
RGB
CMYK
RGB Variations
Color information
#64206D (or 0x64206D) is known color: Seance. HEX triplet: 64, 20 and 6D. RGB value is (100,32,109). Sum of RGB (Red+Green+Blue) = 100+32+109=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #64206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64206D is #9BDF92. Grayscale: #3C3C3C. Windows color (decimal): -10215315 or 7151716. OLE color: 7151716.
HSL color Cylindrical-coordinate representation of color #64206D: hue angle of 292.99º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64206D is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 32 | 109 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.57 |
| HSL | 292.99º | 0.55% | 0.28% | - |
| HSV(B) | 292.99º | 0.71% | 0.43% | - |
| XYZ | 8.53 | 4.85 | 14.95 | - |
| YUV | 61.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 109 | 0.08 | 0.71 | 0 | 0.57 | 292.99 | 0.55 | 0.28 |
| Hex | 64 | 20 | 6D | 8 | 47 | 0 | 39 | 125 | 37 | 1C |
| Octal | 144 | 40 | 155 | 10 | 107 | 0 | 71 | 445 | 67 | 34 |
| Binary | 1100100 | 100000 | 1101101 | 1000 | 1000111 | 0 | 111001 | 100100101 | 110111 | 11100 |
Color Harmonies of #64206D
Complementary color
Monochromatic Colors of #64206D
Black with #64206D
Text Example
Text Example
White with #64206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64206D; }
p { color: rgb(100,32,109); }
H1.HeaderClassName
{
color: #64206D;
}
.AnyTagClassName
{
color: #64206D;
}
</style>
background-color css
<style>
a { background-color: #64206D; }
a { background-color: rgb(100,32,109); }
div.DivClassName
{
background-color: #64206D;
}
.BgClassName
{
background-color: #64206D;
}
</style>
border-color css
<style>
span { border-color: #64206D; }
span { border-color: rgb(100,32,109); }
td.TdClassName
{
border-color: #64206D;
}
.TagClassName
{
border-color: #64206D;
}
</style>