Shades of Seance #6C2477
Tints of Seance #6C2477
RGB
CMYK
RGB Variations
Color information
#6C2477 (or 0x6C2477) is known color: Seance. HEX triplet: 6C, 24 and 77. RGB value is (108,36,119). Sum of RGB (Red+Green+Blue) = 108+36+119=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C2477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2477 is #93DB88. Grayscale: #424242. Windows color (decimal): -9689993 or 7808108. OLE color: 7808108.
HSL color Cylindrical-coordinate representation of color #6C2477: hue angle of 292.05º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2477 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 36 | 119 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.53 |
| HSL | 292.05º | 0.54% | 0.3% | - |
| HSV(B) | 292.05º | 0.7% | 0.47% | - |
| XYZ | 10.14 | 5.78 | 18.03 | - |
| YUV | 66.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 119 | 0.09 | 0.70 | 0 | 0.53 | 292.05 | 0.54 | 0.3 |
| Hex | 6C | 24 | 77 | 9 | 46 | 0 | 35 | 124 | 36 | 1E |
| Octal | 154 | 44 | 167 | 11 | 106 | 0 | 65 | 444 | 66 | 36 |
| Binary | 1101100 | 100100 | 1110111 | 1001 | 1000110 | 0 | 110101 | 100100100 | 110110 | 11110 |
Color Harmonies of #6C2477
Complementary color
Monochromatic Colors of #6C2477
Black with #6C2477
Text Example
Text Example
White with #6C2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2477; }
p { color: rgb(108,36,119); }
H1.HeaderClassName
{
color: #6C2477;
}
.AnyTagClassName
{
color: #6C2477;
}
</style>
background-color css
<style>
a { background-color: #6C2477; }
a { background-color: rgb(108,36,119); }
div.DivClassName
{
background-color: #6C2477;
}
.BgClassName
{
background-color: #6C2477;
}
</style>
border-color css
<style>
span { border-color: #6C2477; }
span { border-color: rgb(108,36,119); }
td.TdClassName
{
border-color: #6C2477;
}
.TagClassName
{
border-color: #6C2477;
}
</style>