COLOR #6E5C69

HEX: #6E5C69
RGB: (110,92,105)

Color info

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

RGB color model

#6E5C69 color RGB value is (110,92,105).

  • red value is 110;
  • green value is 92;
  • blue value is 105.
RGB:
(110,92,105)
(43%,36%,41%)

RGB channels and saturation

R 110 of 255 = 43%
G 92 of 255 = 36%
B 105 of 255 = 41%

110
92
105

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

Portions of RGB colors in percentages

R + G + B =
110 + 92 + 105 = 307 (100%)
R 110 of 307 ~ 35.83%
G 92 of 307 ~ 29.97%
B 105 of 307 ~ 34.2%

%35.83
%29.97
%34.2

CMYK color model

#6E5C69 color CMYK value is (0,16,5,57).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 4.55%
  • key color value is 56.86%
CMYK:
(0,16,5,57)
C0M16Y5K57 
(0%,16%,5%,57%)
(0.00/0.16/0.05/0.57)	

CMYK percentages

%0
%16.36
%4.55
%56.86

Codes

Color #6E5C69 in popluar color models

6E5C69
RGB11092105
HSL317°8.91%39.61%
HSB/HSV317°16.36%43.14%
CMYK0.00%16.36%4.55%
56.86%

Color #6E5C69 in popluar number systems.

HEX6E5C69
Decimal11092105
Binary110111010111001101001
Octal156134151

Shades and tints

Shades of #6E5C69

#6E5C69
(110,92,105)
#645460
(100,84,96)
#5A4C57
(90,76,87)
#50444E
(80,68,78)
#463C45
(70,60,69)
#3C343C
(60,52,60)
#322C33
(50,44,51)
#28242A
(40,36,42)
#1E1C21
(30,28,33)
#141418
(20,20,24)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E5C69

#6E5C69
(110,92,105)
#7B6A76
(123,106,118)
#887883
(136,120,131)
#958690
(149,134,144)
#A2949D
(162,148,157)
#AFA2AA
(175,162,170)
#BCB0B7
(188,176,183)
#C9BEC4
(201,190,196)
#D6CCD1
(214,204,209)
#E3DADE
(227,218,222)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5C69 color. Also use rgb(110,92,105) instead hex code.

Text Font Color

.myTextColor { color: #6E5C69; }

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

This text font color is #6E5C69.


Background Color

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

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

This div background color is #6E5C69.


Border color

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

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

This div border color is #6E5C69.


Opacity

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

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

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

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

This text has shadow with #6E5C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5C69 on black background.


Color preview on white background

This text has color #6E5C69 on white background.



Black color preview on #6E5C69 background

This text has black color on #6E5C69 background.


White color preview on #6E5C69 background

This text has white color on #6E5C69 background.