Shades of Seance #6B1885
Tints of Seance #6B1885
RGB
CMYK
RGB Variations
Color information
#6B1885 (or 0x6B1885) is known color: Seance. HEX triplet: 6B, 18 and 85. RGB value is (107,24,133). Sum of RGB (Red+Green+Blue) = 107+24+133=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1885 is #94E77A. Grayscale: #3C3C3C. Windows color (decimal): -9758587 or 8722539. OLE color: 8722539.
HSL color Cylindrical-coordinate representation of color #6B1885: hue angle of 285.69º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1885 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 24 | 133 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.48 |
| HSL | 285.69º | 0.69% | 0.31% | - |
| HSV(B) | 285.69º | 0.82% | 0.52% | - |
| XYZ | 10.62 | 5.47 | 22.69 | - |
| YUV | 61.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 133 | 0.20 | 0.82 | 0 | 0.48 | 285.69 | 0.69 | 0.31 |
| Hex | 6B | 18 | 85 | 14 | 52 | 0 | 30 | 11E | 45 | 1F |
| Octal | 153 | 30 | 205 | 24 | 122 | 0 | 60 | 436 | 105 | 37 |
| Binary | 1101011 | 11000 | 10000101 | 10100 | 1010010 | 0 | 110000 | 100011110 | 1000101 | 11111 |
Color Harmonies of #6B1885
Complementary color
Monochromatic Colors of #6B1885
Black with #6B1885
Text Example
Text Example
White with #6B1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1885; }
p { color: rgb(107,24,133); }
H1.HeaderClassName
{
color: #6B1885;
}
.AnyTagClassName
{
color: #6B1885;
}
</style>
background-color css
<style>
a { background-color: #6B1885; }
a { background-color: rgb(107,24,133); }
div.DivClassName
{
background-color: #6B1885;
}
.BgClassName
{
background-color: #6B1885;
}
</style>
border-color css
<style>
span { border-color: #6B1885; }
span { border-color: rgb(107,24,133); }
td.TdClassName
{
border-color: #6B1885;
}
.TagClassName
{
border-color: #6B1885;
}
</style>