Shades of Seance #61176D
Tints of Seance #61176D
RGB
CMYK
RGB Variations
Color information
#61176D (or 0x61176D) is known color: Seance. HEX triplet: 61, 17 and 6D. RGB value is (97,23,109). Sum of RGB (Red+Green+Blue) = 97+23+109=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #61176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61176D is #9EE892. Grayscale: #363636. Windows color (decimal): -10414227 or 7149409. OLE color: 7149409.
HSL color Cylindrical-coordinate representation of color #61176D: hue angle of 291.63º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61176D is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 23 | 109 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.57 |
| HSL | 291.63º | 0.65% | 0.26% | - |
| HSV(B) | 291.63º | 0.79% | 0.43% | - |
| XYZ | 8 | 4.26 | 14.87 | - |
| YUV | 54.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 109 | 0.11 | 0.79 | 0 | 0.57 | 291.63 | 0.65 | 0.26 |
| Hex | 61 | 17 | 6D | B | 4F | 0 | 39 | 124 | 41 | 1A |
| Octal | 141 | 27 | 155 | 13 | 117 | 0 | 71 | 444 | 101 | 32 |
| Binary | 1100001 | 10111 | 1101101 | 1011 | 1001111 | 0 | 111001 | 100100100 | 1000001 | 11010 |
Color Harmonies of #61176D
Complementary color
Monochromatic Colors of #61176D
Black with #61176D
Text Example
Text Example
White with #61176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61176D; }
p { color: rgb(97,23,109); }
H1.HeaderClassName
{
color: #61176D;
}
.AnyTagClassName
{
color: #61176D;
}
</style>
background-color css
<style>
a { background-color: #61176D; }
a { background-color: rgb(97,23,109); }
div.DivClassName
{
background-color: #61176D;
}
.BgClassName
{
background-color: #61176D;
}
</style>
border-color css
<style>
span { border-color: #61176D; }
span { border-color: rgb(97,23,109); }
td.TdClassName
{
border-color: #61176D;
}
.TagClassName
{
border-color: #61176D;
}
</style>