Shades of Seance #613F65
Tints of Seance #613F65
RGB
CMYK
RGB Variations
Color information
#613F65 (or 0x613F65) is known color: Seance. HEX triplet: 61, 3F and 65. RGB value is (97,63,101). Sum of RGB (Red+Green+Blue) = 97+63+101=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #613F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F65 is #9EC09A. Grayscale: #4D4D4D. Windows color (decimal): -10403995 or 6635361. OLE color: 6635361.
HSL color Cylindrical-coordinate representation of color #613F65: hue angle of 293.68º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #613F65 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 63 | 101 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.60 |
| HSL | 293.68º | 0.23% | 0.32% | - |
| HSV(B) | 293.68º | 0.38% | 0.4% | - |
| XYZ | 9.06 | 7.04 | 13.19 | - |
| YUV | 77.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 101 | 0.04 | 0.38 | 0 | 0.60 | 293.68 | 0.23 | 0.32 |
| Hex | 61 | 3F | 65 | 4 | 26 | 0 | 3C | 126 | 17 | 20 |
| Octal | 141 | 77 | 145 | 4 | 46 | 0 | 74 | 446 | 27 | 40 |
| Binary | 1100001 | 111111 | 1100101 | 100 | 100110 | 0 | 111100 | 100100110 | 10111 | 100000 |
Color Harmonies of #613F65
Complementary color
Monochromatic Colors of #613F65
Black with #613F65
Text Example
Text Example
White with #613F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F65; }
p { color: rgb(97,63,101); }
H1.HeaderClassName
{
color: #613F65;
}
.AnyTagClassName
{
color: #613F65;
}
</style>
background-color css
<style>
a { background-color: #613F65; }
a { background-color: rgb(97,63,101); }
div.DivClassName
{
background-color: #613F65;
}
.BgClassName
{
background-color: #613F65;
}
</style>
border-color css
<style>
span { border-color: #613F65; }
span { border-color: rgb(97,63,101); }
td.TdClassName
{
border-color: #613F65;
}
.TagClassName
{
border-color: #613F65;
}
</style>