Shades of Seance #644565
Tints of Seance #644565
RGB
CMYK
RGB Variations
Color information
#644565 (or 0x644565) is known color: Seance. HEX triplet: 64, 45 and 65. RGB value is (100,69,101). Sum of RGB (Red+Green+Blue) = 100+69+101=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #644565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644565 is #9BBA9A. Grayscale: #515151. Windows color (decimal): -10205851 or 6636900. OLE color: 6636900.
HSL color Cylindrical-coordinate representation of color #644565: hue angle of 298.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644565 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 69 | 101 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.60 |
| HSL | 298.13º | 0.19% | 0.33% | - |
| HSV(B) | 298.13º | 0.32% | 0.4% | - |
| XYZ | 9.73 | 7.91 | 13.32 | - |
| YUV | 81.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 101 | 0.01 | 0.32 | 0 | 0.60 | 298.13 | 0.19 | 0.33 |
| Hex | 64 | 45 | 65 | 1 | 20 | 0 | 3C | 12A | 13 | 21 |
| Octal | 144 | 105 | 145 | 1 | 40 | 0 | 74 | 452 | 23 | 41 |
| Binary | 1100100 | 1000101 | 1100101 | 1 | 100000 | 0 | 111100 | 100101010 | 10011 | 100001 |
Color Harmonies of #644565
Complementary color
Monochromatic Colors of #644565
Black with #644565
Text Example
Text Example
White with #644565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644565; }
p { color: rgb(100,69,101); }
H1.HeaderClassName
{
color: #644565;
}
.AnyTagClassName
{
color: #644565;
}
</style>
background-color css
<style>
a { background-color: #644565; }
a { background-color: rgb(100,69,101); }
div.DivClassName
{
background-color: #644565;
}
.BgClassName
{
background-color: #644565;
}
</style>
border-color css
<style>
span { border-color: #644565; }
span { border-color: rgb(100,69,101); }
td.TdClassName
{
border-color: #644565;
}
.TagClassName
{
border-color: #644565;
}
</style>