Shades of Seance #6C326A
Tints of Seance #6C326A
RGB
CMYK
RGB Variations
Color information
#6C326A (or 0x6C326A) is known color: Seance. HEX triplet: 6C, 32 and 6A. RGB value is (108,50,106). Sum of RGB (Red+Green+Blue) = 108+50+106=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C326A is #93CD95. Grayscale: #494949. Windows color (decimal): -9686422 or 6959724. OLE color: 6959724.
HSL color Cylindrical-coordinate representation of color #6C326A: hue angle of 302.07º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C326A is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 50 | 106 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.58 |
| HSL | 302.07º | 0.37% | 0.31% | - |
| HSV(B) | 302.07º | 0.54% | 0.42% | - |
| XYZ | 9.93 | 6.51 | 14.37 | - |
| YUV | 73.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 106 | 0 | 0.54 | 0.02 | 0.58 | 302.07 | 0.37 | 0.31 |
| Hex | 6C | 32 | 6A | 0 | 36 | 2 | 3A | 12E | 25 | 1F |
| Octal | 154 | 62 | 152 | 0 | 66 | 2 | 72 | 456 | 45 | 37 |
| Binary | 1101100 | 110010 | 1101010 | 0 | 110110 | 10 | 111010 | 100101110 | 100101 | 11111 |
Color Harmonies of #6C326A
Complementary color
Monochromatic Colors of #6C326A
Black with #6C326A
Text Example
Text Example
White with #6C326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C326A; }
p { color: rgb(108,50,106); }
H1.HeaderClassName
{
color: #6C326A;
}
.AnyTagClassName
{
color: #6C326A;
}
</style>
background-color css
<style>
a { background-color: #6C326A; }
a { background-color: rgb(108,50,106); }
div.DivClassName
{
background-color: #6C326A;
}
.BgClassName
{
background-color: #6C326A;
}
</style>
border-color css
<style>
span { border-color: #6C326A; }
span { border-color: rgb(108,50,106); }
td.TdClassName
{
border-color: #6C326A;
}
.TagClassName
{
border-color: #6C326A;
}
</style>