Shades of Seance #644366
Tints of Seance #644366
RGB
CMYK
RGB Variations
Color information
#644366 (or 0x644366) is known color: Seance. HEX triplet: 64, 43 and 66. RGB value is (100,67,102). Sum of RGB (Red+Green+Blue) = 100+67+102=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #644366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644366 is #9BBC99. Grayscale: #505050. Windows color (decimal): -10206362 or 6701924. OLE color: 6701924.
HSL color Cylindrical-coordinate representation of color #644366: hue angle of 296.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644366 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 67 | 102 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.6 |
| HSL | 296.57º | 0.21% | 0.33% | - |
| HSV(B) | 296.57º | 0.34% | 0.4% | - |
| XYZ | 9.66 | 7.68 | 13.54 | - |
| YUV | 80.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 102 | 0.02 | 0.34 | 0 | 0.6 | 296.57 | 0.21 | 0.33 |
| Hex | 64 | 43 | 66 | 2 | 22 | 0 | 3C | 129 | 15 | 21 |
| Octal | 144 | 103 | 146 | 2 | 42 | 0 | 74 | 451 | 25 | 41 |
| Binary | 1100100 | 1000011 | 1100110 | 10 | 100010 | 0 | 111100 | 100101001 | 10101 | 100001 |
Color Harmonies of #644366
Complementary color
Monochromatic Colors of #644366
Black with #644366
Text Example
Text Example
White with #644366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644366; }
p { color: rgb(100,67,102); }
H1.HeaderClassName
{
color: #644366;
}
.AnyTagClassName
{
color: #644366;
}
</style>
background-color css
<style>
a { background-color: #644366; }
a { background-color: rgb(100,67,102); }
div.DivClassName
{
background-color: #644366;
}
.BgClassName
{
background-color: #644366;
}
</style>
border-color css
<style>
span { border-color: #644366; }
span { border-color: rgb(100,67,102); }
td.TdClassName
{
border-color: #644366;
}
.TagClassName
{
border-color: #644366;
}
</style>