Shades of Seance #61386A
Tints of Seance #61386A
RGB
CMYK
RGB Variations
Color information
#61386A (or 0x61386A) is known color: Seance. HEX triplet: 61, 38 and 6A. RGB value is (97,56,106). Sum of RGB (Red+Green+Blue) = 97+56+106=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #61386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61386A is #9EC795. Grayscale: #494949. Windows color (decimal): -10405782 or 6961249. OLE color: 6961249.
HSL color Cylindrical-coordinate representation of color #61386A: hue angle of 289.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61386A is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 56 | 106 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.58 |
| HSL | 289.2º | 0.31% | 0.32% | - |
| HSV(B) | 289.2º | 0.47% | 0.42% | - |
| XYZ | 8.95 | 6.41 | 14.4 | - |
| YUV | 73.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 106 | 0.08 | 0.47 | 0 | 0.58 | 289.2 | 0.31 | 0.32 |
| Hex | 61 | 38 | 6A | 8 | 2F | 0 | 3A | 121 | 1F | 20 |
| Octal | 141 | 70 | 152 | 10 | 57 | 0 | 72 | 441 | 37 | 40 |
| Binary | 1100001 | 111000 | 1101010 | 1000 | 101111 | 0 | 111010 | 100100001 | 11111 | 100000 |
Color Harmonies of #61386A
Complementary color
Monochromatic Colors of #61386A
Black with #61386A
Text Example
Text Example
White with #61386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61386A; }
p { color: rgb(97,56,106); }
H1.HeaderClassName
{
color: #61386A;
}
.AnyTagClassName
{
color: #61386A;
}
</style>
background-color css
<style>
a { background-color: #61386A; }
a { background-color: rgb(97,56,106); }
div.DivClassName
{
background-color: #61386A;
}
.BgClassName
{
background-color: #61386A;
}
</style>
border-color css
<style>
span { border-color: #61386A; }
span { border-color: rgb(97,56,106); }
td.TdClassName
{
border-color: #61386A;
}
.TagClassName
{
border-color: #61386A;
}
</style>