Shades of Seance #6C177C
Tints of Seance #6C177C
RGB
CMYK
RGB Variations
Color information
#6C177C (or 0x6C177C) is known color: Seance. HEX triplet: 6C, 17 and 7C. RGB value is (108,23,124). Sum of RGB (Red+Green+Blue) = 108+23+124=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C177C is #93E883. Grayscale: #3B3B3B. Windows color (decimal): -9693316 or 8132460. OLE color: 8132460.
HSL color Cylindrical-coordinate representation of color #6C177C: hue angle of 290.5º 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 #6C177C is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 23 | 124 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.51 |
| HSL | 290.5º | 0.69% | 0.29% | - |
| HSV(B) | 290.5º | 0.81% | 0.49% | - |
| XYZ | 10.13 | 5.26 | 19.55 | - |
| YUV | 59.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 23 | 124 | 0.13 | 0.81 | 0 | 0.51 | 290.5 | 0.69 | 0.29 |
| Hex | 6C | 17 | 7C | D | 51 | 0 | 33 | 122 | 45 | 1D |
| Octal | 154 | 27 | 174 | 15 | 121 | 0 | 63 | 442 | 105 | 35 |
| Binary | 1101100 | 10111 | 1111100 | 1101 | 1010001 | 0 | 110011 | 100100010 | 1000101 | 11101 |
Color Harmonies of #6C177C
Complementary color
Monochromatic Colors of #6C177C
Black with #6C177C
Text Example
Text Example
White with #6C177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C177C; }
p { color: rgb(108,23,124); }
H1.HeaderClassName
{
color: #6C177C;
}
.AnyTagClassName
{
color: #6C177C;
}
</style>
background-color css
<style>
a { background-color: #6C177C; }
a { background-color: rgb(108,23,124); }
div.DivClassName
{
background-color: #6C177C;
}
.BgClassName
{
background-color: #6C177C;
}
</style>
border-color css
<style>
span { border-color: #6C177C; }
span { border-color: rgb(108,23,124); }
td.TdClassName
{
border-color: #6C177C;
}
.TagClassName
{
border-color: #6C177C;
}
</style>