Shades of Seance #6C2183
Tints of Seance #6C2183
RGB
CMYK
RGB Variations
Color information
#6C2183 (or 0x6C2183) is known color: Seance. HEX triplet: 6C, 21 and 83. RGB value is (108,33,131). Sum of RGB (Red+Green+Blue) = 108+33+131=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #6C2183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2183 is #93DE7C. Grayscale: #424242. Windows color (decimal): -9690749 or 8593772. OLE color: 8593772.
HSL color Cylindrical-coordinate representation of color #6C2183: hue angle of 285.92º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C2183 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 33 | 131 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.49 |
| HSL | 285.92º | 0.6% | 0.32% | - |
| HSV(B) | 285.92º | 0.75% | 0.51% | - |
| XYZ | 10.82 | 5.91 | 22.04 | - |
| YUV | 66.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 131 | 0.18 | 0.75 | 0 | 0.49 | 285.92 | 0.6 | 0.32 |
| Hex | 6C | 21 | 83 | 12 | 4B | 0 | 31 | 11E | 3C | 20 |
| Octal | 154 | 41 | 203 | 22 | 113 | 0 | 61 | 436 | 74 | 40 |
| Binary | 1101100 | 100001 | 10000011 | 10010 | 1001011 | 0 | 110001 | 100011110 | 111100 | 100000 |
Color Harmonies of #6C2183
Complementary color
Monochromatic Colors of #6C2183
Black with #6C2183
Text Example
Text Example
White with #6C2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2183; }
p { color: rgb(108,33,131); }
H1.HeaderClassName
{
color: #6C2183;
}
.AnyTagClassName
{
color: #6C2183;
}
</style>
background-color css
<style>
a { background-color: #6C2183; }
a { background-color: rgb(108,33,131); }
div.DivClassName
{
background-color: #6C2183;
}
.BgClassName
{
background-color: #6C2183;
}
</style>
border-color css
<style>
span { border-color: #6C2183; }
span { border-color: rgb(108,33,131); }
td.TdClassName
{
border-color: #6C2183;
}
.TagClassName
{
border-color: #6C2183;
}
</style>