Shades of Seance #6C2876
Tints of Seance #6C2876
RGB
CMYK
RGB Variations
Color information
#6C2876 (or 0x6C2876) is known color: Seance. HEX triplet: 6C, 28 and 76. RGB value is (108,40,118). Sum of RGB (Red+Green+Blue) = 108+40+118=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C2876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2876 is #93D789. Grayscale: #444444. Windows color (decimal): -9688970 or 7743596. OLE color: 7743596.
HSL color Cylindrical-coordinate representation of color #6C2876: hue angle of 292.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2876 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 40 | 118 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.54 |
| HSL | 292.31º | 0.49% | 0.31% | - |
| HSV(B) | 292.31º | 0.66% | 0.46% | - |
| XYZ | 10.21 | 6.01 | 17.76 | - |
| YUV | 69.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 118 | 0.08 | 0.66 | 0 | 0.54 | 292.31 | 0.49 | 0.31 |
| Hex | 6C | 28 | 76 | 8 | 42 | 0 | 36 | 124 | 31 | 1F |
| Octal | 154 | 50 | 166 | 10 | 102 | 0 | 66 | 444 | 61 | 37 |
| Binary | 1101100 | 101000 | 1110110 | 1000 | 1000010 | 0 | 110110 | 100100100 | 110001 | 11111 |
Color Harmonies of #6C2876
Complementary color
Monochromatic Colors of #6C2876
Black with #6C2876
Text Example
Text Example
White with #6C2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2876; }
p { color: rgb(108,40,118); }
H1.HeaderClassName
{
color: #6C2876;
}
.AnyTagClassName
{
color: #6C2876;
}
</style>
background-color css
<style>
a { background-color: #6C2876; }
a { background-color: rgb(108,40,118); }
div.DivClassName
{
background-color: #6C2876;
}
.BgClassName
{
background-color: #6C2876;
}
</style>
border-color css
<style>
span { border-color: #6C2876; }
span { border-color: rgb(108,40,118); }
td.TdClassName
{
border-color: #6C2876;
}
.TagClassName
{
border-color: #6C2876;
}
</style>