Shades of Seance #644265
Tints of Seance #644265
RGB
CMYK
RGB Variations
Color information
#644265 (or 0x644265) is known color: Seance. HEX triplet: 64, 42 and 65. RGB value is (100,66,101). Sum of RGB (Red+Green+Blue) = 100+66+101=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #644265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644265 is #9BBD9A. Grayscale: #505050. Windows color (decimal): -10206619 or 6636132. OLE color: 6636132.
HSL color Cylindrical-coordinate representation of color #644265: hue angle of 298.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644265 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 66 | 101 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.60 |
| HSL | 298.29º | 0.21% | 0.33% | - |
| HSV(B) | 298.29º | 0.35% | 0.4% | - |
| XYZ | 9.55 | 7.55 | 13.26 | - |
| YUV | 80.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 101 | 0.01 | 0.35 | 0 | 0.60 | 298.29 | 0.21 | 0.33 |
| Hex | 64 | 42 | 65 | 1 | 23 | 0 | 3C | 12A | 15 | 21 |
| Octal | 144 | 102 | 145 | 1 | 43 | 0 | 74 | 452 | 25 | 41 |
| Binary | 1100100 | 1000010 | 1100101 | 1 | 100011 | 0 | 111100 | 100101010 | 10101 | 100001 |
Color Harmonies of #644265
Complementary color
Monochromatic Colors of #644265
Black with #644265
Text Example
Text Example
White with #644265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644265; }
p { color: rgb(100,66,101); }
H1.HeaderClassName
{
color: #644265;
}
.AnyTagClassName
{
color: #644265;
}
</style>
background-color css
<style>
a { background-color: #644265; }
a { background-color: rgb(100,66,101); }
div.DivClassName
{
background-color: #644265;
}
.BgClassName
{
background-color: #644265;
}
</style>
border-color css
<style>
span { border-color: #644265; }
span { border-color: rgb(100,66,101); }
td.TdClassName
{
border-color: #644265;
}
.TagClassName
{
border-color: #644265;
}
</style>