Shades of Seance #6C1E84
Tints of Seance #6C1E84
RGB
CMYK
RGB Variations
Color information
#6C1E84 (or 0x6C1E84) is known color: Seance. HEX triplet: 6C, 1E and 84. RGB value is (108,30,132). Sum of RGB (Red+Green+Blue) = 108+30+132=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C1E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1E84 is #93E17B. Grayscale: #404040. Windows color (decimal): -9691516 or 8658540. OLE color: 8658540.
HSL color Cylindrical-coordinate representation of color #6C1E84: hue angle of 285.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C1E84 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 30 | 132 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.48 |
| HSL | 285.88º | 0.63% | 0.32% | - |
| HSV(B) | 285.88º | 0.77% | 0.52% | - |
| XYZ | 10.81 | 5.78 | 22.38 | - |
| YUV | 64.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 132 | 0.18 | 0.77 | 0 | 0.48 | 285.88 | 0.63 | 0.32 |
| Hex | 6C | 1E | 84 | 12 | 4D | 0 | 30 | 11E | 3F | 20 |
| Octal | 154 | 36 | 204 | 22 | 115 | 0 | 60 | 436 | 77 | 40 |
| Binary | 1101100 | 11110 | 10000100 | 10010 | 1001101 | 0 | 110000 | 100011110 | 111111 | 100000 |
Color Harmonies of #6C1E84
Complementary color
Monochromatic Colors of #6C1E84
Black with #6C1E84
Text Example
Text Example
White with #6C1E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1E84; }
p { color: rgb(108,30,132); }
H1.HeaderClassName
{
color: #6C1E84;
}
.AnyTagClassName
{
color: #6C1E84;
}
</style>
background-color css
<style>
a { background-color: #6C1E84; }
a { background-color: rgb(108,30,132); }
div.DivClassName
{
background-color: #6C1E84;
}
.BgClassName
{
background-color: #6C1E84;
}
</style>
border-color css
<style>
span { border-color: #6C1E84; }
span { border-color: rgb(108,30,132); }
td.TdClassName
{
border-color: #6C1E84;
}
.TagClassName
{
border-color: #6C1E84;
}
</style>