COLOR #6E5E6B

HEX: #6E5E6B RGB: (110,94,107)

Color info

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

RGB color model

#6E5E6B color RGB value is (110,94,107).

RGB: (110,94,107) (43%, 37%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 94 of 255 = 37%
B 107 of 255 = 42%

110
94
107

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

Portions of RGB colors in percentages

R + G + B = 110 + 94 + 107 = 311 (100%)
R 110 of 311 ~ 35.37%
G 94 of 311 ~ 30.23%
B 107 of 311 ~ 34.41'%

%35.37
%30.23
%34.41

CMYK color model

#6E5E6B color CMYK value is (0,15,3,57).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 2.73%
  • key color value is 56.86%

CMYK: (0,15,3,57)
C0M15Y3K57 (0%, 15%, 3%, 57%)
(0.00 / 0.15 / 0.03 / 0.57)

CMYK percentages

%0
%14.55
%2.73
%56.86

Codes

Color #6E5E6B in popluar color models

6E 5E 6B
RGB 110 94 107
HSL 311° 7.84% 40.00%
HSB/HSV 311° 14.55% 43.14%
CMYK 0.00% 14.55% 2.73%
56.86%

Color #6E5E6B in popluar number systems.

HEX 6E 5E 6B
Decimal 110 94 107
Binary 1101110 1011110 1101011
Octal 156 136 153

Shades and tints

Shades of #6E5E6B

#6E5E6B
(110,94,107)
#645662
(100,86,98)
#5A4E59
(90,78,89)
#504650
(80,70,80)
#463E47
(70,62,71)
#3C363E
(60,54,62)
#322E35
(50,46,53)
#28262C
(40,38,44)
#1E1E23
(30,30,35)
#14161A
(20,22,26)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #6E5E6B

#6E5E6B
(110,94,107)
#7B6C78
(123,108,120)
#887A85
(136,122,133)
#958892
(149,136,146)
#A2969F
(162,150,159)
#AFA4AC
(175,164,172)
#BCB2B9
(188,178,185)
#C9C0C6
(201,192,198)
#D6CED3
(214,206,211)
#E3DCE0
(227,220,224)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5E6B color. Also use rgb(110,94,107) instead hex code.

Text Font Color

.myTextColor { color: #6E5E6B; }

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

This text font color is #6E5E6B.

Background Color

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

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

This div background color is #6E5E6B.

Border color

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

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

This div border color is #6E5E6B.

Opacity

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

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

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

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

This text has shadow with #6E5E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5E6B.

Preview

Color preview on black background

This text has color #6E5E6B on black background.


Color preview on white background

This text has color #6E5E6B on white background.


Black color preview on #6E5E6B background

This text has black color on #6E5E6B background.


White color preview on #6E5E6B background

This text has white color on #6E5E6B background.


Related colors

Complementary color

Complementary color for #hex is #91A194.


I love getcolorcode.com

Triadic colors

1 #6B6E5E and #5E6B6E with #6E5E6B are triadic colors.

2 #6B5E6E and #5E6E6B with #6E5E6B are triadic colors.