Shades of Seance #644662
Tints of Seance #644662
RGB
CMYK
RGB Variations
Color information
#644662 (or 0x644662) is known color: Seance. HEX triplet: 64, 46 and 62. RGB value is (100,70,98). Sum of RGB (Red+Green+Blue) = 100+70+98=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #644662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644662 is #9BB99D. Grayscale: #525252. Windows color (decimal): -10205598 or 6440548. OLE color: 6440548.
HSL color Cylindrical-coordinate representation of color #644662: hue angle of 304º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644662 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 98 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.61 |
| HSL | 304º | 0.18% | 0.33% | - |
| HSV(B) | 304º | 0.3% | 0.39% | - |
| XYZ | 9.65 | 7.97 | 12.59 | - |
| YUV | 82.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 98 | 0 | 0.30 | 0.02 | 0.61 | 304 | 0.18 | 0.33 |
| Hex | 64 | 46 | 62 | 0 | 1E | 2 | 3D | 130 | 12 | 21 |
| Octal | 144 | 106 | 142 | 0 | 36 | 2 | 75 | 460 | 22 | 41 |
| Binary | 1100100 | 1000110 | 1100010 | 0 | 11110 | 10 | 111101 | 100110000 | 10010 | 100001 |
Color Harmonies of #644662
Complementary color
Monochromatic Colors of #644662
Black with #644662
Text Example
Text Example
White with #644662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644662; }
p { color: rgb(100,70,98); }
H1.HeaderClassName
{
color: #644662;
}
.AnyTagClassName
{
color: #644662;
}
</style>
background-color css
<style>
a { background-color: #644662; }
a { background-color: rgb(100,70,98); }
div.DivClassName
{
background-color: #644662;
}
.BgClassName
{
background-color: #644662;
}
</style>
border-color css
<style>
span { border-color: #644662; }
span { border-color: rgb(100,70,98); }
td.TdClassName
{
border-color: #644662;
}
.TagClassName
{
border-color: #644662;
}
</style>