Shades of Seance #6E2974
Tints of Seance #6E2974
RGB
CMYK
RGB Variations
Color information
#6E2974 (or 0x6E2974) is known color: Seance. HEX triplet: 6E, 29 and 74. RGB value is (110,41,116). Sum of RGB (Red+Green+Blue) = 110+41+116=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E2974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2974 is #91D68B. Grayscale: #454545. Windows color (decimal): -9557644 or 7612782. OLE color: 7612782.
HSL color Cylindrical-coordinate representation of color #6E2974: hue angle of 295.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E2974 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 41 | 116 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.55 |
| HSL | 295.2º | 0.48% | 0.31% | - |
| HSV(B) | 295.2º | 0.65% | 0.45% | - |
| XYZ | 10.38 | 6.16 | 17.17 | - |
| YUV | 70.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 116 | 0.05 | 0.65 | 0 | 0.55 | 295.2 | 0.48 | 0.31 |
| Hex | 6E | 29 | 74 | 5 | 41 | 0 | 37 | 127 | 30 | 1F |
| Octal | 156 | 51 | 164 | 5 | 101 | 0 | 67 | 447 | 60 | 37 |
| Binary | 1101110 | 101001 | 1110100 | 101 | 1000001 | 0 | 110111 | 100100111 | 110000 | 11111 |
Color Harmonies of #6E2974
Complementary color
Monochromatic Colors of #6E2974
Black with #6E2974
Text Example
Text Example
White with #6E2974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2974; }
p { color: rgb(110,41,116); }
H1.HeaderClassName
{
color: #6E2974;
}
.AnyTagClassName
{
color: #6E2974;
}
</style>
background-color css
<style>
a { background-color: #6E2974; }
a { background-color: rgb(110,41,116); }
div.DivClassName
{
background-color: #6E2974;
}
.BgClassName
{
background-color: #6E2974;
}
</style>
border-color css
<style>
span { border-color: #6E2974; }
span { border-color: rgb(110,41,116); }
td.TdClassName
{
border-color: #6E2974;
}
.TagClassName
{
border-color: #6E2974;
}
</style>