Shades of Seance #64326A
Tints of Seance #64326A
RGB
CMYK
RGB Variations
Color information
#64326A (or 0x64326A) is known color: Seance. HEX triplet: 64, 32 and 6A. RGB value is (100,50,106). Sum of RGB (Red+Green+Blue) = 100+50+106=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #64326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64326A is #9BCD95. Grayscale: #474747. Windows color (decimal): -10210710 or 6959716. OLE color: 6959716.
HSL color Cylindrical-coordinate representation of color #64326A: hue angle of 293.57º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64326A is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 50 | 106 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.58 |
| HSL | 293.57º | 0.36% | 0.31% | - |
| HSV(B) | 293.57º | 0.53% | 0.42% | - |
| XYZ | 9 | 6.03 | 14.33 | - |
| YUV | 71.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 106 | 0.06 | 0.53 | 0 | 0.58 | 293.57 | 0.36 | 0.31 |
| Hex | 64 | 32 | 6A | 6 | 35 | 0 | 3A | 126 | 24 | 1F |
| Octal | 144 | 62 | 152 | 6 | 65 | 0 | 72 | 446 | 44 | 37 |
| Binary | 1100100 | 110010 | 1101010 | 110 | 110101 | 0 | 111010 | 100100110 | 100100 | 11111 |
Color Harmonies of #64326A
Complementary color
Monochromatic Colors of #64326A
Black with #64326A
Text Example
Text Example
White with #64326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64326A; }
p { color: rgb(100,50,106); }
H1.HeaderClassName
{
color: #64326A;
}
.AnyTagClassName
{
color: #64326A;
}
</style>
background-color css
<style>
a { background-color: #64326A; }
a { background-color: rgb(100,50,106); }
div.DivClassName
{
background-color: #64326A;
}
.BgClassName
{
background-color: #64326A;
}
</style>
border-color css
<style>
span { border-color: #64326A; }
span { border-color: rgb(100,50,106); }
td.TdClassName
{
border-color: #64326A;
}
.TagClassName
{
border-color: #64326A;
}
</style>