Shades of Seance #6D346B
Tints of Seance #6D346B
RGB
CMYK
RGB Variations
Color information
#6D346B (or 0x6D346B) is known color: Seance. HEX triplet: 6D, 34 and 6B. RGB value is (109,52,107). Sum of RGB (Red+Green+Blue) = 109+52+107=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D346B is #92CB94. Grayscale: #4B4B4B. Windows color (decimal): -9620373 or 7025773. OLE color: 7025773.
HSL color Cylindrical-coordinate representation of color #6D346B: hue angle of 302.11º 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 #6D346B is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 107 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.57 |
| HSL | 302.11º | 0.35% | 0.32% | - |
| HSV(B) | 302.11º | 0.52% | 0.43% | - |
| XYZ | 10.19 | 6.77 | 14.68 | - |
| YUV | 75.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 107 | 0 | 0.52 | 0.02 | 0.57 | 302.11 | 0.35 | 0.32 |
| Hex | 6D | 34 | 6B | 0 | 34 | 2 | 39 | 12E | 23 | 20 |
| Octal | 155 | 64 | 153 | 0 | 64 | 2 | 71 | 456 | 43 | 40 |
| Binary | 1101101 | 110100 | 1101011 | 0 | 110100 | 10 | 111001 | 100101110 | 100011 | 100000 |
Color Harmonies of #6D346B
Complementary color
Monochromatic Colors of #6D346B
Black with #6D346B
Text Example
Text Example
White with #6D346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D346B; }
p { color: rgb(109,52,107); }
H1.HeaderClassName
{
color: #6D346B;
}
.AnyTagClassName
{
color: #6D346B;
}
</style>
background-color css
<style>
a { background-color: #6D346B; }
a { background-color: rgb(109,52,107); }
div.DivClassName
{
background-color: #6D346B;
}
.BgClassName
{
background-color: #6D346B;
}
</style>
border-color css
<style>
span { border-color: #6D346B; }
span { border-color: rgb(109,52,107); }
td.TdClassName
{
border-color: #6D346B;
}
.TagClassName
{
border-color: #6D346B;
}
</style>