Shades of Seance #6C1881
Tints of Seance #6C1881
RGB
CMYK
RGB Variations
Color information
#6C1881 (or 0x6C1881) is known color: Seance. HEX triplet: 6C, 18 and 81. RGB value is (108,24,129). Sum of RGB (Red+Green+Blue) = 108+24+129=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C1881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1881 is #93E77E. Grayscale: #3C3C3C. Windows color (decimal): -9693055 or 8460396. OLE color: 8460396.
HSL color Cylindrical-coordinate representation of color #6C1881: hue angle of 288º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1881 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 24 | 129 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.49 |
| HSL | 288º | 0.69% | 0.3% | - |
| HSV(B) | 288º | 0.81% | 0.51% | - |
| XYZ | 10.47 | 5.43 | 21.26 | - |
| YUV | 61.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 129 | 0.16 | 0.81 | 0 | 0.49 | 288 | 0.69 | 0.3 |
| Hex | 6C | 18 | 81 | 10 | 51 | 0 | 31 | 120 | 45 | 1E |
| Octal | 154 | 30 | 201 | 20 | 121 | 0 | 61 | 440 | 105 | 36 |
| Binary | 1101100 | 11000 | 10000001 | 10000 | 1010001 | 0 | 110001 | 100100000 | 1000101 | 11110 |
Color Harmonies of #6C1881
Complementary color
Monochromatic Colors of #6C1881
Black with #6C1881
Text Example
Text Example
White with #6C1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1881; }
p { color: rgb(108,24,129); }
H1.HeaderClassName
{
color: #6C1881;
}
.AnyTagClassName
{
color: #6C1881;
}
</style>
background-color css
<style>
a { background-color: #6C1881; }
a { background-color: rgb(108,24,129); }
div.DivClassName
{
background-color: #6C1881;
}
.BgClassName
{
background-color: #6C1881;
}
</style>
border-color css
<style>
span { border-color: #6C1881; }
span { border-color: rgb(108,24,129); }
td.TdClassName
{
border-color: #6C1881;
}
.TagClassName
{
border-color: #6C1881;
}
</style>