Shades of Seance #6B2085
Tints of Seance #6B2085
RGB
CMYK
RGB Variations
Color information
#6B2085 (or 0x6B2085) is known color: Seance. HEX triplet: 6B, 20 and 85. RGB value is (107,32,133). Sum of RGB (Red+Green+Blue) = 107+32+133=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2085 is #94DF7A. Grayscale: #414141. Windows color (decimal): -9756539 or 8724587. OLE color: 8724587.
HSL color Cylindrical-coordinate representation of color #6B2085: hue angle of 284.55º 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 #6B2085 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 32 | 133 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.48 |
| HSL | 284.55º | 0.61% | 0.32% | - |
| HSV(B) | 284.55º | 0.76% | 0.52% | - |
| XYZ | 10.81 | 5.85 | 22.75 | - |
| YUV | 65.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 32 | 133 | 0.20 | 0.76 | 0 | 0.48 | 284.55 | 0.61 | 0.32 |
| Hex | 6B | 20 | 85 | 14 | 4C | 0 | 30 | 11D | 3D | 20 |
| Octal | 153 | 40 | 205 | 24 | 114 | 0 | 60 | 435 | 75 | 40 |
| Binary | 1101011 | 100000 | 10000101 | 10100 | 1001100 | 0 | 110000 | 100011101 | 111101 | 100000 |
Color Harmonies of #6B2085
Complementary color
Monochromatic Colors of #6B2085
Black with #6B2085
Text Example
Text Example
White with #6B2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2085; }
p { color: rgb(107,32,133); }
H1.HeaderClassName
{
color: #6B2085;
}
.AnyTagClassName
{
color: #6B2085;
}
</style>
background-color css
<style>
a { background-color: #6B2085; }
a { background-color: rgb(107,32,133); }
div.DivClassName
{
background-color: #6B2085;
}
.BgClassName
{
background-color: #6B2085;
}
</style>
border-color css
<style>
span { border-color: #6B2085; }
span { border-color: rgb(107,32,133); }
td.TdClassName
{
border-color: #6B2085;
}
.TagClassName
{
border-color: #6B2085;
}
</style>