Shades of Seance #6C2879
Tints of Seance #6C2879
RGB
CMYK
RGB Variations
Color information
#6C2879 (or 0x6C2879) is known color: Seance. HEX triplet: 6C, 28 and 79. RGB value is (108,40,121). Sum of RGB (Red+Green+Blue) = 108+40+121=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C2879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2879 is #93D786. Grayscale: #454545. Windows color (decimal): -9688967 or 7940204. OLE color: 7940204.
HSL color Cylindrical-coordinate representation of color #6C2879: hue angle of 290.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2879 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 40 | 121 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.53 |
| HSL | 290.37º | 0.5% | 0.32% | - |
| HSV(B) | 290.37º | 0.67% | 0.47% | - |
| XYZ | 10.39 | 6.09 | 18.72 | - |
| YUV | 69.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 121 | 0.11 | 0.67 | 0 | 0.53 | 290.37 | 0.5 | 0.32 |
| Hex | 6C | 28 | 79 | B | 43 | 0 | 35 | 122 | 32 | 20 |
| Octal | 154 | 50 | 171 | 13 | 103 | 0 | 65 | 442 | 62 | 40 |
| Binary | 1101100 | 101000 | 1111001 | 1011 | 1000011 | 0 | 110101 | 100100010 | 110010 | 100000 |
Color Harmonies of #6C2879
Complementary color
Monochromatic Colors of #6C2879
Black with #6C2879
Text Example
Text Example
White with #6C2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2879; }
p { color: rgb(108,40,121); }
H1.HeaderClassName
{
color: #6C2879;
}
.AnyTagClassName
{
color: #6C2879;
}
</style>
background-color css
<style>
a { background-color: #6C2879; }
a { background-color: rgb(108,40,121); }
div.DivClassName
{
background-color: #6C2879;
}
.BgClassName
{
background-color: #6C2879;
}
</style>
border-color css
<style>
span { border-color: #6C2879; }
span { border-color: rgb(108,40,121); }
td.TdClassName
{
border-color: #6C2879;
}
.TagClassName
{
border-color: #6C2879;
}
</style>