Shades of Seance #613D60
Tints of Seance #613D60
RGB
CMYK
RGB Variations
Color information
#613D60 (or 0x613D60) is known color: Seance. HEX triplet: 61, 3D and 60. RGB value is (97,61,96). Sum of RGB (Red+Green+Blue) = 97+61+96=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #613D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D60 is #9EC29F. Grayscale: #4B4B4B. Windows color (decimal): -10404512 or 6307169. OLE color: 6307169.
HSL color Cylindrical-coordinate representation of color #613D60: hue angle of 301.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D60 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 96 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.62 |
| HSL | 301.67º | 0.23% | 0.31% | - |
| HSV(B) | 301.67º | 0.37% | 0.38% | - |
| XYZ | 8.71 | 6.72 | 11.91 | - |
| YUV | 75.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 96 | 0 | 0.37 | 0.01 | 0.62 | 301.67 | 0.23 | 0.31 |
| Hex | 61 | 3D | 60 | 0 | 25 | 1 | 3E | 12E | 17 | 1F |
| Octal | 141 | 75 | 140 | 0 | 45 | 1 | 76 | 456 | 27 | 37 |
| Binary | 1100001 | 111101 | 1100000 | 0 | 100101 | 1 | 111110 | 100101110 | 10111 | 11111 |
Color Harmonies of #613D60
Complementary color
Monochromatic Colors of #613D60
Black with #613D60
Text Example
Text Example
White with #613D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D60; }
p { color: rgb(97,61,96); }
H1.HeaderClassName
{
color: #613D60;
}
.AnyTagClassName
{
color: #613D60;
}
</style>
background-color css
<style>
a { background-color: #613D60; }
a { background-color: rgb(97,61,96); }
div.DivClassName
{
background-color: #613D60;
}
.BgClassName
{
background-color: #613D60;
}
</style>
border-color css
<style>
span { border-color: #613D60; }
span { border-color: rgb(97,61,96); }
td.TdClassName
{
border-color: #613D60;
}
.TagClassName
{
border-color: #613D60;
}
</style>