Shades of Seance #644162
Tints of Seance #644162
RGB
CMYK
RGB Variations
Color information
#644162 (or 0x644162) is known color: Seance. HEX triplet: 64, 41 and 62. RGB value is (100,65,98). Sum of RGB (Red+Green+Blue) = 100+65+98=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #644162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644162 is #9BBE9D. Grayscale: #4F4F4F. Windows color (decimal): -10206878 or 6439268. OLE color: 6439268.
HSL color Cylindrical-coordinate representation of color #644162: hue angle of 303.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644162 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 98 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.61 |
| HSL | 303.43º | 0.21% | 0.32% | - |
| HSV(B) | 303.43º | 0.35% | 0.39% | - |
| XYZ | 9.35 | 7.37 | 12.49 | - |
| YUV | 79.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 98 | 0 | 0.35 | 0.02 | 0.61 | 303.43 | 0.21 | 0.32 |
| Hex | 64 | 41 | 62 | 0 | 23 | 2 | 3D | 12F | 15 | 20 |
| Octal | 144 | 101 | 142 | 0 | 43 | 2 | 75 | 457 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1100010 | 0 | 100011 | 10 | 111101 | 100101111 | 10101 | 100000 |
Color Harmonies of #644162
Complementary color
Monochromatic Colors of #644162
Black with #644162
Text Example
Text Example
White with #644162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644162; }
p { color: rgb(100,65,98); }
H1.HeaderClassName
{
color: #644162;
}
.AnyTagClassName
{
color: #644162;
}
</style>
background-color css
<style>
a { background-color: #644162; }
a { background-color: rgb(100,65,98); }
div.DivClassName
{
background-color: #644162;
}
.BgClassName
{
background-color: #644162;
}
</style>
border-color css
<style>
span { border-color: #644162; }
span { border-color: rgb(100,65,98); }
td.TdClassName
{
border-color: #644162;
}
.TagClassName
{
border-color: #644162;
}
</style>