Shades of Seance #613F62
Tints of Seance #613F62
RGB
CMYK
RGB Variations
Color information
#613F62 (or 0x613F62) is known color: Seance. HEX triplet: 61, 3F and 62. RGB value is (97,63,98). Sum of RGB (Red+Green+Blue) = 97+63+98=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #613F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F62 is #9EC09D. Grayscale: #4D4D4D. Windows color (decimal): -10403998 or 6438753. OLE color: 6438753.
HSL color Cylindrical-coordinate representation of color #613F62: hue angle of 298.29º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613F62 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 98 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.62 |
| HSL | 298.29º | 0.22% | 0.32% | - |
| HSV(B) | 298.29º | 0.36% | 0.38% | - |
| XYZ | 8.91 | 6.98 | 12.43 | - |
| YUV | 77.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 98 | 0.01 | 0.36 | 0 | 0.62 | 298.29 | 0.22 | 0.32 |
| Hex | 61 | 3F | 62 | 1 | 24 | 0 | 3E | 12A | 16 | 20 |
| Octal | 141 | 77 | 142 | 1 | 44 | 0 | 76 | 452 | 26 | 40 |
| Binary | 1100001 | 111111 | 1100010 | 1 | 100100 | 0 | 111110 | 100101010 | 10110 | 100000 |
Color Harmonies of #613F62
Complementary color
Monochromatic Colors of #613F62
Black with #613F62
Text Example
Text Example
White with #613F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F62; }
p { color: rgb(97,63,98); }
H1.HeaderClassName
{
color: #613F62;
}
.AnyTagClassName
{
color: #613F62;
}
</style>
background-color css
<style>
a { background-color: #613F62; }
a { background-color: rgb(97,63,98); }
div.DivClassName
{
background-color: #613F62;
}
.BgClassName
{
background-color: #613F62;
}
</style>
border-color css
<style>
span { border-color: #613F62; }
span { border-color: rgb(97,63,98); }
td.TdClassName
{
border-color: #613F62;
}
.TagClassName
{
border-color: #613F62;
}
</style>