Shades of Seance #6D346D
Tints of Seance #6D346D
RGB
CMYK
RGB Variations
Color information
#6D346D (or 0x6D346D) is known color: Seance. HEX triplet: 6D, 34 and 6D. RGB value is (109,52,109). Sum of RGB (Red+Green+Blue) = 109+52+109=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D346D is #92CB92. Grayscale: #4B4B4B. Windows color (decimal): -9620371 or 7156845. OLE color: 7156845.
HSL color Cylindrical-coordinate representation of color #6D346D: hue angle of 300º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D346D is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 109 | - |
| CMYK | 0 | 0.52 | 0 | 0.57 |
| HSL | 300º | 0.35% | 0.32% | - |
| HSV(B) | 300º | 0.52% | 0.43% | - |
| XYZ | 10.29 | 6.81 | 15.24 | - |
| YUV | 75.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 109 | 0 | 0.52 | 0 | 0.57 | 300 | 0.35 | 0.32 |
| Hex | 6D | 34 | 6D | 0 | 34 | 0 | 39 | 12C | 23 | 20 |
| Octal | 155 | 64 | 155 | 0 | 64 | 0 | 71 | 454 | 43 | 40 |
| Binary | 1101101 | 110100 | 1101101 | 0 | 110100 | 0 | 111001 | 100101100 | 100011 | 100000 |
Color Harmonies of #6D346D
Complementary color
Monochromatic Colors of #6D346D
Black with #6D346D
Text Example
Text Example
White with #6D346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D346D; }
p { color: rgb(109,52,109); }
H1.HeaderClassName
{
color: #6D346D;
}
.AnyTagClassName
{
color: #6D346D;
}
</style>
background-color css
<style>
a { background-color: #6D346D; }
a { background-color: rgb(109,52,109); }
div.DivClassName
{
background-color: #6D346D;
}
.BgClassName
{
background-color: #6D346D;
}
</style>
border-color css
<style>
span { border-color: #6D346D; }
span { border-color: rgb(109,52,109); }
td.TdClassName
{
border-color: #6D346D;
}
.TagClassName
{
border-color: #6D346D;
}
</style>