Shades of Seance #6C246C
Tints of Seance #6C246C
RGB
CMYK
RGB Variations
Color information
#6C246C (or 0x6C246C) is known color: Seance. HEX triplet: 6C, 24 and 6C. RGB value is (108,36,108). Sum of RGB (Red+Green+Blue) = 108+36+108=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: red, blue. Hex color #6C246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C246C is #93DB93. Grayscale: #414141. Windows color (decimal): -9690004 or 7087212. OLE color: 7087212.
HSL color Cylindrical-coordinate representation of color #6C246C: hue angle of 300º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C246C is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 108 | - |
| CMYK | 0 | 0.67 | 0 | 0.58 |
| HSL | 300º | 0.5% | 0.28% | - |
| HSV(B) | 300º | 0.67% | 0.42% | - |
| XYZ | 9.52 | 5.53 | 14.75 | - |
| YUV | 65.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 108 | 0 | 0.67 | 0 | 0.58 | 300 | 0.5 | 0.28 |
| Hex | 6C | 24 | 6C | 0 | 43 | 0 | 3A | 12C | 32 | 1C |
| Octal | 154 | 44 | 154 | 0 | 103 | 0 | 72 | 454 | 62 | 34 |
| Binary | 1101100 | 100100 | 1101100 | 0 | 1000011 | 0 | 111010 | 100101100 | 110010 | 11100 |
Color Harmonies of #6C246C
Complementary color
Monochromatic Colors of #6C246C
Black with #6C246C
Text Example
Text Example
White with #6C246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C246C; }
p { color: rgb(108,36,108); }
H1.HeaderClassName
{
color: #6C246C;
}
.AnyTagClassName
{
color: #6C246C;
}
</style>
background-color css
<style>
a { background-color: #6C246C; }
a { background-color: rgb(108,36,108); }
div.DivClassName
{
background-color: #6C246C;
}
.BgClassName
{
background-color: #6C246C;
}
</style>
border-color css
<style>
span { border-color: #6C246C; }
span { border-color: rgb(108,36,108); }
td.TdClassName
{
border-color: #6C246C;
}
.TagClassName
{
border-color: #6C246C;
}
</style>