Shades of Seance #61336E
Tints of Seance #61336E
RGB
CMYK
RGB Variations
Color information
#61336E (or 0x61336E) is known color: Seance. HEX triplet: 61, 33 and 6E. RGB value is (97,51,110). Sum of RGB (Red+Green+Blue) = 97+51+110=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #61336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61336E is #9ECC91. Grayscale: #474747. Windows color (decimal): -10407058 or 7222113. OLE color: 7222113.
HSL color Cylindrical-coordinate representation of color #61336E: hue angle of 286.78º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61336E is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 51 | 110 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.57 |
| HSL | 286.78º | 0.37% | 0.32% | - |
| HSV(B) | 286.78º | 0.54% | 0.43% | - |
| XYZ | 8.93 | 6.03 | 15.45 | - |
| YUV | 71.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 110 | 0.12 | 0.54 | 0 | 0.57 | 286.78 | 0.37 | 0.32 |
| Hex | 61 | 33 | 6E | C | 36 | 0 | 39 | 11F | 25 | 20 |
| Octal | 141 | 63 | 156 | 14 | 66 | 0 | 71 | 437 | 45 | 40 |
| Binary | 1100001 | 110011 | 1101110 | 1100 | 110110 | 0 | 111001 | 100011111 | 100101 | 100000 |
Color Harmonies of #61336E
Complementary color
Monochromatic Colors of #61336E
Black with #61336E
Text Example
Text Example
White with #61336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61336E; }
p { color: rgb(97,51,110); }
H1.HeaderClassName
{
color: #61336E;
}
.AnyTagClassName
{
color: #61336E;
}
</style>
background-color css
<style>
a { background-color: #61336E; }
a { background-color: rgb(97,51,110); }
div.DivClassName
{
background-color: #61336E;
}
.BgClassName
{
background-color: #61336E;
}
</style>
border-color css
<style>
span { border-color: #61336E; }
span { border-color: rgb(97,51,110); }
td.TdClassName
{
border-color: #61336E;
}
.TagClassName
{
border-color: #61336E;
}
</style>