Shades of Seance #613E63
Tints of Seance #613E63
RGB
CMYK
RGB Variations
Color information
#613E63 (or 0x613E63) is known color: Seance. HEX triplet: 61, 3E and 63. RGB value is (97,62,99). Sum of RGB (Red+Green+Blue) = 97+62+99=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #613E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E63 is #9EC19C. Grayscale: #4C4C4C. Windows color (decimal): -10404253 or 6504033. OLE color: 6504033.
HSL color Cylindrical-coordinate representation of color #613E63: hue angle of 296.76º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613E63 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 62 | 99 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.61 |
| HSL | 296.76º | 0.23% | 0.32% | - |
| HSV(B) | 296.76º | 0.37% | 0.39% | - |
| XYZ | 8.9 | 6.89 | 12.66 | - |
| YUV | 76.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 99 | 0.02 | 0.37 | 0 | 0.61 | 296.76 | 0.23 | 0.32 |
| Hex | 61 | 3E | 63 | 2 | 25 | 0 | 3D | 129 | 17 | 20 |
| Octal | 141 | 76 | 143 | 2 | 45 | 0 | 75 | 451 | 27 | 40 |
| Binary | 1100001 | 111110 | 1100011 | 10 | 100101 | 0 | 111101 | 100101001 | 10111 | 100000 |
Color Harmonies of #613E63
Complementary color
Monochromatic Colors of #613E63
Black with #613E63
Text Example
Text Example
White with #613E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E63; }
p { color: rgb(97,62,99); }
H1.HeaderClassName
{
color: #613E63;
}
.AnyTagClassName
{
color: #613E63;
}
</style>
background-color css
<style>
a { background-color: #613E63; }
a { background-color: rgb(97,62,99); }
div.DivClassName
{
background-color: #613E63;
}
.BgClassName
{
background-color: #613E63;
}
</style>
border-color css
<style>
span { border-color: #613E63; }
span { border-color: rgb(97,62,99); }
td.TdClassName
{
border-color: #613E63;
}
.TagClassName
{
border-color: #613E63;
}
</style>