Shades of Seance #6D3668
Tints of Seance #6D3668
RGB
CMYK
RGB Variations
Color information
#6D3668 (or 0x6D3668) is known color: Seance. HEX triplet: 6D, 36 and 68. RGB value is (109,54,104). Sum of RGB (Red+Green+Blue) = 109+54+104=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3668 is #92C997. Grayscale: #4C4C4C. Windows color (decimal): -9619864 or 6829677. OLE color: 6829677.
HSL color Cylindrical-coordinate representation of color #6D3668: hue angle of 305.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3668 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 104 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.57 |
| HSL | 305.45º | 0.34% | 0.32% | - |
| HSV(B) | 305.45º | 0.5% | 0.43% | - |
| XYZ | 10.12 | 6.89 | 13.89 | - |
| YUV | 76.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 104 | 0 | 0.50 | 0.05 | 0.57 | 305.45 | 0.34 | 0.32 |
| Hex | 6D | 36 | 68 | 0 | 32 | 5 | 39 | 131 | 22 | 20 |
| Octal | 155 | 66 | 150 | 0 | 62 | 5 | 71 | 461 | 42 | 40 |
| Binary | 1101101 | 110110 | 1101000 | 0 | 110010 | 101 | 111001 | 100110001 | 100010 | 100000 |
Color Harmonies of #6D3668
Complementary color
Monochromatic Colors of #6D3668
Black with #6D3668
Text Example
Text Example
White with #6D3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3668; }
p { color: rgb(109,54,104); }
H1.HeaderClassName
{
color: #6D3668;
}
.AnyTagClassName
{
color: #6D3668;
}
</style>
background-color css
<style>
a { background-color: #6D3668; }
a { background-color: rgb(109,54,104); }
div.DivClassName
{
background-color: #6D3668;
}
.BgClassName
{
background-color: #6D3668;
}
</style>
border-color css
<style>
span { border-color: #6D3668; }
span { border-color: rgb(109,54,104); }
td.TdClassName
{
border-color: #6D3668;
}
.TagClassName
{
border-color: #6D3668;
}
</style>