Shades of Seance #61176A
Tints of Seance #61176A
RGB
CMYK
RGB Variations
Color information
#61176A (or 0x61176A) is known color: Seance. HEX triplet: 61, 17 and 6A. RGB value is (97,23,106). Sum of RGB (Red+Green+Blue) = 97+23+106=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #61176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61176A is #9EE895. Grayscale: #363636. Windows color (decimal): -10414230 or 6952801. OLE color: 6952801.
HSL color Cylindrical-coordinate representation of color #61176A: hue angle of 293.49º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61176A is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 23 | 106 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.58 |
| HSL | 293.49º | 0.64% | 0.25% | - |
| HSV(B) | 293.49º | 0.78% | 0.42% | - |
| XYZ | 7.84 | 4.19 | 14.03 | - |
| YUV | 54.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 106 | 0.08 | 0.78 | 0 | 0.58 | 293.49 | 0.64 | 0.25 |
| Hex | 61 | 17 | 6A | 8 | 4E | 0 | 3A | 125 | 40 | 19 |
| Octal | 141 | 27 | 152 | 10 | 116 | 0 | 72 | 445 | 100 | 31 |
| Binary | 1100001 | 10111 | 1101010 | 1000 | 1001110 | 0 | 111010 | 100100101 | 1000000 | 11001 |
Color Harmonies of #61176A
Complementary color
Monochromatic Colors of #61176A
Black with #61176A
Text Example
Text Example
White with #61176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61176A; }
p { color: rgb(97,23,106); }
H1.HeaderClassName
{
color: #61176A;
}
.AnyTagClassName
{
color: #61176A;
}
</style>
background-color css
<style>
a { background-color: #61176A; }
a { background-color: rgb(97,23,106); }
div.DivClassName
{
background-color: #61176A;
}
.BgClassName
{
background-color: #61176A;
}
</style>
border-color css
<style>
span { border-color: #61176A; }
span { border-color: rgb(97,23,106); }
td.TdClassName
{
border-color: #61176A;
}
.TagClassName
{
border-color: #61176A;
}
</style>