Shades of Seance #613A60
Tints of Seance #613A60
RGB
CMYK
RGB Variations
Color information
#613A60 (or 0x613A60) is known color: Seance. HEX triplet: 61, 3A and 60. RGB value is (97,58,96). Sum of RGB (Red+Green+Blue) = 97+58+96=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #613A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A60 is #9EC59F. Grayscale: #494949. Windows color (decimal): -10405280 or 6306401. OLE color: 6306401.
HSL color Cylindrical-coordinate representation of color #613A60: hue angle of 301.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A60 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 96 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.62 |
| HSL | 301.54º | 0.25% | 0.3% | - |
| HSV(B) | 301.54º | 0.4% | 0.38% | - |
| XYZ | 8.55 | 6.41 | 11.85 | - |
| YUV | 73.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 96 | 0 | 0.40 | 0.01 | 0.62 | 301.54 | 0.25 | 0.3 |
| Hex | 61 | 3A | 60 | 0 | 28 | 1 | 3E | 12E | 19 | 1E |
| Octal | 141 | 72 | 140 | 0 | 50 | 1 | 76 | 456 | 31 | 36 |
| Binary | 1100001 | 111010 | 1100000 | 0 | 101000 | 1 | 111110 | 100101110 | 11001 | 11110 |
Color Harmonies of #613A60
Complementary color
Monochromatic Colors of #613A60
Black with #613A60
Text Example
Text Example
White with #613A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A60; }
p { color: rgb(97,58,96); }
H1.HeaderClassName
{
color: #613A60;
}
.AnyTagClassName
{
color: #613A60;
}
</style>
background-color css
<style>
a { background-color: #613A60; }
a { background-color: rgb(97,58,96); }
div.DivClassName
{
background-color: #613A60;
}
.BgClassName
{
background-color: #613A60;
}
</style>
border-color css
<style>
span { border-color: #613A60; }
span { border-color: rgb(97,58,96); }
td.TdClassName
{
border-color: #613A60;
}
.TagClassName
{
border-color: #613A60;
}
</style>