Shades of Seance #64396D
Tints of Seance #64396D
RGB
CMYK
RGB Variations
Color information
#64396D (or 0x64396D) is known color: Seance. HEX triplet: 64, 39 and 6D. RGB value is (100,57,109). Sum of RGB (Red+Green+Blue) = 100+57+109=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #64396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64396D is #9BC692. Grayscale: #4B4B4B. Windows color (decimal): -10208915 or 7158116. OLE color: 7158116.
HSL color Cylindrical-coordinate representation of color #64396D: hue angle of 289.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64396D is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 57 | 109 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.57 |
| HSL | 289.62º | 0.31% | 0.33% | - |
| HSV(B) | 289.62º | 0.48% | 0.43% | - |
| XYZ | 9.48 | 6.74 | 15.27 | - |
| YUV | 75.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 109 | 0.08 | 0.48 | 0 | 0.57 | 289.62 | 0.31 | 0.33 |
| Hex | 64 | 39 | 6D | 8 | 30 | 0 | 39 | 122 | 1F | 21 |
| Octal | 144 | 71 | 155 | 10 | 60 | 0 | 71 | 442 | 37 | 41 |
| Binary | 1100100 | 111001 | 1101101 | 1000 | 110000 | 0 | 111001 | 100100010 | 11111 | 100001 |
Color Harmonies of #64396D
Complementary color
Monochromatic Colors of #64396D
Black with #64396D
Text Example
Text Example
White with #64396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64396D; }
p { color: rgb(100,57,109); }
H1.HeaderClassName
{
color: #64396D;
}
.AnyTagClassName
{
color: #64396D;
}
</style>
background-color css
<style>
a { background-color: #64396D; }
a { background-color: rgb(100,57,109); }
div.DivClassName
{
background-color: #64396D;
}
.BgClassName
{
background-color: #64396D;
}
</style>
border-color css
<style>
span { border-color: #64396D; }
span { border-color: rgb(100,57,109); }
td.TdClassName
{
border-color: #64396D;
}
.TagClassName
{
border-color: #64396D;
}
</style>