COLOR #6E5F69

HEX: #6E5F69
RGB: (110,95,105)

Color info

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

RGB color model

#6E5F69 color RGB value is (110,95,105).

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

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 105 of 255 = 41%

110
95
105

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

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 105 = 310 (100%)
R 110 of 310 ~ 35.48%
G 95 of 310 ~ 30.65%
B 105 of 310 ~ 33.87%

%35.48
%30.65
%33.87

CMYK color model

#6E5F69 color CMYK value is (0,14,5,57).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 4.55%
  • key color value is 56.86%
CMYK:
(0,14,5,57)
C0M14Y5K57 
(0%,14%,5%,57%)
(0.00/0.14/0.05/0.57)	

CMYK percentages

%0
%13.64
%4.55
%56.86

Codes

Color #6E5F69 in popluar color models

6E5F69
RGB11095105
HSL320°7.32%40.20%
HSB/HSV320°13.64%43.14%
CMYK0.00%13.64%4.55%
56.86%

Color #6E5F69 in popluar number systems.

HEX6E5F69
Decimal11095105
Binary110111010111111101001
Octal156137151

Shades and tints

Shades of #6E5F69

#6E5F69
(110,95,105)
#645760
(100,87,96)
#5A4F57
(90,79,87)
#50474E
(80,71,78)
#463F45
(70,63,69)
#3C373C
(60,55,60)
#322F33
(50,47,51)
#28272A
(40,39,42)
#1E1F21
(30,31,33)
#141718
(20,23,24)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E5F69

#6E5F69
(110,95,105)
#7B6D76
(123,109,118)
#887B83
(136,123,131)
#958990
(149,137,144)
#A2979D
(162,151,157)
#AFA5AA
(175,165,170)
#BCB3B7
(188,179,183)
#C9C1C4
(201,193,196)
#D6CFD1
(214,207,209)
#E3DDDE
(227,221,222)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F69; }

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

This text font color is #6E5F69.


Background Color

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

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

This div background color is #6E5F69.


Border color

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

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

This div border color is #6E5F69.


Opacity

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

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

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

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

This text has shadow with #6E5F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F69 on black background.


Color preview on white background

This text has color #6E5F69 on white background.



Black color preview on #6E5F69 background

This text has black color on #6E5F69 background.


White color preview on #6E5F69 background

This text has white color on #6E5F69 background.