Shades of Seance #6D346A
Tints of Seance #6D346A
RGB
CMYK
RGB Variations
Color information
#6D346A (or 0x6D346A) is known color: Seance. HEX triplet: 6D, 34 and 6A. RGB value is (109,52,106). Sum of RGB (Red+Green+Blue) = 109+52+106=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D346A is #92CB95. Grayscale: #4B4B4B. Windows color (decimal): -9620374 or 6960237. OLE color: 6960237.
HSL color Cylindrical-coordinate representation of color #6D346A: hue angle of 303.16º 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 #6D346A is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 106 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.57 |
| HSL | 303.16º | 0.35% | 0.32% | - |
| HSV(B) | 303.16º | 0.52% | 0.43% | - |
| XYZ | 10.14 | 6.75 | 14.4 | - |
| YUV | 75.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 106 | 0 | 0.52 | 0.03 | 0.57 | 303.16 | 0.35 | 0.32 |
| Hex | 6D | 34 | 6A | 0 | 34 | 3 | 39 | 12F | 23 | 20 |
| Octal | 155 | 64 | 152 | 0 | 64 | 3 | 71 | 457 | 43 | 40 |
| Binary | 1101101 | 110100 | 1101010 | 0 | 110100 | 11 | 111001 | 100101111 | 100011 | 100000 |
Color Harmonies of #6D346A
Complementary color
Monochromatic Colors of #6D346A
Black with #6D346A
Text Example
Text Example
White with #6D346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D346A; }
p { color: rgb(109,52,106); }
H1.HeaderClassName
{
color: #6D346A;
}
.AnyTagClassName
{
color: #6D346A;
}
</style>
background-color css
<style>
a { background-color: #6D346A; }
a { background-color: rgb(109,52,106); }
div.DivClassName
{
background-color: #6D346A;
}
.BgClassName
{
background-color: #6D346A;
}
</style>
border-color css
<style>
span { border-color: #6D346A; }
span { border-color: rgb(109,52,106); }
td.TdClassName
{
border-color: #6D346A;
}
.TagClassName
{
border-color: #6D346A;
}
</style>