Shades of Seance #643365
Tints of Seance #643365
RGB
CMYK
RGB Variations
Color information
#643365 (or 0x643365) is known color: Seance. HEX triplet: 64, 33 and 65. RGB value is (100,51,101). Sum of RGB (Red+Green+Blue) = 100+51+101=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #643365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643365 is #9BCC9A. Grayscale: #474747. Windows color (decimal): -10210459 or 6632292. OLE color: 6632292.
HSL color Cylindrical-coordinate representation of color #643365: hue angle of 298.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643365 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 51 | 101 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.60 |
| HSL | 298.8º | 0.33% | 0.3% | - |
| HSV(B) | 298.8º | 0.5% | 0.4% | - |
| XYZ | 8.79 | 6.02 | 13.01 | - |
| YUV | 71.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 101 | 0.01 | 0.50 | 0 | 0.60 | 298.8 | 0.33 | 0.3 |
| Hex | 64 | 33 | 65 | 1 | 32 | 0 | 3C | 12B | 21 | 1E |
| Octal | 144 | 63 | 145 | 1 | 62 | 0 | 74 | 453 | 41 | 36 |
| Binary | 1100100 | 110011 | 1100101 | 1 | 110010 | 0 | 111100 | 100101011 | 100001 | 11110 |
Color Harmonies of #643365
Complementary color
Monochromatic Colors of #643365
Black with #643365
Text Example
Text Example
White with #643365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643365; }
p { color: rgb(100,51,101); }
H1.HeaderClassName
{
color: #643365;
}
.AnyTagClassName
{
color: #643365;
}
</style>
background-color css
<style>
a { background-color: #643365; }
a { background-color: rgb(100,51,101); }
div.DivClassName
{
background-color: #643365;
}
.BgClassName
{
background-color: #643365;
}
</style>
border-color css
<style>
span { border-color: #643365; }
span { border-color: rgb(100,51,101); }
td.TdClassName
{
border-color: #643365;
}
.TagClassName
{
border-color: #643365;
}
</style>