COLOR #6E5B82

HEX: #6E5B82 RGB: (110,91,130)

Color info

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

RGB color model

#6E5B82 color RGB value is (110,91,130).

RGB: (110,91,130) (43%, 36%, 51%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 130 of 255 = 51%

110
91
130

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

Portions of RGB colors in percentages

R + G + B = 110 + 91 + 130 = 331 (100%)
R 110 of 331 ~ 33.23%
G 91 of 331 ~ 27.49%
B 130 of 331 ~ 39.27'%

%33.23
%27.49
%39.27

CMYK color model

#6E5B82 color CMYK value is (15,30,0,49).

  • cyan value is 15.38%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (15,30,0,49)
C15M30Y0K49 (15%, 30%, 0%, 49%)
(0.15 / 0.30 / 0.00 / 0.49)

CMYK percentages

%15.38
%30
%0
%49.02

Codes

Color #6E5B82 in popluar color models

6E 5B 82
RGB 110 91 130
HSL 269° 17.65% 43.33%
HSB/HSV 269° 30.00% 50.98%
CMYK 15.38% 30.00% 0.00%
49.02%

Color #6E5B82 in popluar number systems.

HEX 6E 5B 82
Decimal 110 91 130
Binary 1101110 1011011 10000010
Octal 156 133 202

Shades and tints

Shades of #6E5B82

#6E5B82
(110,91,130)
#645377
(100,83,119)
#5A4B6C
(90,75,108)
#504361
(80,67,97)
#463B56
(70,59,86)
#3C334B
(60,51,75)
#322B40
(50,43,64)
#282335
(40,35,53)
#1E1B2A
(30,27,42)
#14131F
(20,19,31)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #6E5B82

#6E5B82
(110,91,130)
#7B698D
(123,105,141)
#887798
(136,119,152)
#9585A3
(149,133,163)
#A293AE
(162,147,174)
#AFA1B9
(175,161,185)
#BCAFC4
(188,175,196)
#C9BDCF
(201,189,207)
#D6CBDA
(214,203,218)
#E3D9E5
(227,217,229)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5B82 color. Also use rgb(110,91,130) instead hex code.

Text Font Color

.myTextColor { color: #6E5B82; }

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

This text font color is #6E5B82.

Background Color

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

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

This div background color is #6E5B82.

Border color

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

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

This div border color is #6E5B82.

Opacity

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

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

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

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

This text has shadow with #6E5B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5B82.

Preview

Color preview on black background

This text has color #6E5B82 on black background.


Color preview on white background

This text has color #6E5B82 on white background.


Black color preview on #6E5B82 background

This text has black color on #6E5B82 background.


White color preview on #6E5B82 background

This text has white color on #6E5B82 background.


Related colors

Complementary color

Complementary color for #hex is #91A47D.


I love getcolorcode.com

Triadic colors

1 #826E5B and #5B826E with #6E5B82 are triadic colors.

2 #825B6E and #5B6E82 with #6E5B82 are triadic colors.