Shades of Seance #653368
Tints of Seance #653368
RGB
CMYK
RGB Variations
Color information
#653368 (or 0x653368) is known color: Seance. HEX triplet: 65, 33 and 68. RGB value is (101,51,104). Sum of RGB (Red+Green+Blue) = 101+51+104=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #653368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653368 is #9ACC97. Grayscale: #474747. Windows color (decimal): -10144920 or 6828901. OLE color: 6828901.
HSL color Cylindrical-coordinate representation of color #653368: hue angle of 296.6º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653368 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 51 | 104 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.59 |
| HSL | 296.6º | 0.34% | 0.3% | - |
| HSV(B) | 296.6º | 0.51% | 0.41% | - |
| XYZ | 9.05 | 6.13 | 13.8 | - |
| YUV | 71.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 104 | 0.03 | 0.51 | 0 | 0.59 | 296.6 | 0.34 | 0.3 |
| Hex | 65 | 33 | 68 | 3 | 33 | 0 | 3B | 129 | 22 | 1E |
| Octal | 145 | 63 | 150 | 3 | 63 | 0 | 73 | 451 | 42 | 36 |
| Binary | 1100101 | 110011 | 1101000 | 11 | 110011 | 0 | 111011 | 100101001 | 100010 | 11110 |
Color Harmonies of #653368
Complementary color
Monochromatic Colors of #653368
Black with #653368
Text Example
Text Example
White with #653368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653368; }
p { color: rgb(101,51,104); }
H1.HeaderClassName
{
color: #653368;
}
.AnyTagClassName
{
color: #653368;
}
</style>
background-color css
<style>
a { background-color: #653368; }
a { background-color: rgb(101,51,104); }
div.DivClassName
{
background-color: #653368;
}
.BgClassName
{
background-color: #653368;
}
</style>
border-color css
<style>
span { border-color: #653368; }
span { border-color: rgb(101,51,104); }
td.TdClassName
{
border-color: #653368;
}
.TagClassName
{
border-color: #653368;
}
</style>