Shades of Seance #612E6C
Tints of Seance #612E6C
RGB
CMYK
RGB Variations
Color information
#612E6C (or 0x612E6C) is known color: Seance. HEX triplet: 61, 2E and 6C. RGB value is (97,46,108). Sum of RGB (Red+Green+Blue) = 97+46+108=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #612E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E6C is #9ED193. Grayscale: #444444. Windows color (decimal): -10408340 or 7089761. OLE color: 7089761.
HSL color Cylindrical-coordinate representation of color #612E6C: hue angle of 289.35º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612E6C is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 46 | 108 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.58 |
| HSL | 289.35º | 0.4% | 0.3% | - |
| HSV(B) | 289.35º | 0.57% | 0.42% | - |
| XYZ | 8.61 | 5.58 | 14.81 | - |
| YUV | 68.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 108 | 0.10 | 0.57 | 0 | 0.58 | 289.35 | 0.4 | 0.3 |
| Hex | 61 | 2E | 6C | A | 39 | 0 | 3A | 121 | 28 | 1E |
| Octal | 141 | 56 | 154 | 12 | 71 | 0 | 72 | 441 | 50 | 36 |
| Binary | 1100001 | 101110 | 1101100 | 1010 | 111001 | 0 | 111010 | 100100001 | 101000 | 11110 |
Color Harmonies of #612E6C
Complementary color
Monochromatic Colors of #612E6C
Black with #612E6C
Text Example
Text Example
White with #612E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E6C; }
p { color: rgb(97,46,108); }
H1.HeaderClassName
{
color: #612E6C;
}
.AnyTagClassName
{
color: #612E6C;
}
</style>
background-color css
<style>
a { background-color: #612E6C; }
a { background-color: rgb(97,46,108); }
div.DivClassName
{
background-color: #612E6C;
}
.BgClassName
{
background-color: #612E6C;
}
</style>
border-color css
<style>
span { border-color: #612E6C; }
span { border-color: rgb(97,46,108); }
td.TdClassName
{
border-color: #612E6C;
}
.TagClassName
{
border-color: #612E6C;
}
</style>