Shades of Seance #644564
Tints of Seance #644564
RGB
CMYK
RGB Variations
Color information
#644564 (or 0x644564) is known color: Seance. HEX triplet: 64, 45 and 64. RGB value is (100,69,100). Sum of RGB (Red+Green+Blue) = 100+69+100=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #644564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644564 is #9BBA9B. Grayscale: #515151. Windows color (decimal): -10205852 or 6571364. OLE color: 6571364.
HSL color Cylindrical-coordinate representation of color #644564: hue angle of 300º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644564 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 100 | - |
| CMYK | 0 | 0.31 | 0 | 0.61 |
| HSL | 300º | 0.18% | 0.33% | - |
| HSV(B) | 300º | 0.31% | 0.39% | - |
| XYZ | 9.68 | 7.89 | 13.07 | - |
| YUV | 81.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 100 | 0 | 0.31 | 0 | 0.61 | 300 | 0.18 | 0.33 |
| Hex | 64 | 45 | 64 | 0 | 1F | 0 | 3D | 12C | 12 | 21 |
| Octal | 144 | 105 | 144 | 0 | 37 | 0 | 75 | 454 | 22 | 41 |
| Binary | 1100100 | 1000101 | 1100100 | 0 | 11111 | 0 | 111101 | 100101100 | 10010 | 100001 |
Color Harmonies of #644564
Complementary color
Monochromatic Colors of #644564
Black with #644564
Text Example
Text Example
White with #644564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644564; }
p { color: rgb(100,69,100); }
H1.HeaderClassName
{
color: #644564;
}
.AnyTagClassName
{
color: #644564;
}
</style>
background-color css
<style>
a { background-color: #644564; }
a { background-color: rgb(100,69,100); }
div.DivClassName
{
background-color: #644564;
}
.BgClassName
{
background-color: #644564;
}
</style>
border-color css
<style>
span { border-color: #644564; }
span { border-color: rgb(100,69,100); }
td.TdClassName
{
border-color: #644564;
}
.TagClassName
{
border-color: #644564;
}
</style>