Shades of Seance #6E346B
Tints of Seance #6E346B
RGB
CMYK
RGB Variations
Color information
#6E346B (or 0x6E346B) is known color: Seance. HEX triplet: 6E, 34 and 6B. RGB value is (110,52,107). Sum of RGB (Red+Green+Blue) = 110+52+107=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E346B is #91CB94. Grayscale: #4B4B4B. Windows color (decimal): -9554837 or 7025774. OLE color: 7025774.
HSL color Cylindrical-coordinate representation of color #6E346B: hue angle of 303.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E346B is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 107 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.57 |
| HSL | 303.1º | 0.36% | 0.32% | - |
| HSV(B) | 303.1º | 0.53% | 0.43% | - |
| XYZ | 10.31 | 6.83 | 14.69 | - |
| YUV | 75.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 107 | 0 | 0.53 | 0.03 | 0.57 | 303.1 | 0.36 | 0.32 |
| Hex | 6E | 34 | 6B | 0 | 35 | 3 | 39 | 12F | 24 | 20 |
| Octal | 156 | 64 | 153 | 0 | 65 | 3 | 71 | 457 | 44 | 40 |
| Binary | 1101110 | 110100 | 1101011 | 0 | 110101 | 11 | 111001 | 100101111 | 100100 | 100000 |
Color Harmonies of #6E346B
Complementary color
Monochromatic Colors of #6E346B
Black with #6E346B
Text Example
Text Example
White with #6E346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E346B; }
p { color: rgb(110,52,107); }
H1.HeaderClassName
{
color: #6E346B;
}
.AnyTagClassName
{
color: #6E346B;
}
</style>
background-color css
<style>
a { background-color: #6E346B; }
a { background-color: rgb(110,52,107); }
div.DivClassName
{
background-color: #6E346B;
}
.BgClassName
{
background-color: #6E346B;
}
</style>
border-color css
<style>
span { border-color: #6E346B; }
span { border-color: rgb(110,52,107); }
td.TdClassName
{
border-color: #6E346B;
}
.TagClassName
{
border-color: #6E346B;
}
</style>