Shades of Seance #6C2085
Tints of Seance #6C2085
RGB
CMYK
RGB Variations
Color information
#6C2085 (or 0x6C2085) is known color: Seance. HEX triplet: 6C, 20 and 85. RGB value is (108,32,133). Sum of RGB (Red+Green+Blue) = 108+32+133=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2085 is #93DF7A. Grayscale: #414141. Windows color (decimal): -9691003 or 8724588. OLE color: 8724588.
HSL color Cylindrical-coordinate representation of color #6C2085: hue angle of 285.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2085 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 32 | 133 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.48 |
| HSL | 285.15º | 0.61% | 0.32% | - |
| HSV(B) | 285.15º | 0.76% | 0.52% | - |
| XYZ | 10.93 | 5.91 | 22.76 | - |
| YUV | 66.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 133 | 0.19 | 0.76 | 0 | 0.48 | 285.15 | 0.61 | 0.32 |
| Hex | 6C | 20 | 85 | 13 | 4C | 0 | 30 | 11D | 3D | 20 |
| Octal | 154 | 40 | 205 | 23 | 114 | 0 | 60 | 435 | 75 | 40 |
| Binary | 1101100 | 100000 | 10000101 | 10011 | 1001100 | 0 | 110000 | 100011101 | 111101 | 100000 |
Color Harmonies of #6C2085
Complementary color
Monochromatic Colors of #6C2085
Black with #6C2085
Text Example
Text Example
White with #6C2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2085; }
p { color: rgb(108,32,133); }
H1.HeaderClassName
{
color: #6C2085;
}
.AnyTagClassName
{
color: #6C2085;
}
</style>
background-color css
<style>
a { background-color: #6C2085; }
a { background-color: rgb(108,32,133); }
div.DivClassName
{
background-color: #6C2085;
}
.BgClassName
{
background-color: #6C2085;
}
</style>
border-color css
<style>
span { border-color: #6C2085; }
span { border-color: rgb(108,32,133); }
td.TdClassName
{
border-color: #6C2085;
}
.TagClassName
{
border-color: #6C2085;
}
</style>