Shades of Seance #613E66
Tints of Seance #613E66
RGB
CMYK
RGB Variations
Color information
#613E66 (or 0x613E66) is known color: Seance. HEX triplet: 61, 3E and 66. RGB value is (97,62,102). Sum of RGB (Red+Green+Blue) = 97+62+102=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #613E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E66 is #9EC199. Grayscale: #4C4C4C. Windows color (decimal): -10404250 or 6700641. OLE color: 6700641.
HSL color Cylindrical-coordinate representation of color #613E66: hue angle of 292.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613E66 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 62 | 102 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.6 |
| HSL | 292.5º | 0.24% | 0.32% | - |
| HSV(B) | 292.5º | 0.39% | 0.4% | - |
| XYZ | 9.05 | 6.95 | 13.43 | - |
| YUV | 77.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 102 | 0.05 | 0.39 | 0 | 0.6 | 292.5 | 0.24 | 0.32 |
| Hex | 61 | 3E | 66 | 5 | 27 | 0 | 3C | 124 | 18 | 20 |
| Octal | 141 | 76 | 146 | 5 | 47 | 0 | 74 | 444 | 30 | 40 |
| Binary | 1100001 | 111110 | 1100110 | 101 | 100111 | 0 | 111100 | 100100100 | 11000 | 100000 |
Color Harmonies of #613E66
Complementary color
Monochromatic Colors of #613E66
Black with #613E66
Text Example
Text Example
White with #613E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E66; }
p { color: rgb(97,62,102); }
H1.HeaderClassName
{
color: #613E66;
}
.AnyTagClassName
{
color: #613E66;
}
</style>
background-color css
<style>
a { background-color: #613E66; }
a { background-color: rgb(97,62,102); }
div.DivClassName
{
background-color: #613E66;
}
.BgClassName
{
background-color: #613E66;
}
</style>
border-color css
<style>
span { border-color: #613E66; }
span { border-color: rgb(97,62,102); }
td.TdClassName
{
border-color: #613E66;
}
.TagClassName
{
border-color: #613E66;
}
</style>