Shades of Seance #644061
Tints of Seance #644061
RGB
CMYK
RGB Variations
Color information
#644061 (or 0x644061) is known color: Seance. HEX triplet: 64, 40 and 61. RGB value is (100,64,97). Sum of RGB (Red+Green+Blue) = 100+64+97=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #644061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644061 is #9BBF9E. Grayscale: #4E4E4E. Windows color (decimal): -10207135 or 6373476. OLE color: 6373476.
HSL color Cylindrical-coordinate representation of color #644061: hue angle of 305º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644061 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 97 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.61 |
| HSL | 305º | 0.22% | 0.32% | - |
| HSV(B) | 305º | 0.36% | 0.39% | - |
| XYZ | 9.25 | 7.24 | 12.22 | - |
| YUV | 78.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 97 | 0 | 0.36 | 0.03 | 0.61 | 305 | 0.22 | 0.32 |
| Hex | 64 | 40 | 61 | 0 | 24 | 3 | 3D | 131 | 16 | 20 |
| Octal | 144 | 100 | 141 | 0 | 44 | 3 | 75 | 461 | 26 | 40 |
| Binary | 1100100 | 1000000 | 1100001 | 0 | 100100 | 11 | 111101 | 100110001 | 10110 | 100000 |
Color Harmonies of #644061
Complementary color
Monochromatic Colors of #644061
Black with #644061
Text Example
Text Example
White with #644061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644061; }
p { color: rgb(100,64,97); }
H1.HeaderClassName
{
color: #644061;
}
.AnyTagClassName
{
color: #644061;
}
</style>
background-color css
<style>
a { background-color: #644061; }
a { background-color: rgb(100,64,97); }
div.DivClassName
{
background-color: #644061;
}
.BgClassName
{
background-color: #644061;
}
</style>
border-color css
<style>
span { border-color: #644061; }
span { border-color: rgb(100,64,97); }
td.TdClassName
{
border-color: #644061;
}
.TagClassName
{
border-color: #644061;
}
</style>