Shades of Seance #6E287B
Tints of Seance #6E287B
RGB
CMYK
RGB Variations
Color information
#6E287B (or 0x6E287B) is known color: Seance. HEX triplet: 6E, 28 and 7B. RGB value is (110,40,123). Sum of RGB (Red+Green+Blue) = 110+40+123=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E287B is #91D784. Grayscale: #464646. Windows color (decimal): -9557893 or 8071278. OLE color: 8071278.
HSL color Cylindrical-coordinate representation of color #6E287B: hue angle of 290.6º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E287B is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 40 | 123 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.52 |
| HSL | 290.6º | 0.51% | 0.32% | - |
| HSV(B) | 290.6º | 0.67% | 0.48% | - |
| XYZ | 10.76 | 6.26 | 19.38 | - |
| YUV | 70.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 123 | 0.11 | 0.67 | 0 | 0.52 | 290.6 | 0.51 | 0.32 |
| Hex | 6E | 28 | 7B | B | 43 | 0 | 34 | 123 | 33 | 20 |
| Octal | 156 | 50 | 173 | 13 | 103 | 0 | 64 | 443 | 63 | 40 |
| Binary | 1101110 | 101000 | 1111011 | 1011 | 1000011 | 0 | 110100 | 100100011 | 110011 | 100000 |
Color Harmonies of #6E287B
Complementary color
Monochromatic Colors of #6E287B
Black with #6E287B
Text Example
Text Example
White with #6E287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E287B; }
p { color: rgb(110,40,123); }
H1.HeaderClassName
{
color: #6E287B;
}
.AnyTagClassName
{
color: #6E287B;
}
</style>
background-color css
<style>
a { background-color: #6E287B; }
a { background-color: rgb(110,40,123); }
div.DivClassName
{
background-color: #6E287B;
}
.BgClassName
{
background-color: #6E287B;
}
</style>
border-color css
<style>
span { border-color: #6E287B; }
span { border-color: rgb(110,40,123); }
td.TdClassName
{
border-color: #6E287B;
}
.TagClassName
{
border-color: #6E287B;
}
</style>