Shades of Seance #6A187F
Tints of Seance #6A187F
RGB
CMYK
RGB Variations
Color information
#6A187F (or 0x6A187F) is known color: Seance. HEX triplet: 6A, 18 and 7F. RGB value is (106,24,127). Sum of RGB (Red+Green+Blue) = 106+24+127=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A187F is #95E780. Grayscale: #3B3B3B. Windows color (decimal): -9824129 or 8329322. OLE color: 8329322.
HSL color Cylindrical-coordinate representation of color #6A187F: hue angle of 287.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A187F is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 24 | 127 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.50 |
| HSL | 287.77º | 0.68% | 0.3% | - |
| HSV(B) | 287.77º | 0.81% | 0.5% | - |
| XYZ | 10.1 | 5.25 | 20.56 | - |
| YUV | 60.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 127 | 0.17 | 0.81 | 0 | 0.50 | 287.77 | 0.68 | 0.3 |
| Hex | 6A | 18 | 7F | 11 | 51 | 0 | 32 | 120 | 44 | 1E |
| Octal | 152 | 30 | 177 | 21 | 121 | 0 | 62 | 440 | 104 | 36 |
| Binary | 1101010 | 11000 | 1111111 | 10001 | 1010001 | 0 | 110010 | 100100000 | 1000100 | 11110 |
Color Harmonies of #6A187F
Complementary color
Monochromatic Colors of #6A187F
Black with #6A187F
Text Example
Text Example
White with #6A187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A187F; }
p { color: rgb(106,24,127); }
H1.HeaderClassName
{
color: #6A187F;
}
.AnyTagClassName
{
color: #6A187F;
}
</style>
background-color css
<style>
a { background-color: #6A187F; }
a { background-color: rgb(106,24,127); }
div.DivClassName
{
background-color: #6A187F;
}
.BgClassName
{
background-color: #6A187F;
}
</style>
border-color css
<style>
span { border-color: #6A187F; }
span { border-color: rgb(106,24,127); }
td.TdClassName
{
border-color: #6A187F;
}
.TagClassName
{
border-color: #6A187F;
}
</style>