Shades of Seance #653F63
Tints of Seance #653F63
RGB
CMYK
RGB Variations
Color information
#653F63 (or 0x653F63) is known color: Seance. HEX triplet: 65, 3F and 63. RGB value is (101,63,99). Sum of RGB (Red+Green+Blue) = 101+63+99=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #653F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F63 is #9AC09C. Grayscale: #4E4E4E. Windows color (decimal): -10141853 or 6504293. OLE color: 6504293.
HSL color Cylindrical-coordinate representation of color #653F63: hue angle of 303.16º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F63 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 99 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.60 |
| HSL | 303.16º | 0.23% | 0.32% | - |
| HSV(B) | 303.16º | 0.38% | 0.4% | - |
| XYZ | 9.4 | 7.22 | 12.7 | - |
| YUV | 78.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 99 | 0 | 0.38 | 0.02 | 0.60 | 303.16 | 0.23 | 0.32 |
| Hex | 65 | 3F | 63 | 0 | 26 | 2 | 3C | 12F | 17 | 20 |
| Octal | 145 | 77 | 143 | 0 | 46 | 2 | 74 | 457 | 27 | 40 |
| Binary | 1100101 | 111111 | 1100011 | 0 | 100110 | 10 | 111100 | 100101111 | 10111 | 100000 |
Color Harmonies of #653F63
Complementary color
Monochromatic Colors of #653F63
Black with #653F63
Text Example
Text Example
White with #653F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F63; }
p { color: rgb(101,63,99); }
H1.HeaderClassName
{
color: #653F63;
}
.AnyTagClassName
{
color: #653F63;
}
</style>
background-color css
<style>
a { background-color: #653F63; }
a { background-color: rgb(101,63,99); }
div.DivClassName
{
background-color: #653F63;
}
.BgClassName
{
background-color: #653F63;
}
</style>
border-color css
<style>
span { border-color: #653F63; }
span { border-color: rgb(101,63,99); }
td.TdClassName
{
border-color: #653F63;
}
.TagClassName
{
border-color: #653F63;
}
</style>