Shades of Seance #61166C
Tints of Seance #61166C
RGB
CMYK
RGB Variations
Color information
#61166C (or 0x61166C) is known color: Seance. HEX triplet: 61, 16 and 6C. RGB value is (97,22,108). Sum of RGB (Red+Green+Blue) = 97+22+108=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #61166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61166C is #9EE993. Grayscale: #353535. Windows color (decimal): -10414484 or 7083617. OLE color: 7083617.
HSL color Cylindrical-coordinate representation of color #61166C: hue angle of 292.33º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61166C is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 22 | 108 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.58 |
| HSL | 292.33º | 0.66% | 0.25% | - |
| HSV(B) | 292.33º | 0.8% | 0.42% | - |
| XYZ | 7.92 | 4.2 | 14.58 | - |
| YUV | 54.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 108 | 0.10 | 0.80 | 0 | 0.58 | 292.33 | 0.66 | 0.25 |
| Hex | 61 | 16 | 6C | A | 50 | 0 | 3A | 124 | 42 | 19 |
| Octal | 141 | 26 | 154 | 12 | 120 | 0 | 72 | 444 | 102 | 31 |
| Binary | 1100001 | 10110 | 1101100 | 1010 | 1010000 | 0 | 111010 | 100100100 | 1000010 | 11001 |
Color Harmonies of #61166C
Complementary color
Monochromatic Colors of #61166C
Black with #61166C
Text Example
Text Example
White with #61166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61166C; }
p { color: rgb(97,22,108); }
H1.HeaderClassName
{
color: #61166C;
}
.AnyTagClassName
{
color: #61166C;
}
</style>
background-color css
<style>
a { background-color: #61166C; }
a { background-color: rgb(97,22,108); }
div.DivClassName
{
background-color: #61166C;
}
.BgClassName
{
background-color: #61166C;
}
</style>
border-color css
<style>
span { border-color: #61166C; }
span { border-color: rgb(97,22,108); }
td.TdClassName
{
border-color: #61166C;
}
.TagClassName
{
border-color: #61166C;
}
</style>