COLOR #6E5B85

HEX: #6E5B85
RGB: (110,91,133)

Color info

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

RGB color model

#6E5B85 color RGB value is (110,91,133).

  • red value is 110;
  • green value is 91;
  • blue value is 133.
RGB:
(110,91,133)
(43%,36%,52%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 133 of 255 = 52%

110
91
133

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

Portions of RGB colors in percentages

R + G + B =
110 + 91 + 133 = 334 (100%)
R 110 of 334 ~ 32.93%
G 91 of 334 ~ 27.25%
B 133 of 334 ~ 39.82%

%32.93
%27.25
%39.82

CMYK color model

#6E5B85 color CMYK value is (17,32,0,48).

  • cyan value is 17.29%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(17,32,0,48)
C17M32Y0K48 
(17%,32%,0%,48%)
(0.17/0.32/0.00/0.48)	

CMYK percentages

%17.29
%31.58
%0
%47.84

Codes

Color #6E5B85 in popluar color models

6E5B85
RGB11091133
HSL267°18.75%43.92%
HSB/HSV267°31.58%52.16%
CMYK17.29%31.58%0.00%
47.84%

Color #6E5B85 in popluar number systems.

HEX6E5B85
Decimal11091133
Binary1101110101101110000101
Octal156133205

Shades and tints

Shades of #6E5B85

#6E5B85
(110,91,133)
#645379
(100,83,121)
#5A4B6D
(90,75,109)
#504361
(80,67,97)
#463B55
(70,59,85)
#3C3349
(60,51,73)
#322B3D
(50,43,61)
#282331
(40,35,49)
#1E1B25
(30,27,37)
#141319
(20,19,25)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E5B85

#6E5B85
(110,91,133)
#7B6990
(123,105,144)
#88779B
(136,119,155)
#9585A6
(149,133,166)
#A293B1
(162,147,177)
#AFA1BC
(175,161,188)
#BCAFC7
(188,175,199)
#C9BDD2
(201,189,210)
#D6CBDD
(214,203,221)
#E3D9E8
(227,217,232)
#F0E7F3
(240,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5B85; }

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

This text font color is #6E5B85.


Background Color

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

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

This div background color is #6E5B85.


Border color

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

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

This div border color is #6E5B85.


Opacity

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

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

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

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

This text has shadow with #6E5B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5B85 on black background.


Color preview on white background

This text has color #6E5B85 on white background.



Black color preview on #6E5B85 background

This text has black color on #6E5B85 background.


White color preview on #6E5B85 background

This text has white color on #6E5B85 background.