Shades of Seance #6E3A69
Tints of Seance #6E3A69
RGB
CMYK
RGB Variations
Color information
#6E3A69 (or 0x6E3A69) is known color: Seance. HEX triplet: 6E, 3A and 69. RGB value is (110,58,105). Sum of RGB (Red+Green+Blue) = 110+58+105=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3A69 is #91C596. Grayscale: #4E4E4E. Windows color (decimal): -9553303 or 6896238. OLE color: 6896238.
HSL color Cylindrical-coordinate representation of color #6E3A69: hue angle of 305.77º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3A69 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 58 | 105 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.57 |
| HSL | 305.77º | 0.31% | 0.33% | - |
| HSV(B) | 305.77º | 0.47% | 0.43% | - |
| XYZ | 10.49 | 7.36 | 14.23 | - |
| YUV | 78.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 105 | 0 | 0.47 | 0.05 | 0.57 | 305.77 | 0.31 | 0.33 |
| Hex | 6E | 3A | 69 | 0 | 2F | 5 | 39 | 132 | 1F | 21 |
| Octal | 156 | 72 | 151 | 0 | 57 | 5 | 71 | 462 | 37 | 41 |
| Binary | 1101110 | 111010 | 1101001 | 0 | 101111 | 101 | 111001 | 100110010 | 11111 | 100001 |
Color Harmonies of #6E3A69
Complementary color
Monochromatic Colors of #6E3A69
Black with #6E3A69
Text Example
Text Example
White with #6E3A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3A69; }
p { color: rgb(110,58,105); }
H1.HeaderClassName
{
color: #6E3A69;
}
.AnyTagClassName
{
color: #6E3A69;
}
</style>
background-color css
<style>
a { background-color: #6E3A69; }
a { background-color: rgb(110,58,105); }
div.DivClassName
{
background-color: #6E3A69;
}
.BgClassName
{
background-color: #6E3A69;
}
</style>
border-color css
<style>
span { border-color: #6E3A69; }
span { border-color: rgb(110,58,105); }
td.TdClassName
{
border-color: #6E3A69;
}
.TagClassName
{
border-color: #6E3A69;
}
</style>