Shades of Seance #6D217C
Tints of Seance #6D217C
RGB
CMYK
RGB Variations
Color information
#6D217C (or 0x6D217C) is known color: Seance. HEX triplet: 6D, 21 and 7C. RGB value is (109,33,124). Sum of RGB (Red+Green+Blue) = 109+33+124=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D217C is #92DE83. Grayscale: #414141. Windows color (decimal): -9625220 or 8135021. OLE color: 8135021.
HSL color Cylindrical-coordinate representation of color #6D217C: hue angle of 290.11º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D217C is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 33 | 124 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.51 |
| HSL | 290.11º | 0.58% | 0.31% | - |
| HSV(B) | 290.11º | 0.73% | 0.49% | - |
| XYZ | 10.49 | 5.79 | 19.63 | - |
| YUV | 66.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 124 | 0.12 | 0.73 | 0 | 0.51 | 290.11 | 0.58 | 0.31 |
| Hex | 6D | 21 | 7C | C | 49 | 0 | 33 | 122 | 3A | 1F |
| Octal | 155 | 41 | 174 | 14 | 111 | 0 | 63 | 442 | 72 | 37 |
| Binary | 1101101 | 100001 | 1111100 | 1100 | 1001001 | 0 | 110011 | 100100010 | 111010 | 11111 |
Color Harmonies of #6D217C
Complementary color
Monochromatic Colors of #6D217C
Black with #6D217C
Text Example
Text Example
White with #6D217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D217C; }
p { color: rgb(109,33,124); }
H1.HeaderClassName
{
color: #6D217C;
}
.AnyTagClassName
{
color: #6D217C;
}
</style>
background-color css
<style>
a { background-color: #6D217C; }
a { background-color: rgb(109,33,124); }
div.DivClassName
{
background-color: #6D217C;
}
.BgClassName
{
background-color: #6D217C;
}
</style>
border-color css
<style>
span { border-color: #6D217C; }
span { border-color: rgb(109,33,124); }
td.TdClassName
{
border-color: #6D217C;
}
.TagClassName
{
border-color: #6D217C;
}
</style>