Shades of Seance #644262
Tints of Seance #644262
RGB
CMYK
RGB Variations
Color information
#644262 (or 0x644262) is known color: Seance. HEX triplet: 64, 42 and 62. RGB value is (100,66,98). Sum of RGB (Red+Green+Blue) = 100+66+98=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #644262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644262 is #9BBD9D. Grayscale: #4F4F4F. Windows color (decimal): -10206622 or 6439524. OLE color: 6439524.
HSL color Cylindrical-coordinate representation of color #644262: hue angle of 303.53º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644262 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 98 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.61 |
| HSL | 303.53º | 0.2% | 0.33% | - |
| HSV(B) | 303.53º | 0.34% | 0.39% | - |
| XYZ | 9.41 | 7.49 | 12.5 | - |
| YUV | 79.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 98 | 0 | 0.34 | 0.02 | 0.61 | 303.53 | 0.2 | 0.33 |
| Hex | 64 | 42 | 62 | 0 | 22 | 2 | 3D | 130 | 14 | 21 |
| Octal | 144 | 102 | 142 | 0 | 42 | 2 | 75 | 460 | 24 | 41 |
| Binary | 1100100 | 1000010 | 1100010 | 0 | 100010 | 10 | 111101 | 100110000 | 10100 | 100001 |
Color Harmonies of #644262
Complementary color
Monochromatic Colors of #644262
Black with #644262
Text Example
Text Example
White with #644262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644262; }
p { color: rgb(100,66,98); }
H1.HeaderClassName
{
color: #644262;
}
.AnyTagClassName
{
color: #644262;
}
</style>
background-color css
<style>
a { background-color: #644262; }
a { background-color: rgb(100,66,98); }
div.DivClassName
{
background-color: #644262;
}
.BgClassName
{
background-color: #644262;
}
</style>
border-color css
<style>
span { border-color: #644262; }
span { border-color: rgb(100,66,98); }
td.TdClassName
{
border-color: #644262;
}
.TagClassName
{
border-color: #644262;
}
</style>