Shades of Seance #6E336B
Tints of Seance #6E336B
RGB
CMYK
RGB Variations
Color information
#6E336B (or 0x6E336B) is known color: Seance. HEX triplet: 6E, 33 and 6B. RGB value is (110,51,107). Sum of RGB (Red+Green+Blue) = 110+51+107=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 110 - color contains mainly: red. Hex color #6E336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E336B is #91CC94. Grayscale: #4A4A4A. Windows color (decimal): -9555093 or 7025518. OLE color: 7025518.
HSL color Cylindrical-coordinate representation of color #6E336B: hue angle of 303.05º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E336B is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 107 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.57 |
| HSL | 303.05º | 0.37% | 0.32% | - |
| HSV(B) | 303.05º | 0.54% | 0.43% | - |
| XYZ | 10.27 | 6.74 | 14.67 | - |
| YUV | 75.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 107 | 0 | 0.54 | 0.03 | 0.57 | 303.05 | 0.37 | 0.32 |
| Hex | 6E | 33 | 6B | 0 | 36 | 3 | 39 | 12F | 25 | 20 |
| Octal | 156 | 63 | 153 | 0 | 66 | 3 | 71 | 457 | 45 | 40 |
| Binary | 1101110 | 110011 | 1101011 | 0 | 110110 | 11 | 111001 | 100101111 | 100101 | 100000 |
Color Harmonies of #6E336B
Complementary color
Monochromatic Colors of #6E336B
Black with #6E336B
Text Example
Text Example
White with #6E336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E336B; }
p { color: rgb(110,51,107); }
H1.HeaderClassName
{
color: #6E336B;
}
.AnyTagClassName
{
color: #6E336B;
}
</style>
background-color css
<style>
a { background-color: #6E336B; }
a { background-color: rgb(110,51,107); }
div.DivClassName
{
background-color: #6E336B;
}
.BgClassName
{
background-color: #6E336B;
}
</style>
border-color css
<style>
span { border-color: #6E336B; }
span { border-color: rgb(110,51,107); }
td.TdClassName
{
border-color: #6E336B;
}
.TagClassName
{
border-color: #6E336B;
}
</style>