Shades of Seance #6E2874
Tints of Seance #6E2874
RGB
CMYK
RGB Variations
Color information
#6E2874 (or 0x6E2874) is known color: Seance. HEX triplet: 6E, 28 and 74. RGB value is (110,40,116). Sum of RGB (Red+Green+Blue) = 110+40+116=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E2874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2874 is #91D78B. Grayscale: #454545. Windows color (decimal): -9557900 or 7612526. OLE color: 7612526.
HSL color Cylindrical-coordinate representation of color #6E2874: hue angle of 295.26º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2874 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 40 | 116 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.55 |
| HSL | 295.26º | 0.49% | 0.31% | - |
| HSV(B) | 295.26º | 0.66% | 0.45% | - |
| XYZ | 10.34 | 6.09 | 17.15 | - |
| YUV | 69.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 116 | 0.05 | 0.66 | 0 | 0.55 | 295.26 | 0.49 | 0.31 |
| Hex | 6E | 28 | 74 | 5 | 42 | 0 | 37 | 127 | 31 | 1F |
| Octal | 156 | 50 | 164 | 5 | 102 | 0 | 67 | 447 | 61 | 37 |
| Binary | 1101110 | 101000 | 1110100 | 101 | 1000010 | 0 | 110111 | 100100111 | 110001 | 11111 |
Color Harmonies of #6E2874
Complementary color
Monochromatic Colors of #6E2874
Black with #6E2874
Text Example
Text Example
White with #6E2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2874; }
p { color: rgb(110,40,116); }
H1.HeaderClassName
{
color: #6E2874;
}
.AnyTagClassName
{
color: #6E2874;
}
</style>
background-color css
<style>
a { background-color: #6E2874; }
a { background-color: rgb(110,40,116); }
div.DivClassName
{
background-color: #6E2874;
}
.BgClassName
{
background-color: #6E2874;
}
</style>
border-color css
<style>
span { border-color: #6E2874; }
span { border-color: rgb(110,40,116); }
td.TdClassName
{
border-color: #6E2874;
}
.TagClassName
{
border-color: #6E2874;
}
</style>