Shades of Seance #6C1884
Tints of Seance #6C1884
RGB
CMYK
RGB Variations
Color information
#6C1884 (or 0x6C1884) is known color: Seance. HEX triplet: 6C, 18 and 84. RGB value is (108,24,132). Sum of RGB (Red+Green+Blue) = 108+24+132=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C1884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1884 is #93E77B. Grayscale: #3D3D3D. Windows color (decimal): -9693052 or 8657004. OLE color: 8657004.
HSL color Cylindrical-coordinate representation of color #6C1884: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1884 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 24 | 132 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.48 |
| HSL | 286.67º | 0.69% | 0.31% | - |
| HSV(B) | 286.67º | 0.82% | 0.52% | - |
| XYZ | 10.68 | 5.51 | 22.33 | - |
| YUV | 61.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 132 | 0.18 | 0.82 | 0 | 0.48 | 286.67 | 0.69 | 0.31 |
| Hex | 6C | 18 | 84 | 12 | 52 | 0 | 30 | 11F | 45 | 1F |
| Octal | 154 | 30 | 204 | 22 | 122 | 0 | 60 | 437 | 105 | 37 |
| Binary | 1101100 | 11000 | 10000100 | 10010 | 1010010 | 0 | 110000 | 100011111 | 1000101 | 11111 |
Color Harmonies of #6C1884
Complementary color
Monochromatic Colors of #6C1884
Black with #6C1884
Text Example
Text Example
White with #6C1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1884; }
p { color: rgb(108,24,132); }
H1.HeaderClassName
{
color: #6C1884;
}
.AnyTagClassName
{
color: #6C1884;
}
</style>
background-color css
<style>
a { background-color: #6C1884; }
a { background-color: rgb(108,24,132); }
div.DivClassName
{
background-color: #6C1884;
}
.BgClassName
{
background-color: #6C1884;
}
</style>
border-color css
<style>
span { border-color: #6C1884; }
span { border-color: rgb(108,24,132); }
td.TdClassName
{
border-color: #6C1884;
}
.TagClassName
{
border-color: #6C1884;
}
</style>