COLOR #6E5A6B

HEX: #6E5A6B RGB: (110,90,107)

Color info

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

RGB color model

#6E5A6B color RGB value is (110,90,107).

RGB: (110,90,107) (43%, 35%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 107 of 255 = 42%

110
90
107

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

Portions of RGB colors in percentages

R + G + B = 110 + 90 + 107 = 307 (100%)
R 110 of 307 ~ 35.83%
G 90 of 307 ~ 29.32%
B 107 of 307 ~ 34.85'%

%35.83
%29.32
%34.85

CMYK color model

#6E5A6B color CMYK value is (0,18,3,57).

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

CMYK: (0,18,3,57)
C0M18Y3K57 (0%, 18%, 3%, 57%)
(0.00 / 0.18 / 0.03 / 0.57)

CMYK percentages

%0
%18.18
%2.73
%56.86

Codes

Color #6E5A6B in popluar color models

6E 5A 6B
RGB 110 90 107
HSL 309° 10.00% 39.22%
HSB/HSV 309° 18.18% 43.14%
CMYK 0.00% 18.18% 2.73%
56.86%

Color #6E5A6B in popluar number systems.

HEX 6E 5A 6B
Decimal 110 90 107
Binary 1101110 1011010 1101011
Octal 156 132 153

Shades and tints

Shades of #6E5A6B

#6E5A6B
(110,90,107)
#645262
(100,82,98)
#5A4A59
(90,74,89)
#504250
(80,66,80)
#463A47
(70,58,71)
#3C323E
(60,50,62)
#322A35
(50,42,53)
#28222C
(40,34,44)
#1E1A23
(30,26,35)
#14121A
(20,18,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6E5A6B

#6E5A6B
(110,90,107)
#7B6978
(123,105,120)
#887885
(136,120,133)
#958792
(149,135,146)
#A2969F
(162,150,159)
#AFA5AC
(175,165,172)
#BCB4B9
(188,180,185)
#C9C3C6
(201,195,198)
#D6D2D3
(214,210,211)
#E3E1E0
(227,225,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5A6B; }

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

This text font color is #6E5A6B.

Background Color

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

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

This div background color is #6E5A6B.

Border color

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

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

This div border color is #6E5A6B.

Opacity

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

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

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

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

This text has shadow with #6E5A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5A6B.

Preview

Color preview on black background

This text has color #6E5A6B on black background.


Color preview on white background

This text has color #6E5A6B on white background.


Black color preview on #6E5A6B background

This text has black color on #6E5A6B background.


White color preview on #6E5A6B background

This text has white color on #6E5A6B background.


Related colors

Complementary color

Complementary color for #hex is #91A594.


I love getcolorcode.com

Triadic colors

1 #6B6E5A and #5A6B6E with #6E5A6B are triadic colors.

2 #6B5A6E and #5A6E6B with #6E5A6B are triadic colors.