Shades of Seance #653A6E
Tints of Seance #653A6E
RGB
CMYK
RGB Variations
Color information
#653A6E (or 0x653A6E) is known color: Seance. HEX triplet: 65, 3A and 6E. RGB value is (101,58,110). Sum of RGB (Red+Green+Blue) = 101+58+110=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #653A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A6E is #9AC591. Grayscale: #4C4C4C. Windows color (decimal): -10143122 or 7223909. OLE color: 7223909.
HSL color Cylindrical-coordinate representation of color #653A6E: hue angle of 289.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #653A6E is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 58 | 110 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.57 |
| HSL | 289.62º | 0.31% | 0.33% | - |
| HSV(B) | 289.62º | 0.47% | 0.43% | - |
| XYZ | 9.69 | 6.92 | 15.58 | - |
| YUV | 76.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 110 | 0.08 | 0.47 | 0 | 0.57 | 289.62 | 0.31 | 0.33 |
| Hex | 65 | 3A | 6E | 8 | 2F | 0 | 39 | 122 | 1F | 21 |
| Octal | 145 | 72 | 156 | 10 | 57 | 0 | 71 | 442 | 37 | 41 |
| Binary | 1100101 | 111010 | 1101110 | 1000 | 101111 | 0 | 111001 | 100100010 | 11111 | 100001 |
Color Harmonies of #653A6E
Complementary color
Monochromatic Colors of #653A6E
Black with #653A6E
Text Example
Text Example
White with #653A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A6E; }
p { color: rgb(101,58,110); }
H1.HeaderClassName
{
color: #653A6E;
}
.AnyTagClassName
{
color: #653A6E;
}
</style>
background-color css
<style>
a { background-color: #653A6E; }
a { background-color: rgb(101,58,110); }
div.DivClassName
{
background-color: #653A6E;
}
.BgClassName
{
background-color: #653A6E;
}
</style>
border-color css
<style>
span { border-color: #653A6E; }
span { border-color: rgb(101,58,110); }
td.TdClassName
{
border-color: #653A6E;
}
.TagClassName
{
border-color: #653A6E;
}
</style>