Shades of Seance #6C187D
Tints of Seance #6C187D
RGB
CMYK
RGB Variations
Color information
#6C187D (or 0x6C187D) is known color: Seance. HEX triplet: 6C, 18 and 7D. RGB value is (108,24,125). Sum of RGB (Red+Green+Blue) = 108+24+125=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C187D is #93E782. Grayscale: #3C3C3C. Windows color (decimal): -9693059 or 8198252. OLE color: 8198252.
HSL color Cylindrical-coordinate representation of color #6C187D: hue angle of 289.9º degrees, saturation: 0.68, 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 #6C187D is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 24 | 125 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.51 |
| HSL | 289.9º | 0.68% | 0.29% | - |
| HSV(B) | 289.9º | 0.81% | 0.49% | - |
| XYZ | 10.21 | 5.32 | 19.89 | - |
| YUV | 60.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 125 | 0.14 | 0.81 | 0 | 0.51 | 289.9 | 0.68 | 0.29 |
| Hex | 6C | 18 | 7D | E | 51 | 0 | 33 | 122 | 44 | 1D |
| Octal | 154 | 30 | 175 | 16 | 121 | 0 | 63 | 442 | 104 | 35 |
| Binary | 1101100 | 11000 | 1111101 | 1110 | 1010001 | 0 | 110011 | 100100010 | 1000100 | 11101 |
Color Harmonies of #6C187D
Complementary color
Monochromatic Colors of #6C187D
Black with #6C187D
Text Example
Text Example
White with #6C187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C187D; }
p { color: rgb(108,24,125); }
H1.HeaderClassName
{
color: #6C187D;
}
.AnyTagClassName
{
color: #6C187D;
}
</style>
background-color css
<style>
a { background-color: #6C187D; }
a { background-color: rgb(108,24,125); }
div.DivClassName
{
background-color: #6C187D;
}
.BgClassName
{
background-color: #6C187D;
}
</style>
border-color css
<style>
span { border-color: #6C187D; }
span { border-color: rgb(108,24,125); }
td.TdClassName
{
border-color: #6C187D;
}
.TagClassName
{
border-color: #6C187D;
}
</style>