Shades of Seance #6C2878
Tints of Seance #6C2878
RGB
CMYK
RGB Variations
Color information
#6C2878 (or 0x6C2878) is known color: Seance. HEX triplet: 6C, 28 and 78. RGB value is (108,40,120). Sum of RGB (Red+Green+Blue) = 108+40+120=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C2878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2878 is #93D787. Grayscale: #454545. Windows color (decimal): -9688968 or 7874668. OLE color: 7874668.
HSL color Cylindrical-coordinate representation of color #6C2878: hue angle of 291º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2878 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 40 | 120 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.53 |
| HSL | 291º | 0.5% | 0.31% | - |
| HSV(B) | 291º | 0.67% | 0.47% | - |
| XYZ | 10.33 | 6.06 | 18.39 | - |
| YUV | 69.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 120 | 0.10 | 0.67 | 0 | 0.53 | 291 | 0.5 | 0.31 |
| Hex | 6C | 28 | 78 | A | 43 | 0 | 35 | 123 | 32 | 1F |
| Octal | 154 | 50 | 170 | 12 | 103 | 0 | 65 | 443 | 62 | 37 |
| Binary | 1101100 | 101000 | 1111000 | 1010 | 1000011 | 0 | 110101 | 100100011 | 110010 | 11111 |
Color Harmonies of #6C2878
Complementary color
Monochromatic Colors of #6C2878
Black with #6C2878
Text Example
Text Example
White with #6C2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2878; }
p { color: rgb(108,40,120); }
H1.HeaderClassName
{
color: #6C2878;
}
.AnyTagClassName
{
color: #6C2878;
}
</style>
background-color css
<style>
a { background-color: #6C2878; }
a { background-color: rgb(108,40,120); }
div.DivClassName
{
background-color: #6C2878;
}
.BgClassName
{
background-color: #6C2878;
}
</style>
border-color css
<style>
span { border-color: #6C2878; }
span { border-color: rgb(108,40,120); }
td.TdClassName
{
border-color: #6C2878;
}
.TagClassName
{
border-color: #6C2878;
}
</style>