Shades of Seance #643E68
Tints of Seance #643E68
RGB
CMYK
RGB Variations
Color information
#643E68 (or 0x643E68) is known color: Seance. HEX triplet: 64, 3E and 68. RGB value is (100,62,104). Sum of RGB (Red+Green+Blue) = 100+62+104=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #643E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E68 is #9BC197. Grayscale: #4E4E4E. Windows color (decimal): -10207640 or 6831716. OLE color: 6831716.
HSL color Cylindrical-coordinate representation of color #643E68: hue angle of 294.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643E68 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 62 | 104 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.59 |
| HSL | 294.29º | 0.25% | 0.33% | - |
| HSV(B) | 294.29º | 0.4% | 0.41% | - |
| XYZ | 9.48 | 7.15 | 13.98 | - |
| YUV | 78.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 104 | 0.04 | 0.40 | 0 | 0.59 | 294.29 | 0.25 | 0.33 |
| Hex | 64 | 3E | 68 | 4 | 28 | 0 | 3B | 126 | 19 | 21 |
| Octal | 144 | 76 | 150 | 4 | 50 | 0 | 73 | 446 | 31 | 41 |
| Binary | 1100100 | 111110 | 1101000 | 100 | 101000 | 0 | 111011 | 100100110 | 11001 | 100001 |
Color Harmonies of #643E68
Complementary color
Monochromatic Colors of #643E68
Black with #643E68
Text Example
Text Example
White with #643E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E68; }
p { color: rgb(100,62,104); }
H1.HeaderClassName
{
color: #643E68;
}
.AnyTagClassName
{
color: #643E68;
}
</style>
background-color css
<style>
a { background-color: #643E68; }
a { background-color: rgb(100,62,104); }
div.DivClassName
{
background-color: #643E68;
}
.BgClassName
{
background-color: #643E68;
}
</style>
border-color css
<style>
span { border-color: #643E68; }
span { border-color: rgb(100,62,104); }
td.TdClassName
{
border-color: #643E68;
}
.TagClassName
{
border-color: #643E68;
}
</style>