Shades of Seance #6B197C
Tints of Seance #6B197C
RGB
CMYK
RGB Variations
Color information
#6B197C (or 0x6B197C) is known color: Seance. HEX triplet: 6B, 19 and 7C. RGB value is (107,25,124). Sum of RGB (Red+Green+Blue) = 107+25+124=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B197C is #94E683. Grayscale: #3C3C3C. Windows color (decimal): -9758340 or 8132971. OLE color: 8132971.
HSL color Cylindrical-coordinate representation of color #6B197C: hue angle of 289.7º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B197C is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 25 | 124 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.51 |
| HSL | 289.7º | 0.66% | 0.29% | - |
| HSV(B) | 289.7º | 0.8% | 0.49% | - |
| XYZ | 10.05 | 5.28 | 19.56 | - |
| YUV | 60.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 124 | 0.14 | 0.80 | 0 | 0.51 | 289.7 | 0.66 | 0.29 |
| Hex | 6B | 19 | 7C | E | 50 | 0 | 33 | 122 | 42 | 1D |
| Octal | 153 | 31 | 174 | 16 | 120 | 0 | 63 | 442 | 102 | 35 |
| Binary | 1101011 | 11001 | 1111100 | 1110 | 1010000 | 0 | 110011 | 100100010 | 1000010 | 11101 |
Color Harmonies of #6B197C
Complementary color
Monochromatic Colors of #6B197C
Black with #6B197C
Text Example
Text Example
White with #6B197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B197C; }
p { color: rgb(107,25,124); }
H1.HeaderClassName
{
color: #6B197C;
}
.AnyTagClassName
{
color: #6B197C;
}
</style>
background-color css
<style>
a { background-color: #6B197C; }
a { background-color: rgb(107,25,124); }
div.DivClassName
{
background-color: #6B197C;
}
.BgClassName
{
background-color: #6B197C;
}
</style>
border-color css
<style>
span { border-color: #6B197C; }
span { border-color: rgb(107,25,124); }
td.TdClassName
{
border-color: #6B197C;
}
.TagClassName
{
border-color: #6B197C;
}
</style>