Shades of Seance #613E65
Tints of Seance #613E65
RGB
CMYK
RGB Variations
Color information
#613E65 (or 0x613E65) is known color: Seance. HEX triplet: 61, 3E and 65. RGB value is (97,62,101). Sum of RGB (Red+Green+Blue) = 97+62+101=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #613E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E65 is #9EC19A. Grayscale: #4C4C4C. Windows color (decimal): -10404251 or 6635105. OLE color: 6635105.
HSL color Cylindrical-coordinate representation of color #613E65: hue angle of 293.85º 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 #613E65 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 62 | 101 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.60 |
| HSL | 293.85º | 0.24% | 0.32% | - |
| HSV(B) | 293.85º | 0.39% | 0.4% | - |
| XYZ | 9 | 6.93 | 13.17 | - |
| YUV | 76.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 101 | 0.04 | 0.39 | 0 | 0.60 | 293.85 | 0.24 | 0.32 |
| Hex | 61 | 3E | 65 | 4 | 27 | 0 | 3C | 126 | 18 | 20 |
| Octal | 141 | 76 | 145 | 4 | 47 | 0 | 74 | 446 | 30 | 40 |
| Binary | 1100001 | 111110 | 1100101 | 100 | 100111 | 0 | 111100 | 100100110 | 11000 | 100000 |
Color Harmonies of #613E65
Complementary color
Monochromatic Colors of #613E65
Black with #613E65
Text Example
Text Example
White with #613E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E65; }
p { color: rgb(97,62,101); }
H1.HeaderClassName
{
color: #613E65;
}
.AnyTagClassName
{
color: #613E65;
}
</style>
background-color css
<style>
a { background-color: #613E65; }
a { background-color: rgb(97,62,101); }
div.DivClassName
{
background-color: #613E65;
}
.BgClassName
{
background-color: #613E65;
}
</style>
border-color css
<style>
span { border-color: #613E65; }
span { border-color: rgb(97,62,101); }
td.TdClassName
{
border-color: #613E65;
}
.TagClassName
{
border-color: #613E65;
}
</style>