Shades of Seance #64246D
Tints of Seance #64246D
RGB
CMYK
RGB Variations
Color information
#64246D (or 0x64246D) is known color: Seance. HEX triplet: 64, 24 and 6D. RGB value is (100,36,109). Sum of RGB (Red+Green+Blue) = 100+36+109=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #64246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64246D is #9BDB92. Grayscale: #3F3F3F. Windows color (decimal): -10214291 or 7152740. OLE color: 7152740.
HSL color Cylindrical-coordinate representation of color #64246D: hue angle of 292.6º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64246D is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 36 | 109 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.57 |
| HSL | 292.6º | 0.5% | 0.28% | - |
| HSV(B) | 292.6º | 0.67% | 0.43% | - |
| XYZ | 8.65 | 5.08 | 14.99 | - |
| YUV | 63.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 109 | 0.08 | 0.67 | 0 | 0.57 | 292.6 | 0.5 | 0.28 |
| Hex | 64 | 24 | 6D | 8 | 43 | 0 | 39 | 125 | 32 | 1C |
| Octal | 144 | 44 | 155 | 10 | 103 | 0 | 71 | 445 | 62 | 34 |
| Binary | 1100100 | 100100 | 1101101 | 1000 | 1000011 | 0 | 111001 | 100100101 | 110010 | 11100 |
Color Harmonies of #64246D
Complementary color
Monochromatic Colors of #64246D
Black with #64246D
Text Example
Text Example
White with #64246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64246D; }
p { color: rgb(100,36,109); }
H1.HeaderClassName
{
color: #64246D;
}
.AnyTagClassName
{
color: #64246D;
}
</style>
background-color css
<style>
a { background-color: #64246D; }
a { background-color: rgb(100,36,109); }
div.DivClassName
{
background-color: #64246D;
}
.BgClassName
{
background-color: #64246D;
}
</style>
border-color css
<style>
span { border-color: #64246D; }
span { border-color: rgb(100,36,109); }
td.TdClassName
{
border-color: #64246D;
}
.TagClassName
{
border-color: #64246D;
}
</style>