Shades of Seance #64246E
Tints of Seance #64246E
RGB
CMYK
RGB Variations
Color information
#64246E (or 0x64246E) is known color: Seance. HEX triplet: 64, 24 and 6E. RGB value is (100,36,110). Sum of RGB (Red+Green+Blue) = 100+36+110=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #64246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64246E is #9BDB91. Grayscale: #3F3F3F. Windows color (decimal): -10214290 or 7218276. OLE color: 7218276.
HSL color Cylindrical-coordinate representation of color #64246E: hue angle of 291.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64246E is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 36 | 110 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.57 |
| HSL | 291.89º | 0.51% | 0.29% | - |
| HSV(B) | 291.89º | 0.67% | 0.43% | - |
| XYZ | 8.7 | 5.1 | 15.28 | - |
| YUV | 63.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 110 | 0.09 | 0.67 | 0 | 0.57 | 291.89 | 0.51 | 0.29 |
| Hex | 64 | 24 | 6E | 9 | 43 | 0 | 39 | 124 | 33 | 1D |
| Octal | 144 | 44 | 156 | 11 | 103 | 0 | 71 | 444 | 63 | 35 |
| Binary | 1100100 | 100100 | 1101110 | 1001 | 1000011 | 0 | 111001 | 100100100 | 110011 | 11101 |
Color Harmonies of #64246E
Complementary color
Monochromatic Colors of #64246E
Black with #64246E
Text Example
Text Example
White with #64246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64246E; }
p { color: rgb(100,36,110); }
H1.HeaderClassName
{
color: #64246E;
}
.AnyTagClassName
{
color: #64246E;
}
</style>
background-color css
<style>
a { background-color: #64246E; }
a { background-color: rgb(100,36,110); }
div.DivClassName
{
background-color: #64246E;
}
.BgClassName
{
background-color: #64246E;
}
</style>
border-color css
<style>
span { border-color: #64246E; }
span { border-color: rgb(100,36,110); }
td.TdClassName
{
border-color: #64246E;
}
.TagClassName
{
border-color: #64246E;
}
</style>