Shades of Seance #6C2877
Tints of Seance #6C2877
RGB
CMYK
RGB Variations
Color information
#6C2877 (or 0x6C2877) is known color: Seance. HEX triplet: 6C, 28 and 77. RGB value is (108,40,119). Sum of RGB (Red+Green+Blue) = 108+40+119=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C2877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2877 is #93D788. Grayscale: #454545. Windows color (decimal): -9688969 or 7809132. OLE color: 7809132.
HSL color Cylindrical-coordinate representation of color #6C2877: hue angle of 291.65º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2877 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 40 | 119 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.53 |
| HSL | 291.65º | 0.5% | 0.31% | - |
| HSV(B) | 291.65º | 0.66% | 0.47% | - |
| XYZ | 10.27 | 6.04 | 18.08 | - |
| YUV | 69.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 119 | 0.09 | 0.66 | 0 | 0.53 | 291.65 | 0.5 | 0.31 |
| Hex | 6C | 28 | 77 | 9 | 42 | 0 | 35 | 124 | 32 | 1F |
| Octal | 154 | 50 | 167 | 11 | 102 | 0 | 65 | 444 | 62 | 37 |
| Binary | 1101100 | 101000 | 1110111 | 1001 | 1000010 | 0 | 110101 | 100100100 | 110010 | 11111 |
Color Harmonies of #6C2877
Complementary color
Monochromatic Colors of #6C2877
Black with #6C2877
Text Example
Text Example
White with #6C2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2877; }
p { color: rgb(108,40,119); }
H1.HeaderClassName
{
color: #6C2877;
}
.AnyTagClassName
{
color: #6C2877;
}
</style>
background-color css
<style>
a { background-color: #6C2877; }
a { background-color: rgb(108,40,119); }
div.DivClassName
{
background-color: #6C2877;
}
.BgClassName
{
background-color: #6C2877;
}
</style>
border-color css
<style>
span { border-color: #6C2877; }
span { border-color: rgb(108,40,119); }
td.TdClassName
{
border-color: #6C2877;
}
.TagClassName
{
border-color: #6C2877;
}
</style>