Shades of Seance #613C60
Tints of Seance #613C60
RGB
CMYK
RGB Variations
Color information
#613C60 (or 0x613C60) is known color: Seance. HEX triplet: 61, 3C and 60. RGB value is (97,60,96). Sum of RGB (Red+Green+Blue) = 97+60+96=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #613C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C60 is #9EC39F. Grayscale: #4B4B4B. Windows color (decimal): -10404768 or 6306913. OLE color: 6306913.
HSL color Cylindrical-coordinate representation of color #613C60: hue angle of 301.62º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #613C60 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 96 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.62 |
| HSL | 301.62º | 0.24% | 0.31% | - |
| HSV(B) | 301.62º | 0.38% | 0.38% | - |
| XYZ | 8.66 | 6.62 | 11.89 | - |
| YUV | 75.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 96 | 0 | 0.38 | 0.01 | 0.62 | 301.62 | 0.24 | 0.31 |
| Hex | 61 | 3C | 60 | 0 | 26 | 1 | 3E | 12E | 18 | 1F |
| Octal | 141 | 74 | 140 | 0 | 46 | 1 | 76 | 456 | 30 | 37 |
| Binary | 1100001 | 111100 | 1100000 | 0 | 100110 | 1 | 111110 | 100101110 | 11000 | 11111 |
Color Harmonies of #613C60
Complementary color
Monochromatic Colors of #613C60
Black with #613C60
Text Example
Text Example
White with #613C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C60; }
p { color: rgb(97,60,96); }
H1.HeaderClassName
{
color: #613C60;
}
.AnyTagClassName
{
color: #613C60;
}
</style>
background-color css
<style>
a { background-color: #613C60; }
a { background-color: rgb(97,60,96); }
div.DivClassName
{
background-color: #613C60;
}
.BgClassName
{
background-color: #613C60;
}
</style>
border-color css
<style>
span { border-color: #613C60; }
span { border-color: rgb(97,60,96); }
td.TdClassName
{
border-color: #613C60;
}
.TagClassName
{
border-color: #613C60;
}
</style>