Shades of Seance #6A1987
Tints of Seance #6A1987
RGB
CMYK
RGB Variations
Color information
#6A1987 (or 0x6A1987) is known color: Seance. HEX triplet: 6A, 19 and 87. RGB value is (106,25,135). Sum of RGB (Red+Green+Blue) = 106+25+135=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 25 (10.16% from 255 or 9.40% 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 #6A1987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1987 is #95E678. Grayscale: #3D3D3D. Windows color (decimal): -9823865 or 8853866. OLE color: 8853866.
HSL color Cylindrical-coordinate representation of color #6A1987: hue angle of 284.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1987 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 25 | 135 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.47 |
| HSL | 284.18º | 0.69% | 0.31% | - |
| HSV(B) | 284.18º | 0.81% | 0.53% | - |
| XYZ | 10.66 | 5.51 | 23.42 | - |
| YUV | 61.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 25 | 135 | 0.21 | 0.81 | 0 | 0.47 | 284.18 | 0.69 | 0.31 |
| Hex | 6A | 19 | 87 | 15 | 51 | 0 | 2F | 11C | 45 | 1F |
| Octal | 152 | 31 | 207 | 25 | 121 | 0 | 57 | 434 | 105 | 37 |
| Binary | 1101010 | 11001 | 10000111 | 10101 | 1010001 | 0 | 101111 | 100011100 | 1000101 | 11111 |
Color Harmonies of #6A1987
Complementary color
Monochromatic Colors of #6A1987
Black with #6A1987
Text Example
Text Example
White with #6A1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1987; }
p { color: rgb(106,25,135); }
H1.HeaderClassName
{
color: #6A1987;
}
.AnyTagClassName
{
color: #6A1987;
}
</style>
background-color css
<style>
a { background-color: #6A1987; }
a { background-color: rgb(106,25,135); }
div.DivClassName
{
background-color: #6A1987;
}
.BgClassName
{
background-color: #6A1987;
}
</style>
border-color css
<style>
span { border-color: #6A1987; }
span { border-color: rgb(106,25,135); }
td.TdClassName
{
border-color: #6A1987;
}
.TagClassName
{
border-color: #6A1987;
}
</style>