Shades of Seance #64196D
Tints of Seance #64196D
RGB
CMYK
RGB Variations
Color information
#64196D (or 0x64196D) is known color: Seance. HEX triplet: 64, 19 and 6D. RGB value is (100,25,109). Sum of RGB (Red+Green+Blue) = 100+25+109=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #64196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64196D is #9BE692. Grayscale: #383838. Windows color (decimal): -10217107 or 7149924. OLE color: 7149924.
HSL color Cylindrical-coordinate representation of color #64196D: hue angle of 293.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64196D is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 25 | 109 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.57 |
| HSL | 293.57º | 0.63% | 0.26% | - |
| HSV(B) | 293.57º | 0.77% | 0.43% | - |
| XYZ | 8.36 | 4.51 | 14.9 | - |
| YUV | 57 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 109 | 0.08 | 0.77 | 0 | 0.57 | 293.57 | 0.63 | 0.26 |
| Hex | 64 | 19 | 6D | 8 | 4D | 0 | 39 | 126 | 3F | 1A |
| Octal | 144 | 31 | 155 | 10 | 115 | 0 | 71 | 446 | 77 | 32 |
| Binary | 1100100 | 11001 | 1101101 | 1000 | 1001101 | 0 | 111001 | 100100110 | 111111 | 11010 |
Color Harmonies of #64196D
Complementary color
Monochromatic Colors of #64196D
Black with #64196D
Text Example
Text Example
White with #64196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64196D; }
p { color: rgb(100,25,109); }
H1.HeaderClassName
{
color: #64196D;
}
.AnyTagClassName
{
color: #64196D;
}
</style>
background-color css
<style>
a { background-color: #64196D; }
a { background-color: rgb(100,25,109); }
div.DivClassName
{
background-color: #64196D;
}
.BgClassName
{
background-color: #64196D;
}
</style>
border-color css
<style>
span { border-color: #64196D; }
span { border-color: rgb(100,25,109); }
td.TdClassName
{
border-color: #64196D;
}
.TagClassName
{
border-color: #64196D;
}
</style>