Shades of Seance #613F5F
Tints of Seance #613F5F
RGB
CMYK
RGB Variations
Color information
#613F5F (or 0x613F5F) is known color: Seance. HEX triplet: 61, 3F and 5F. RGB value is (97,63,95). Sum of RGB (Red+Green+Blue) = 97+63+95=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #613F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F5F is #9EC0A0. Grayscale: #4C4C4C. Windows color (decimal): -10404001 or 6242145. OLE color: 6242145.
HSL color Cylindrical-coordinate representation of color #613F5F: hue angle of 303.53º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #613F5F is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 95 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.62 |
| HSL | 303.53º | 0.21% | 0.31% | - |
| HSV(B) | 303.53º | 0.35% | 0.38% | - |
| XYZ | 8.77 | 6.92 | 11.7 | - |
| YUV | 76.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 95 | 0 | 0.35 | 0.02 | 0.62 | 303.53 | 0.21 | 0.31 |
| Hex | 61 | 3F | 5F | 0 | 23 | 2 | 3E | 130 | 15 | 1F |
| Octal | 141 | 77 | 137 | 0 | 43 | 2 | 76 | 460 | 25 | 37 |
| Binary | 1100001 | 111111 | 1011111 | 0 | 100011 | 10 | 111110 | 100110000 | 10101 | 11111 |
Color Harmonies of #613F5F
Complementary color
Monochromatic Colors of #613F5F
Black with #613F5F
Text Example
Text Example
White with #613F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F5F; }
p { color: rgb(97,63,95); }
H1.HeaderClassName
{
color: #613F5F;
}
.AnyTagClassName
{
color: #613F5F;
}
</style>
background-color css
<style>
a { background-color: #613F5F; }
a { background-color: rgb(97,63,95); }
div.DivClassName
{
background-color: #613F5F;
}
.BgClassName
{
background-color: #613F5F;
}
</style>
border-color css
<style>
span { border-color: #613F5F; }
span { border-color: rgb(97,63,95); }
td.TdClassName
{
border-color: #613F5F;
}
.TagClassName
{
border-color: #613F5F;
}
</style>