Shades of Seance #644561
Tints of Seance #644561
RGB
CMYK
RGB Variations
Color information
#644561 (or 0x644561) is known color: Seance. HEX triplet: 64, 45 and 61. RGB value is (100,69,97). Sum of RGB (Red+Green+Blue) = 100+69+97=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #644561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644561 is #9BBA9E. Grayscale: #515151. Windows color (decimal): -10205855 or 6374756. OLE color: 6374756.
HSL color Cylindrical-coordinate representation of color #644561: hue angle of 305.81º 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 #644561 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 97 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.61 |
| HSL | 305.81º | 0.18% | 0.33% | - |
| HSV(B) | 305.81º | 0.31% | 0.39% | - |
| XYZ | 9.54 | 7.83 | 12.32 | - |
| YUV | 81.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 97 | 0 | 0.31 | 0.03 | 0.61 | 305.81 | 0.18 | 0.33 |
| Hex | 64 | 45 | 61 | 0 | 1F | 3 | 3D | 132 | 12 | 21 |
| Octal | 144 | 105 | 141 | 0 | 37 | 3 | 75 | 462 | 22 | 41 |
| Binary | 1100100 | 1000101 | 1100001 | 0 | 11111 | 11 | 111101 | 100110010 | 10010 | 100001 |
Color Harmonies of #644561
Complementary color
Monochromatic Colors of #644561
Black with #644561
Text Example
Text Example
White with #644561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644561; }
p { color: rgb(100,69,97); }
H1.HeaderClassName
{
color: #644561;
}
.AnyTagClassName
{
color: #644561;
}
</style>
background-color css
<style>
a { background-color: #644561; }
a { background-color: rgb(100,69,97); }
div.DivClassName
{
background-color: #644561;
}
.BgClassName
{
background-color: #644561;
}
</style>
border-color css
<style>
span { border-color: #644561; }
span { border-color: rgb(100,69,97); }
td.TdClassName
{
border-color: #644561;
}
.TagClassName
{
border-color: #644561;
}
</style>