Shades of Seance #644168
Tints of Seance #644168
RGB
CMYK
RGB Variations
Color information
#644168 (or 0x644168) is known color: Seance. HEX triplet: 64, 41 and 68. RGB value is (100,65,104). Sum of RGB (Red+Green+Blue) = 100+65+104=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #644168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644168 is #9BBE97. Grayscale: #4F4F4F. Windows color (decimal): -10206872 or 6832484. OLE color: 6832484.
HSL color Cylindrical-coordinate representation of color #644168: hue angle of 293.85º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #644168 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 65 | 104 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.59 |
| HSL | 293.85º | 0.23% | 0.33% | - |
| HSV(B) | 293.85º | 0.38% | 0.41% | - |
| XYZ | 9.64 | 7.49 | 14.03 | - |
| YUV | 79.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 104 | 0.04 | 0.38 | 0 | 0.59 | 293.85 | 0.23 | 0.33 |
| Hex | 64 | 41 | 68 | 4 | 26 | 0 | 3B | 126 | 17 | 21 |
| Octal | 144 | 101 | 150 | 4 | 46 | 0 | 73 | 446 | 27 | 41 |
| Binary | 1100100 | 1000001 | 1101000 | 100 | 100110 | 0 | 111011 | 100100110 | 10111 | 100001 |
Color Harmonies of #644168
Complementary color
Monochromatic Colors of #644168
Black with #644168
Text Example
Text Example
White with #644168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644168; }
p { color: rgb(100,65,104); }
H1.HeaderClassName
{
color: #644168;
}
.AnyTagClassName
{
color: #644168;
}
</style>
background-color css
<style>
a { background-color: #644168; }
a { background-color: rgb(100,65,104); }
div.DivClassName
{
background-color: #644168;
}
.BgClassName
{
background-color: #644168;
}
</style>
border-color css
<style>
span { border-color: #644168; }
span { border-color: rgb(100,65,104); }
td.TdClassName
{
border-color: #644168;
}
.TagClassName
{
border-color: #644168;
}
</style>