COLOR #6E5481

HEX: #6E5481
RGB: (110,84,129)

Color info

#6E5481 contains red, green and blue colors in about the same proportion. Web safe color of #6E5481 is #666699 (or #669).

RGB color model

#6E5481 color RGB value is (110,84,129).

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

RGB channels and saturation

R 110 of 255 = 43%
G 84 of 255 = 33%
B 129 of 255 = 51%

110
84
129

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

Portions of RGB colors in percentages

R + G + B =
110 + 84 + 129 = 323 (100%)
R 110 of 323 ~ 34.06%
G 84 of 323 ~ 26.01%
B 129 of 323 ~ 39.94%

%34.06
%26.01
%39.94

CMYK color model

#6E5481 color CMYK value is (15,35,0,49).

  • cyan value is 14.73%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(15,35,0,49)
C15M35Y0K49 
(15%,35%,0%,49%)
(0.15/0.35/0.00/0.49)	

CMYK percentages

%14.73
%34.88
%0
%49.41

Codes

Color #6E5481 in popluar color models

6E5481
RGB11084129
HSL275°21.13%41.76%
HSB/HSV275°34.88%50.59%
CMYK14.73%34.88%0.00%
49.41%

Color #6E5481 in popluar number systems.

HEX6E5481
Decimal11084129
Binary1101110101010010000001
Octal156124201

Shades and tints

Shades of #6E5481

#6E5481
(110,84,129)
#644D76
(100,77,118)
#5A466B
(90,70,107)
#503F60
(80,63,96)
#463855
(70,56,85)
#3C314A
(60,49,74)
#322A3F
(50,42,63)
#282334
(40,35,52)
#1E1C29
(30,28,41)
#14151E
(20,21,30)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #6E5481

#6E5481
(110,84,129)
#7B638C
(123,99,140)
#887297
(136,114,151)
#9581A2
(149,129,162)
#A290AD
(162,144,173)
#AF9FB8
(175,159,184)
#BCAEC3
(188,174,195)
#C9BDCE
(201,189,206)
#D6CCD9
(214,204,217)
#E3DBE4
(227,219,228)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5481; }

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

This text font color is #6E5481.


Background Color

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

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

This div background color is #6E5481.


Border color

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

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

This div border color is #6E5481.


Opacity

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

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

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

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

This text has shadow with #6E5481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5481 on black background.


Color preview on white background

This text has color #6E5481 on white background.



Black color preview on #6E5481 background

This text has black color on #6E5481 background.


White color preview on #6E5481 background

This text has white color on #6E5481 background.