Shades of Seance #6C197A
Tints of Seance #6C197A
RGB
CMYK
RGB Variations
Color information
#6C197A (or 0x6C197A) is known color: Seance. HEX triplet: 6C, 19 and 7A. RGB value is (108,25,122). Sum of RGB (Red+Green+Blue) = 108+25+122=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C197A is #93E685. Grayscale: #3C3C3C. Windows color (decimal): -9692806 or 8001900. OLE color: 8001900.
HSL color Cylindrical-coordinate representation of color #6C197A: hue angle of 291.34º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C197A is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 25 | 122 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.52 |
| HSL | 291.34º | 0.66% | 0.29% | - |
| HSV(B) | 291.34º | 0.8% | 0.48% | - |
| XYZ | 10.04 | 5.29 | 18.9 | - |
| YUV | 60.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 25 | 122 | 0.11 | 0.80 | 0 | 0.52 | 291.34 | 0.66 | 0.29 |
| Hex | 6C | 19 | 7A | B | 50 | 0 | 34 | 123 | 42 | 1D |
| Octal | 154 | 31 | 172 | 13 | 120 | 0 | 64 | 443 | 102 | 35 |
| Binary | 1101100 | 11001 | 1111010 | 1011 | 1010000 | 0 | 110100 | 100100011 | 1000010 | 11101 |
Color Harmonies of #6C197A
Complementary color
Monochromatic Colors of #6C197A
Black with #6C197A
Text Example
Text Example
White with #6C197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C197A; }
p { color: rgb(108,25,122); }
H1.HeaderClassName
{
color: #6C197A;
}
.AnyTagClassName
{
color: #6C197A;
}
</style>
background-color css
<style>
a { background-color: #6C197A; }
a { background-color: rgb(108,25,122); }
div.DivClassName
{
background-color: #6C197A;
}
.BgClassName
{
background-color: #6C197A;
}
</style>
border-color css
<style>
span { border-color: #6C197A; }
span { border-color: rgb(108,25,122); }
td.TdClassName
{
border-color: #6C197A;
}
.TagClassName
{
border-color: #6C197A;
}
</style>