Shades of Seance #6E177C
Tints of Seance #6E177C
RGB
CMYK
RGB Variations
Color information
#6E177C (or 0x6E177C) is known color: Seance. HEX triplet: 6E, 17 and 7C. RGB value is (110,23,124). Sum of RGB (Red+Green+Blue) = 110+23+124=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E177C is #91E883. Grayscale: #3C3C3C. Windows color (decimal): -9562244 or 8132462. OLE color: 8132462.
HSL color Cylindrical-coordinate representation of color #6E177C: hue angle of 291.68º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E177C is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 23 | 124 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.51 |
| HSL | 291.68º | 0.69% | 0.29% | - |
| HSV(B) | 291.68º | 0.81% | 0.49% | - |
| XYZ | 10.37 | 5.38 | 19.56 | - |
| YUV | 60.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 124 | 0.11 | 0.81 | 0 | 0.51 | 291.68 | 0.69 | 0.29 |
| Hex | 6E | 17 | 7C | B | 51 | 0 | 33 | 124 | 45 | 1D |
| Octal | 156 | 27 | 174 | 13 | 121 | 0 | 63 | 444 | 105 | 35 |
| Binary | 1101110 | 10111 | 1111100 | 1011 | 1010001 | 0 | 110011 | 100100100 | 1000101 | 11101 |
Color Harmonies of #6E177C
Complementary color
Monochromatic Colors of #6E177C
Black with #6E177C
Text Example
Text Example
White with #6E177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E177C; }
p { color: rgb(110,23,124); }
H1.HeaderClassName
{
color: #6E177C;
}
.AnyTagClassName
{
color: #6E177C;
}
</style>
background-color css
<style>
a { background-color: #6E177C; }
a { background-color: rgb(110,23,124); }
div.DivClassName
{
background-color: #6E177C;
}
.BgClassName
{
background-color: #6E177C;
}
</style>
border-color css
<style>
span { border-color: #6E177C; }
span { border-color: rgb(110,23,124); }
td.TdClassName
{
border-color: #6E177C;
}
.TagClassName
{
border-color: #6E177C;
}
</style>