Shades of Seance #6C2481
Tints of Seance #6C2481
RGB
CMYK
RGB Variations
Color information
#6C2481 (or 0x6C2481) is known color: Seance. HEX triplet: 6C, 24 and 81. RGB value is (108,36,129). Sum of RGB (Red+Green+Blue) = 108+36+129=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C2481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2481 is #93DB7E. Grayscale: #434343. Windows color (decimal): -9689983 or 8463468. OLE color: 8463468.
HSL color Cylindrical-coordinate representation of color #6C2481: hue angle of 286.45º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C2481 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 36 | 129 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.49 |
| HSL | 286.45º | 0.56% | 0.32% | - |
| HSV(B) | 286.45º | 0.72% | 0.51% | - |
| XYZ | 10.78 | 6.03 | 21.37 | - |
| YUV | 68.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 129 | 0.16 | 0.72 | 0 | 0.49 | 286.45 | 0.56 | 0.32 |
| Hex | 6C | 24 | 81 | 10 | 48 | 0 | 31 | 11E | 38 | 20 |
| Octal | 154 | 44 | 201 | 20 | 110 | 0 | 61 | 436 | 70 | 40 |
| Binary | 1101100 | 100100 | 10000001 | 10000 | 1001000 | 0 | 110001 | 100011110 | 111000 | 100000 |
Color Harmonies of #6C2481
Complementary color
Monochromatic Colors of #6C2481
Black with #6C2481
Text Example
Text Example
White with #6C2481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2481; }
p { color: rgb(108,36,129); }
H1.HeaderClassName
{
color: #6C2481;
}
.AnyTagClassName
{
color: #6C2481;
}
</style>
background-color css
<style>
a { background-color: #6C2481; }
a { background-color: rgb(108,36,129); }
div.DivClassName
{
background-color: #6C2481;
}
.BgClassName
{
background-color: #6C2481;
}
</style>
border-color css
<style>
span { border-color: #6C2481; }
span { border-color: rgb(108,36,129); }
td.TdClassName
{
border-color: #6C2481;
}
.TagClassName
{
border-color: #6C2481;
}
</style>