Shades of Seance #613B65
Tints of Seance #613B65
RGB
CMYK
RGB Variations
Color information
#613B65 (or 0x613B65) is known color: Seance. HEX triplet: 61, 3B and 65. RGB value is (97,59,101). Sum of RGB (Red+Green+Blue) = 97+59+101=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: blue. Hex color #613B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B65 is #9EC49A. Grayscale: #4B4B4B. Windows color (decimal): -10405019 or 6634337. OLE color: 6634337.
HSL color Cylindrical-coordinate representation of color #613B65: hue angle of 294.29º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613B65 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 59 | 101 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.60 |
| HSL | 294.29º | 0.26% | 0.31% | - |
| HSV(B) | 294.29º | 0.42% | 0.4% | - |
| XYZ | 8.84 | 6.61 | 13.12 | - |
| YUV | 75.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 101 | 0.04 | 0.42 | 0 | 0.60 | 294.29 | 0.26 | 0.31 |
| Hex | 61 | 3B | 65 | 4 | 2A | 0 | 3C | 126 | 1A | 1F |
| Octal | 141 | 73 | 145 | 4 | 52 | 0 | 74 | 446 | 32 | 37 |
| Binary | 1100001 | 111011 | 1100101 | 100 | 101010 | 0 | 111100 | 100100110 | 11010 | 11111 |
Color Harmonies of #613B65
Complementary color
Monochromatic Colors of #613B65
Black with #613B65
Text Example
Text Example
White with #613B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B65; }
p { color: rgb(97,59,101); }
H1.HeaderClassName
{
color: #613B65;
}
.AnyTagClassName
{
color: #613B65;
}
</style>
background-color css
<style>
a { background-color: #613B65; }
a { background-color: rgb(97,59,101); }
div.DivClassName
{
background-color: #613B65;
}
.BgClassName
{
background-color: #613B65;
}
</style>
border-color css
<style>
span { border-color: #613B65; }
span { border-color: rgb(97,59,101); }
td.TdClassName
{
border-color: #613B65;
}
.TagClassName
{
border-color: #613B65;
}
</style>