Shades of Seance #6C1878
Tints of Seance #6C1878
RGB
CMYK
RGB Variations
Color information
#6C1878 (or 0x6C1878) is known color: Seance. HEX triplet: 6C, 18 and 78. RGB value is (108,24,120). Sum of RGB (Red+Green+Blue) = 108+24+120=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C1878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1878 is #93E787. Grayscale: #3B3B3B. Windows color (decimal): -9693064 or 7870572. OLE color: 7870572.
HSL color Cylindrical-coordinate representation of color #6C1878: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1878 is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 24 | 120 | - |
| CMYK | 0.10 | 0.8 | 0 | 0.53 |
| HSL | 292.5º | 0.67% | 0.28% | - |
| HSV(B) | 292.5º | 0.8% | 0.47% | - |
| XYZ | 9.9 | 5.2 | 18.25 | - |
| YUV | 60.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 120 | 0.10 | 0.8 | 0 | 0.53 | 292.5 | 0.67 | 0.28 |
| Hex | 6C | 18 | 78 | A | 50 | 0 | 35 | 124 | 43 | 1C |
| Octal | 154 | 30 | 170 | 12 | 120 | 0 | 65 | 444 | 103 | 34 |
| Binary | 1101100 | 11000 | 1111000 | 1010 | 1010000 | 0 | 110101 | 100100100 | 1000011 | 11100 |
Color Harmonies of #6C1878
Complementary color
Monochromatic Colors of #6C1878
Black with #6C1878
Text Example
Text Example
White with #6C1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1878; }
p { color: rgb(108,24,120); }
H1.HeaderClassName
{
color: #6C1878;
}
.AnyTagClassName
{
color: #6C1878;
}
</style>
background-color css
<style>
a { background-color: #6C1878; }
a { background-color: rgb(108,24,120); }
div.DivClassName
{
background-color: #6C1878;
}
.BgClassName
{
background-color: #6C1878;
}
</style>
border-color css
<style>
span { border-color: #6C1878; }
span { border-color: rgb(108,24,120); }
td.TdClassName
{
border-color: #6C1878;
}
.TagClassName
{
border-color: #6C1878;
}
</style>