Shades of Seance #653369
Tints of Seance #653369
RGB
CMYK
RGB Variations
Color information
#653369 (or 0x653369) is known color: Seance. HEX triplet: 65, 33 and 69. RGB value is (101,51,105). Sum of RGB (Red+Green+Blue) = 101+51+105=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #653369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653369 is #9ACC96. Grayscale: #474747. Windows color (decimal): -10144919 or 6894437. OLE color: 6894437.
HSL color Cylindrical-coordinate representation of color #653369: hue angle of 295.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653369 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 51 | 105 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.59 |
| HSL | 295.56º | 0.35% | 0.31% | - |
| HSV(B) | 295.56º | 0.51% | 0.41% | - |
| XYZ | 9.1 | 6.15 | 14.07 | - |
| YUV | 72.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 105 | 0.04 | 0.51 | 0 | 0.59 | 295.56 | 0.35 | 0.31 |
| Hex | 65 | 33 | 69 | 4 | 33 | 0 | 3B | 128 | 23 | 1F |
| Octal | 145 | 63 | 151 | 4 | 63 | 0 | 73 | 450 | 43 | 37 |
| Binary | 1100101 | 110011 | 1101001 | 100 | 110011 | 0 | 111011 | 100101000 | 100011 | 11111 |
Color Harmonies of #653369
Complementary color
Monochromatic Colors of #653369
Black with #653369
Text Example
Text Example
White with #653369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653369; }
p { color: rgb(101,51,105); }
H1.HeaderClassName
{
color: #653369;
}
.AnyTagClassName
{
color: #653369;
}
</style>
background-color css
<style>
a { background-color: #653369; }
a { background-color: rgb(101,51,105); }
div.DivClassName
{
background-color: #653369;
}
.BgClassName
{
background-color: #653369;
}
</style>
border-color css
<style>
span { border-color: #653369; }
span { border-color: rgb(101,51,105); }
td.TdClassName
{
border-color: #653369;
}
.TagClassName
{
border-color: #653369;
}
</style>