COLOR #6E5492

HEX: #6E5492
RGB: (110,84,146)

Color info

#6E5492 contains mainly red and blue colors. Web safe color of #6E5492 is #666699 (or #669).

RGB color model

#6E5492 color RGB value is (110,84,146).

  • red value is 110;
  • green value is 84;
  • blue value is 146.
RGB:
(110,84,146)
(43%,33%,57%)

RGB channels and saturation

R 110 of 255 = 43%
G 84 of 255 = 33%
B 146 of 255 = 57%

110
84
146

R + G + B ~ 44%. #6E5492 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 84 + 146 = 340 (100%)
R 110 of 340 ~ 32.35%
G 84 of 340 ~ 24.71%
B 146 of 340 ~ 42.94%

%32.35
%24.71
%42.94

CMYK color model

#6E5492 color CMYK value is (25,42,0,43).

  • cyan value is 24.66%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(25,42,0,43)
C25M42Y0K43 
(25%,42%,0%,43%)
(0.25/0.42/0.00/0.43)	

CMYK percentages

%24.66
%42.47
%0
%42.75

Codes

Color #6E5492 in popluar color models

6E5492
RGB11084146
HSL265°26.96%45.10%
HSB/HSV265°42.47%57.25%
CMYK24.66%42.47%0.00%
42.75%

Color #6E5492 in popluar number systems.

HEX6E5492
Decimal11084146
Binary1101110101010010010010
Octal156124222

Shades and tints

Shades of #6E5492

#6E5492
(110,84,146)
#644D85
(100,77,133)
#5A4678
(90,70,120)
#503F6B
(80,63,107)
#46385E
(70,56,94)
#3C3151
(60,49,81)
#322A44
(50,42,68)
#282337
(40,35,55)
#1E1C2A
(30,28,42)
#14151D
(20,21,29)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E5492

#6E5492
(110,84,146)
#7B639B
(123,99,155)
#8872A4
(136,114,164)
#9581AD
(149,129,173)
#A290B6
(162,144,182)
#AF9FBF
(175,159,191)
#BCAEC8
(188,174,200)
#C9BDD1
(201,189,209)
#D6CCDA
(214,204,218)
#E3DBE3
(227,219,227)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5492 color. Also use rgb(110,84,146) instead hex code.

Text Font Color

.myTextColor { color: #6E5492; }

<p style="color:#6E5492">This sample text font color is #6E5492.</p>

This text font color is #6E5492.


Background Color

.myBgColor { background-color: #6E5492; }

<div style="background-color:#6E5492">Inner text</div>

This div background color is #6E5492.


Border color

.myBorderColor { border: 1px solid #6E5492; }

<div style="border:3px solid #6E5492">Div</div>

This div border color is #6E5492.


Opacity

.myOpacity80 { color: #6E5492; opacity: 0.8; }

<p style="color:#6E5492;opacity:0.8;">80%</p>

Text with #6E5492 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E5492;}

<p style="text-shadow: 3px 3px 1px #6E5492">Text here.</p>

This text has shadow with #6E5492 color.

.textShadow {text-shadow: 3px 3px 1px #6E5492, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E5492, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E5492 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E5492, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E5492, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E5492 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E5492;
  -webkit-box-shadow:	1px 1px 3px 2px #6E5492;
  box-shadow:		1px 1px 3px 2px #6E5492;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E5492;
-webkit-box-shadow: 1px 1px 3px 2px #6E5492;
box-shadow:1px 1px 3px 2px #6E5492;">
Div content here</div>
This div box has shadow with color #6E5492.

Preview

Color preview on black background

This text has color #6E5492 on black background.


Color preview on white background

This text has color #6E5492 on white background.



Black color preview on #6E5492 background

This text has black color on #6E5492 background.


White color preview on #6E5492 background

This text has white color on #6E5492 background.