Shades of Seance #64336C
Tints of Seance #64336C
RGB
CMYK
RGB Variations
Color information
#64336C (or 0x64336C) is known color: Seance. HEX triplet: 64, 33 and 6C. RGB value is (100,51,108). Sum of RGB (Red+Green+Blue) = 100+51+108=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #64336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64336C is #9BCC93. Grayscale: #474747. Windows color (decimal): -10210452 or 7091044. OLE color: 7091044.
HSL color Cylindrical-coordinate representation of color #64336C: hue angle of 291.58º 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 #64336C is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 51 | 108 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.58 |
| HSL | 291.58º | 0.36% | 0.31% | - |
| HSV(B) | 291.58º | 0.53% | 0.42% | - |
| XYZ | 9.15 | 6.16 | 14.89 | - |
| YUV | 72.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 108 | 0.07 | 0.53 | 0 | 0.58 | 291.58 | 0.36 | 0.31 |
| Hex | 64 | 33 | 6C | 7 | 35 | 0 | 3A | 124 | 24 | 1F |
| Octal | 144 | 63 | 154 | 7 | 65 | 0 | 72 | 444 | 44 | 37 |
| Binary | 1100100 | 110011 | 1101100 | 111 | 110101 | 0 | 111010 | 100100100 | 100100 | 11111 |
Color Harmonies of #64336C
Complementary color
Monochromatic Colors of #64336C
Black with #64336C
Text Example
Text Example
White with #64336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64336C; }
p { color: rgb(100,51,108); }
H1.HeaderClassName
{
color: #64336C;
}
.AnyTagClassName
{
color: #64336C;
}
</style>
background-color css
<style>
a { background-color: #64336C; }
a { background-color: rgb(100,51,108); }
div.DivClassName
{
background-color: #64336C;
}
.BgClassName
{
background-color: #64336C;
}
</style>
border-color css
<style>
span { border-color: #64336C; }
span { border-color: rgb(100,51,108); }
td.TdClassName
{
border-color: #64336C;
}
.TagClassName
{
border-color: #64336C;
}
</style>