Shades of Seance #6A1D84
Tints of Seance #6A1D84
RGB
CMYK
RGB Variations
Color information
#6A1D84 (or 0x6A1D84) is known color: Seance. HEX triplet: 6A, 1D and 84. RGB value is (106,29,132). Sum of RGB (Red+Green+Blue) = 106+29+132=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A1D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1D84 is #95E27B. Grayscale: #3F3F3F. Windows color (decimal): -9822844 or 8658282. OLE color: 8658282.
HSL color Cylindrical-coordinate representation of color #6A1D84: hue angle of 284.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1D84 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 29 | 132 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.48 |
| HSL | 284.85º | 0.64% | 0.32% | - |
| HSV(B) | 284.85º | 0.78% | 0.52% | - |
| XYZ | 10.55 | 5.61 | 22.36 | - |
| YUV | 63.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 29 | 132 | 0.20 | 0.78 | 0 | 0.48 | 284.85 | 0.64 | 0.32 |
| Hex | 6A | 1D | 84 | 14 | 4E | 0 | 30 | 11D | 40 | 20 |
| Octal | 152 | 35 | 204 | 24 | 116 | 0 | 60 | 435 | 100 | 40 |
| Binary | 1101010 | 11101 | 10000100 | 10100 | 1001110 | 0 | 110000 | 100011101 | 1000000 | 100000 |
Color Harmonies of #6A1D84
Complementary color
Monochromatic Colors of #6A1D84
Black with #6A1D84
Text Example
Text Example
White with #6A1D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1D84; }
p { color: rgb(106,29,132); }
H1.HeaderClassName
{
color: #6A1D84;
}
.AnyTagClassName
{
color: #6A1D84;
}
</style>
background-color css
<style>
a { background-color: #6A1D84; }
a { background-color: rgb(106,29,132); }
div.DivClassName
{
background-color: #6A1D84;
}
.BgClassName
{
background-color: #6A1D84;
}
</style>
border-color css
<style>
span { border-color: #6A1D84; }
span { border-color: rgb(106,29,132); }
td.TdClassName
{
border-color: #6A1D84;
}
.TagClassName
{
border-color: #6A1D84;
}
</style>