Shades of Seance #61206B
Tints of Seance #61206B
RGB
CMYK
RGB Variations
Color information
#61206B (or 0x61206B) is known color: Seance. HEX triplet: 61, 20 and 6B. RGB value is (97,32,107). Sum of RGB (Red+Green+Blue) = 97+32+107=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #61206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61206B is #9EDF94. Grayscale: #3B3B3B. Windows color (decimal): -10411925 or 7020641. OLE color: 7020641.
HSL color Cylindrical-coordinate representation of color #61206B: hue angle of 292º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61206B is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 32 | 107 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.58 |
| HSL | 292º | 0.54% | 0.27% | - |
| HSV(B) | 292º | 0.7% | 0.42% | - |
| XYZ | 8.1 | 4.64 | 14.38 | - |
| YUV | 59.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 107 | 0.09 | 0.70 | 0 | 0.58 | 292 | 0.54 | 0.27 |
| Hex | 61 | 20 | 6B | 9 | 46 | 0 | 3A | 124 | 36 | 1B |
| Octal | 141 | 40 | 153 | 11 | 106 | 0 | 72 | 444 | 66 | 33 |
| Binary | 1100001 | 100000 | 1101011 | 1001 | 1000110 | 0 | 111010 | 100100100 | 110110 | 11011 |
Color Harmonies of #61206B
Complementary color
Monochromatic Colors of #61206B
Black with #61206B
Text Example
Text Example
White with #61206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61206B; }
p { color: rgb(97,32,107); }
H1.HeaderClassName
{
color: #61206B;
}
.AnyTagClassName
{
color: #61206B;
}
</style>
background-color css
<style>
a { background-color: #61206B; }
a { background-color: rgb(97,32,107); }
div.DivClassName
{
background-color: #61206B;
}
.BgClassName
{
background-color: #61206B;
}
</style>
border-color css
<style>
span { border-color: #61206B; }
span { border-color: rgb(97,32,107); }
td.TdClassName
{
border-color: #61206B;
}
.TagClassName
{
border-color: #61206B;
}
</style>