Shades of Seance #64376D
Tints of Seance #64376D
RGB
CMYK
RGB Variations
Color information
#64376D (or 0x64376D) is known color: Seance. HEX triplet: 64, 37 and 6D. RGB value is (100,55,109). Sum of RGB (Red+Green+Blue) = 100+55+109=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #64376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64376D is #9BC892. Grayscale: #4A4A4A. Windows color (decimal): -10209427 or 7157604. OLE color: 7157604.
HSL color Cylindrical-coordinate representation of color #64376D: hue angle of 290º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64376D is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 55 | 109 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.57 |
| HSL | 290º | 0.33% | 0.32% | - |
| HSV(B) | 290º | 0.5% | 0.43% | - |
| XYZ | 9.38 | 6.55 | 15.24 | - |
| YUV | 74.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 109 | 0.08 | 0.50 | 0 | 0.57 | 290 | 0.33 | 0.32 |
| Hex | 64 | 37 | 6D | 8 | 32 | 0 | 39 | 122 | 21 | 20 |
| Octal | 144 | 67 | 155 | 10 | 62 | 0 | 71 | 442 | 41 | 40 |
| Binary | 1100100 | 110111 | 1101101 | 1000 | 110010 | 0 | 111001 | 100100010 | 100001 | 100000 |
Color Harmonies of #64376D
Complementary color
Monochromatic Colors of #64376D
Black with #64376D
Text Example
Text Example
White with #64376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64376D; }
p { color: rgb(100,55,109); }
H1.HeaderClassName
{
color: #64376D;
}
.AnyTagClassName
{
color: #64376D;
}
</style>
background-color css
<style>
a { background-color: #64376D; }
a { background-color: rgb(100,55,109); }
div.DivClassName
{
background-color: #64376D;
}
.BgClassName
{
background-color: #64376D;
}
</style>
border-color css
<style>
span { border-color: #64376D; }
span { border-color: rgb(100,55,109); }
td.TdClassName
{
border-color: #64376D;
}
.TagClassName
{
border-color: #64376D;
}
</style>