COLOR #6E5A6A

HEX: #6E5A6A
RGB: (110,90,106)

Color info

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

RGB color model

#6E5A6A color RGB value is (110,90,106).

  • red value is 110;
  • green value is 90;
  • blue value is 106.
RGB:
(110,90,106)
(43%,35%,42%)

RGB channels and saturation

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

110
90
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 90 + 106 = 306 (100%)
R 110 of 306 ~ 35.95%
G 90 of 306 ~ 29.41%
B 106 of 306 ~ 34.64%

%35.95
%29.41
%34.64

CMYK color model

#6E5A6A color CMYK value is (0,18,4,57).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,18,4,57)
C0M18Y4K57 
(0%,18%,4%,57%)
(0.00/0.18/0.04/0.57)	

CMYK percentages

%0
%18.18
%3.64
%56.86

Codes

Color #6E5A6A in popluar color models

6E5A6A
RGB11090106
HSL312°10.00%39.22%
HSB/HSV312°18.18%43.14%
CMYK0.00%18.18%3.64%
56.86%

Color #6E5A6A in popluar number systems.

HEX6E5A6A
Decimal11090106
Binary110111010110101101010
Octal156132152

Shades and tints

Shades of #6E5A6A

#6E5A6A
(110,90,106)
#645261
(100,82,97)
#5A4A58
(90,74,88)
#50424F
(80,66,79)
#463A46
(70,58,70)
#3C323D
(60,50,61)
#322A34
(50,42,52)
#28222B
(40,34,43)
#1E1A22
(30,26,34)
#141219
(20,18,25)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E5A6A

#6E5A6A
(110,90,106)
#7B6977
(123,105,119)
#887884
(136,120,132)
#958791
(149,135,145)
#A2969E
(162,150,158)
#AFA5AB
(175,165,171)
#BCB4B8
(188,180,184)
#C9C3C5
(201,195,197)
#D6D2D2
(214,210,210)
#E3E1DF
(227,225,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5A6A; }

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

This text font color is #6E5A6A.


Background Color

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

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

This div background color is #6E5A6A.


Border color

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

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

This div border color is #6E5A6A.


Opacity

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

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

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

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

This text has shadow with #6E5A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A6A on black background.


Color preview on white background

This text has color #6E5A6A on white background.



Black color preview on #6E5A6A background

This text has black color on #6E5A6A background.


White color preview on #6E5A6A background

This text has white color on #6E5A6A background.