Shades of Seance #61336C
Tints of Seance #61336C
RGB
CMYK
RGB Variations
Color information
#61336C (or 0x61336C) is known color: Seance. HEX triplet: 61, 33 and 6C. RGB value is (97,51,108). Sum of RGB (Red+Green+Blue) = 97+51+108=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #61336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61336C is #9ECC93. Grayscale: #474747. Windows color (decimal): -10407060 or 7091041. OLE color: 7091041.
HSL color Cylindrical-coordinate representation of color #61336C: hue angle of 288.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61336C is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 51 | 108 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.58 |
| HSL | 288.42º | 0.36% | 0.31% | - |
| HSV(B) | 288.42º | 0.53% | 0.42% | - |
| XYZ | 8.82 | 5.99 | 14.88 | - |
| YUV | 71.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 108 | 0.10 | 0.53 | 0 | 0.58 | 288.42 | 0.36 | 0.31 |
| Hex | 61 | 33 | 6C | A | 35 | 0 | 3A | 120 | 24 | 1F |
| Octal | 141 | 63 | 154 | 12 | 65 | 0 | 72 | 440 | 44 | 37 |
| Binary | 1100001 | 110011 | 1101100 | 1010 | 110101 | 0 | 111010 | 100100000 | 100100 | 11111 |
Color Harmonies of #61336C
Complementary color
Monochromatic Colors of #61336C
Black with #61336C
Text Example
Text Example
White with #61336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61336C; }
p { color: rgb(97,51,108); }
H1.HeaderClassName
{
color: #61336C;
}
.AnyTagClassName
{
color: #61336C;
}
</style>
background-color css
<style>
a { background-color: #61336C; }
a { background-color: rgb(97,51,108); }
div.DivClassName
{
background-color: #61336C;
}
.BgClassName
{
background-color: #61336C;
}
</style>
border-color css
<style>
span { border-color: #61336C; }
span { border-color: rgb(97,51,108); }
td.TdClassName
{
border-color: #61336C;
}
.TagClassName
{
border-color: #61336C;
}
</style>