Shades of Seance #6C3668
Tints of Seance #6C3668
RGB
CMYK
RGB Variations
Color information
#6C3668 (or 0x6C3668) is known color: Seance. HEX triplet: 6C, 36 and 68. RGB value is (108,54,104). Sum of RGB (Red+Green+Blue) = 108+54+104=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3668 is #93C997. Grayscale: #4B4B4B. Windows color (decimal): -9685400 or 6829676. OLE color: 6829676.
HSL color Cylindrical-coordinate representation of color #6C3668: hue angle of 304.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C3668 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 54 | 104 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.58 |
| HSL | 304.44º | 0.33% | 0.32% | - |
| HSV(B) | 304.44º | 0.5% | 0.42% | - |
| XYZ | 10 | 6.83 | 13.89 | - |
| YUV | 75.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 104 | 0 | 0.50 | 0.04 | 0.58 | 304.44 | 0.33 | 0.32 |
| Hex | 6C | 36 | 68 | 0 | 32 | 4 | 3A | 130 | 21 | 20 |
| Octal | 154 | 66 | 150 | 0 | 62 | 4 | 72 | 460 | 41 | 40 |
| Binary | 1101100 | 110110 | 1101000 | 0 | 110010 | 100 | 111010 | 100110000 | 100001 | 100000 |
Color Harmonies of #6C3668
Complementary color
Monochromatic Colors of #6C3668
Black with #6C3668
Text Example
Text Example
White with #6C3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3668; }
p { color: rgb(108,54,104); }
H1.HeaderClassName
{
color: #6C3668;
}
.AnyTagClassName
{
color: #6C3668;
}
</style>
background-color css
<style>
a { background-color: #6C3668; }
a { background-color: rgb(108,54,104); }
div.DivClassName
{
background-color: #6C3668;
}
.BgClassName
{
background-color: #6C3668;
}
</style>
border-color css
<style>
span { border-color: #6C3668; }
span { border-color: rgb(108,54,104); }
td.TdClassName
{
border-color: #6C3668;
}
.TagClassName
{
border-color: #6C3668;
}
</style>