Shades of Seance #6C326E
Tints of Seance #6C326E
RGB
CMYK
RGB Variations
Color information
#6C326E (or 0x6C326E) is known color: Seance. HEX triplet: 6C, 32 and 6E. RGB value is (108,50,110). Sum of RGB (Red+Green+Blue) = 108+50+110=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C326E is #93CD91. Grayscale: #4A4A4A. Windows color (decimal): -9686418 or 7221868. OLE color: 7221868.
HSL color Cylindrical-coordinate representation of color #6C326E: hue angle of 298º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C326E is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 50 | 110 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.57 |
| HSL | 298º | 0.38% | 0.31% | - |
| HSV(B) | 298º | 0.55% | 0.43% | - |
| XYZ | 10.14 | 6.6 | 15.49 | - |
| YUV | 74.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 110 | 0.02 | 0.55 | 0 | 0.57 | 298 | 0.38 | 0.31 |
| Hex | 6C | 32 | 6E | 2 | 37 | 0 | 39 | 12A | 26 | 1F |
| Octal | 154 | 62 | 156 | 2 | 67 | 0 | 71 | 452 | 46 | 37 |
| Binary | 1101100 | 110010 | 1101110 | 10 | 110111 | 0 | 111001 | 100101010 | 100110 | 11111 |
Color Harmonies of #6C326E
Complementary color
Monochromatic Colors of #6C326E
Black with #6C326E
Text Example
Text Example
White with #6C326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C326E; }
p { color: rgb(108,50,110); }
H1.HeaderClassName
{
color: #6C326E;
}
.AnyTagClassName
{
color: #6C326E;
}
</style>
background-color css
<style>
a { background-color: #6C326E; }
a { background-color: rgb(108,50,110); }
div.DivClassName
{
background-color: #6C326E;
}
.BgClassName
{
background-color: #6C326E;
}
</style>
border-color css
<style>
span { border-color: #6C326E; }
span { border-color: rgb(108,50,110); }
td.TdClassName
{
border-color: #6C326E;
}
.TagClassName
{
border-color: #6C326E;
}
</style>