Shades of Seance #644663
Tints of Seance #644663
RGB
CMYK
RGB Variations
Color information
#644663 (or 0x644663) is known color: Seance. HEX triplet: 64, 46 and 63. RGB value is (100,70,99). Sum of RGB (Red+Green+Blue) = 100+70+99=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #644663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644663 is #9BB99C. Grayscale: #525252. Windows color (decimal): -10205597 or 6506084. OLE color: 6506084.
HSL color Cylindrical-coordinate representation of color #644663: hue angle of 302º 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 #644663 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 99 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.61 |
| HSL | 302º | 0.18% | 0.33% | - |
| HSV(B) | 302º | 0.3% | 0.39% | - |
| XYZ | 9.7 | 7.99 | 12.84 | - |
| YUV | 82.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 99 | 0 | 0.30 | 0.01 | 0.61 | 302 | 0.18 | 0.33 |
| Hex | 64 | 46 | 63 | 0 | 1E | 1 | 3D | 12E | 12 | 21 |
| Octal | 144 | 106 | 143 | 0 | 36 | 1 | 75 | 456 | 22 | 41 |
| Binary | 1100100 | 1000110 | 1100011 | 0 | 11110 | 1 | 111101 | 100101110 | 10010 | 100001 |
Color Harmonies of #644663
Complementary color
Monochromatic Colors of #644663
Black with #644663
Text Example
Text Example
White with #644663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644663; }
p { color: rgb(100,70,99); }
H1.HeaderClassName
{
color: #644663;
}
.AnyTagClassName
{
color: #644663;
}
</style>
background-color css
<style>
a { background-color: #644663; }
a { background-color: rgb(100,70,99); }
div.DivClassName
{
background-color: #644663;
}
.BgClassName
{
background-color: #644663;
}
</style>
border-color css
<style>
span { border-color: #644663; }
span { border-color: rgb(100,70,99); }
td.TdClassName
{
border-color: #644663;
}
.TagClassName
{
border-color: #644663;
}
</style>