Shades of Seance #6C187A
Tints of Seance #6C187A
RGB
CMYK
RGB Variations
Color information
#6C187A (or 0x6C187A) is known color: Seance. HEX triplet: 6C, 18 and 7A. RGB value is (108,24,122). Sum of RGB (Red+Green+Blue) = 108+24+122=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C187A is #93E785. Grayscale: #3B3B3B. Windows color (decimal): -9693062 or 8001644. OLE color: 8001644.
HSL color Cylindrical-coordinate representation of color #6C187A: hue angle of 291.43º degrees, saturation: 0.67, 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 #6C187A is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 24 | 122 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.52 |
| HSL | 291.43º | 0.67% | 0.29% | - |
| HSV(B) | 291.43º | 0.8% | 0.48% | - |
| XYZ | 10.02 | 5.25 | 18.9 | - |
| YUV | 60.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 122 | 0.11 | 0.80 | 0 | 0.52 | 291.43 | 0.67 | 0.29 |
| Hex | 6C | 18 | 7A | B | 50 | 0 | 34 | 123 | 43 | 1D |
| Octal | 154 | 30 | 172 | 13 | 120 | 0 | 64 | 443 | 103 | 35 |
| Binary | 1101100 | 11000 | 1111010 | 1011 | 1010000 | 0 | 110100 | 100100011 | 1000011 | 11101 |
Color Harmonies of #6C187A
Complementary color
Monochromatic Colors of #6C187A
Black with #6C187A
Text Example
Text Example
White with #6C187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C187A; }
p { color: rgb(108,24,122); }
H1.HeaderClassName
{
color: #6C187A;
}
.AnyTagClassName
{
color: #6C187A;
}
</style>
background-color css
<style>
a { background-color: #6C187A; }
a { background-color: rgb(108,24,122); }
div.DivClassName
{
background-color: #6C187A;
}
.BgClassName
{
background-color: #6C187A;
}
</style>
border-color css
<style>
span { border-color: #6C187A; }
span { border-color: rgb(108,24,122); }
td.TdClassName
{
border-color: #6C187A;
}
.TagClassName
{
border-color: #6C187A;
}
</style>