COLOR #6E5B6F

HEX: #6E5B6F RGB: (110,91,111)

Color info

#6E5B6F contains red, green and blue colors in about the same proportion. Web safe color of #6E5B6F is #666666 (or #666).

RGB color model

#6E5B6F color RGB value is (110,91,111).

RGB: (110,91,111) (43%, 36%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 111 of 255 = 44%

110
91
111

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

Portions of RGB colors in percentages

R + G + B = 110 + 91 + 111 = 312 (100%)
R 110 of 312 ~ 35.26%
G 91 of 312 ~ 29.17%
B 111 of 312 ~ 35.58'%

%35.26
%29.17
%35.58

CMYK color model

#6E5B6F color CMYK value is (1,18,0,56).

  • cyan value is 0.90%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (1,18,0,56)
C1M18Y0K56 (1%, 18%, 0%, 56%)
(0.01 / 0.18 / 0.00 / 0.56)

CMYK percentages

%0.9
%18.02
%0
%56.47

Codes

Color #6E5B6F in popluar color models

6E 5B 6F
RGB 110 91 111
HSL 297° 9.90% 39.61%
HSB/HSV 297° 18.02% 43.53%
CMYK 0.90% 18.02% 0.00%
56.47%

Color #6E5B6F in popluar number systems.

HEX 6E 5B 6F
Decimal 110 91 111
Binary 1101110 1011011 1101111
Octal 156 133 157

Shades and tints

Shades of #6E5B6F

#6E5B6F
(110,91,111)
#645365
(100,83,101)
#5A4B5B
(90,75,91)
#504351
(80,67,81)
#463B47
(70,59,71)
#3C333D
(60,51,61)
#322B33
(50,43,51)
#282329
(40,35,41)
#1E1B1F
(30,27,31)
#141315
(20,19,21)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #6E5B6F

#6E5B6F
(110,91,111)
#7B697C
(123,105,124)
#887789
(136,119,137)
#958596
(149,133,150)
#A293A3
(162,147,163)
#AFA1B0
(175,161,176)
#BCAFBD
(188,175,189)
#C9BDCA
(201,189,202)
#D6CBD7
(214,203,215)
#E3D9E4
(227,217,228)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5B6F; }

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

This text font color is #6E5B6F.

Background Color

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

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

This div background color is #6E5B6F.

Border color

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

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

This div border color is #6E5B6F.

Opacity

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

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

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

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

This text has shadow with #6E5B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5B6F.

Preview

Color preview on black background

This text has color #6E5B6F on black background.


Color preview on white background

This text has color #6E5B6F on white background.


Black color preview on #6E5B6F background

This text has black color on #6E5B6F background.


White color preview on #6E5B6F background

This text has white color on #6E5B6F background.


Related colors

Complementary color

Complementary color for #hex is #91A490.


I love getcolorcode.com

Triadic colors

1 #6F6E5B and #5B6F6E with #6E5B6F are triadic colors.

2 #6F5B6E and #5B6E6F with #6E5B6F are triadic colors.