Shades of Seance #613F63
Tints of Seance #613F63
RGB
CMYK
RGB Variations
Color information
#613F63 (or 0x613F63) is known color: Seance. HEX triplet: 61, 3F and 63. RGB value is (97,63,99). Sum of RGB (Red+Green+Blue) = 97+63+99=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #613F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F63 is #9EC09C. Grayscale: #4D4D4D. Windows color (decimal): -10403997 or 6504289. OLE color: 6504289.
HSL color Cylindrical-coordinate representation of color #613F63: hue angle of 296.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613F63 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 63 | 99 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.61 |
| HSL | 296.67º | 0.22% | 0.32% | - |
| HSV(B) | 296.67º | 0.36% | 0.39% | - |
| XYZ | 8.96 | 7 | 12.68 | - |
| YUV | 77.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 99 | 0.02 | 0.36 | 0 | 0.61 | 296.67 | 0.22 | 0.32 |
| Hex | 61 | 3F | 63 | 2 | 24 | 0 | 3D | 129 | 16 | 20 |
| Octal | 141 | 77 | 143 | 2 | 44 | 0 | 75 | 451 | 26 | 40 |
| Binary | 1100001 | 111111 | 1100011 | 10 | 100100 | 0 | 111101 | 100101001 | 10110 | 100000 |
Color Harmonies of #613F63
Complementary color
Monochromatic Colors of #613F63
Black with #613F63
Text Example
Text Example
White with #613F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F63; }
p { color: rgb(97,63,99); }
H1.HeaderClassName
{
color: #613F63;
}
.AnyTagClassName
{
color: #613F63;
}
</style>
background-color css
<style>
a { background-color: #613F63; }
a { background-color: rgb(97,63,99); }
div.DivClassName
{
background-color: #613F63;
}
.BgClassName
{
background-color: #613F63;
}
</style>
border-color css
<style>
span { border-color: #613F63; }
span { border-color: rgb(97,63,99); }
td.TdClassName
{
border-color: #613F63;
}
.TagClassName
{
border-color: #613F63;
}
</style>