COLOR #6E5394

HEX: #6E5394
RGB: (110,83,148)

Color info

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

RGB color model

#6E5394 color RGB value is (110,83,148).

  • red value is 110;
  • green value is 83;
  • blue value is 148.
RGB:
(110,83,148)
(43%,33%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 83 of 255 = 33%
B 148 of 255 = 58%

110
83
148

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

Portions of RGB colors in percentages

R + G + B =
110 + 83 + 148 = 341 (100%)
R 110 of 341 ~ 32.26%
G 83 of 341 ~ 24.34%
B 148 of 341 ~ 43.4%

%32.26
%24.34
%43.4

CMYK color model

#6E5394 color CMYK value is (26,44,0,42).

  • cyan value is 25.68%
  • magenta value is 43.92%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(26,44,0,42)
C26M44Y0K42 
(26%,44%,0%,42%)
(0.26/0.44/0.00/0.42)	

CMYK percentages

%25.68
%43.92
%0
%41.96

Codes

Color #6E5394 in popluar color models

6E5394
RGB11083148
HSL265°28.14%45.29%
HSB/HSV265°43.92%58.04%
CMYK25.68%43.92%0.00%
41.96%

Color #6E5394 in popluar number systems.

HEX6E5394
Decimal11083148
Binary1101110101001110010100
Octal156123224

Shades and tints

Shades of #6E5394

#6E5394
(110,83,148)
#644C87
(100,76,135)
#5A457A
(90,69,122)
#503E6D
(80,62,109)
#463760
(70,55,96)
#3C3053
(60,48,83)
#322946
(50,41,70)
#282239
(40,34,57)
#1E1B2C
(30,27,44)
#14141F
(20,20,31)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #6E5394

#6E5394
(110,83,148)
#7B629D
(123,98,157)
#8871A6
(136,113,166)
#9580AF
(149,128,175)
#A28FB8
(162,143,184)
#AF9EC1
(175,158,193)
#BCADCA
(188,173,202)
#C9BCD3
(201,188,211)
#D6CBDC
(214,203,220)
#E3DAE5
(227,218,229)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5394 color. Also use rgb(110,83,148) instead hex code.

Text Font Color

.myTextColor { color: #6E5394; }

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

This text font color is #6E5394.


Background Color

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

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

This div background color is #6E5394.


Border color

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

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

This div border color is #6E5394.


Opacity

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

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

Text with #6E5394 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 #6E5394;}

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

This text has shadow with #6E5394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5394 on black background.


Color preview on white background

This text has color #6E5394 on white background.



Black color preview on #6E5394 background

This text has black color on #6E5394 background.


White color preview on #6E5394 background

This text has white color on #6E5394 background.