Shades of Seance #6B1887
Tints of Seance #6B1887
RGB
CMYK
RGB Variations
Color information
#6B1887 (or 0x6B1887) is known color: Seance. HEX triplet: 6B, 18 and 87. RGB value is (107,24,135). Sum of RGB (Red+Green+Blue) = 107+24+135=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B1887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1887 is #94E778. Grayscale: #3D3D3D. Windows color (decimal): -9758585 or 8853611. OLE color: 8853611.
HSL color Cylindrical-coordinate representation of color #6B1887: hue angle of 284.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1887 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 24 | 135 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.47 |
| HSL | 284.86º | 0.7% | 0.31% | - |
| HSV(B) | 284.86º | 0.82% | 0.53% | - |
| XYZ | 10.76 | 5.53 | 23.42 | - |
| YUV | 61.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 135 | 0.21 | 0.82 | 0 | 0.47 | 284.86 | 0.7 | 0.31 |
| Hex | 6B | 18 | 87 | 15 | 52 | 0 | 2F | 11D | 46 | 1F |
| Octal | 153 | 30 | 207 | 25 | 122 | 0 | 57 | 435 | 106 | 37 |
| Binary | 1101011 | 11000 | 10000111 | 10101 | 1010010 | 0 | 101111 | 100011101 | 1000110 | 11111 |
Color Harmonies of #6B1887
Complementary color
Monochromatic Colors of #6B1887
Black with #6B1887
Text Example
Text Example
White with #6B1887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1887; }
p { color: rgb(107,24,135); }
H1.HeaderClassName
{
color: #6B1887;
}
.AnyTagClassName
{
color: #6B1887;
}
</style>
background-color css
<style>
a { background-color: #6B1887; }
a { background-color: rgb(107,24,135); }
div.DivClassName
{
background-color: #6B1887;
}
.BgClassName
{
background-color: #6B1887;
}
</style>
border-color css
<style>
span { border-color: #6B1887; }
span { border-color: rgb(107,24,135); }
td.TdClassName
{
border-color: #6B1887;
}
.TagClassName
{
border-color: #6B1887;
}
</style>