Shades of Seance #6B1E85
Tints of Seance #6B1E85
RGB
CMYK
RGB Variations
Color information
#6B1E85 (or 0x6B1E85) is known color: Seance. HEX triplet: 6B, 1E and 85. RGB value is (107,30,133). Sum of RGB (Red+Green+Blue) = 107+30+133=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1E85 is #94E17A. Grayscale: #404040. Windows color (decimal): -9757051 or 8724075. OLE color: 8724075.
HSL color Cylindrical-coordinate representation of color #6B1E85: hue angle of 284.85º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1E85 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 30 | 133 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.48 |
| HSL | 284.85º | 0.63% | 0.32% | - |
| HSV(B) | 284.85º | 0.77% | 0.52% | - |
| XYZ | 10.76 | 5.75 | 22.73 | - |
| YUV | 64.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 133 | 0.20 | 0.77 | 0 | 0.48 | 284.85 | 0.63 | 0.32 |
| Hex | 6B | 1E | 85 | 14 | 4D | 0 | 30 | 11D | 3F | 20 |
| Octal | 153 | 36 | 205 | 24 | 115 | 0 | 60 | 435 | 77 | 40 |
| Binary | 1101011 | 11110 | 10000101 | 10100 | 1001101 | 0 | 110000 | 100011101 | 111111 | 100000 |
Color Harmonies of #6B1E85
Complementary color
Monochromatic Colors of #6B1E85
Black with #6B1E85
Text Example
Text Example
White with #6B1E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1E85; }
p { color: rgb(107,30,133); }
H1.HeaderClassName
{
color: #6B1E85;
}
.AnyTagClassName
{
color: #6B1E85;
}
</style>
background-color css
<style>
a { background-color: #6B1E85; }
a { background-color: rgb(107,30,133); }
div.DivClassName
{
background-color: #6B1E85;
}
.BgClassName
{
background-color: #6B1E85;
}
</style>
border-color css
<style>
span { border-color: #6B1E85; }
span { border-color: rgb(107,30,133); }
td.TdClassName
{
border-color: #6B1E85;
}
.TagClassName
{
border-color: #6B1E85;
}
</style>