Shades of Seance #61186D
Tints of Seance #61186D
RGB
CMYK
RGB Variations
Color information
#61186D (or 0x61186D) is known color: Seance. HEX triplet: 61, 18 and 6D. RGB value is (97,24,109). Sum of RGB (Red+Green+Blue) = 97+24+109=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #61186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61186D is #9EE792. Grayscale: #373737. Windows color (decimal): -10413971 or 7149665. OLE color: 7149665.
HSL color Cylindrical-coordinate representation of color #61186D: hue angle of 291.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61186D is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 24 | 109 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.57 |
| HSL | 291.53º | 0.64% | 0.26% | - |
| HSV(B) | 291.53º | 0.78% | 0.43% | - |
| XYZ | 8.02 | 4.3 | 14.88 | - |
| YUV | 55.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 24 | 109 | 0.11 | 0.78 | 0 | 0.57 | 291.53 | 0.64 | 0.26 |
| Hex | 61 | 18 | 6D | B | 4E | 0 | 39 | 124 | 40 | 1A |
| Octal | 141 | 30 | 155 | 13 | 116 | 0 | 71 | 444 | 100 | 32 |
| Binary | 1100001 | 11000 | 1101101 | 1011 | 1001110 | 0 | 111001 | 100100100 | 1000000 | 11010 |
Color Harmonies of #61186D
Complementary color
Monochromatic Colors of #61186D
Black with #61186D
Text Example
Text Example
White with #61186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61186D; }
p { color: rgb(97,24,109); }
H1.HeaderClassName
{
color: #61186D;
}
.AnyTagClassName
{
color: #61186D;
}
</style>
background-color css
<style>
a { background-color: #61186D; }
a { background-color: rgb(97,24,109); }
div.DivClassName
{
background-color: #61186D;
}
.BgClassName
{
background-color: #61186D;
}
</style>
border-color css
<style>
span { border-color: #61186D; }
span { border-color: rgb(97,24,109); }
td.TdClassName
{
border-color: #61186D;
}
.TagClassName
{
border-color: #61186D;
}
</style>