COLOR #6E5F6F

HEX: #6E5F6F RGB: (110,95,111)

Color info

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

RGB color model

#6E5F6F color RGB value is (110,95,111).

RGB: (110,95,111) (43%, 37%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 111 of 255 = 44%

110
95
111

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

Portions of RGB colors in percentages

R + G + B = 110 + 95 + 111 = 316 (100%)
R 110 of 316 ~ 34.81%
G 95 of 316 ~ 30.06%
B 111 of 316 ~ 35.13'%

%34.81
%30.06
%35.13

CMYK color model

#6E5F6F color CMYK value is (1,14,0,56).

  • cyan value is 0.90%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (1,14,0,56)
C1M14Y0K56 (1%, 14%, 0%, 56%)
(0.01 / 0.14 / 0.00 / 0.56)

CMYK percentages

%0.9
%14.41
%0
%56.47

Codes

Color #6E5F6F in popluar color models

6E 5F 6F
RGB 110 95 111
HSL 296° 7.77% 40.39%
HSB/HSV 296° 14.41% 43.53%
CMYK 0.90% 14.41% 0.00%
56.47%

Color #6E5F6F in popluar number systems.

HEX 6E 5F 6F
Decimal 110 95 111
Binary 1101110 1011111 1101111
Octal 156 137 157

Shades and tints

Shades of #6E5F6F

#6E5F6F
(110,95,111)
#645765
(100,87,101)
#5A4F5B
(90,79,91)
#504751
(80,71,81)
#463F47
(70,63,71)
#3C373D
(60,55,61)
#322F33
(50,47,51)
#282729
(40,39,41)
#1E1F1F
(30,31,31)
#141715
(20,23,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #6E5F6F

#6E5F6F
(110,95,111)
#7B6D7C
(123,109,124)
#887B89
(136,123,137)
#958996
(149,137,150)
#A297A3
(162,151,163)
#AFA5B0
(175,165,176)
#BCB3BD
(188,179,189)
#C9C1CA
(201,193,202)
#D6CFD7
(214,207,215)
#E3DDE4
(227,221,228)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F6F; }

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

This text font color is #6E5F6F.

Background Color

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

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

This div background color is #6E5F6F.

Border color

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

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

This div border color is #6E5F6F.

Opacity

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

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

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

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

This text has shadow with #6E5F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5F6F.

Preview

Color preview on black background

This text has color #6E5F6F on black background.


Color preview on white background

This text has color #6E5F6F on white background.


Black color preview on #6E5F6F background

This text has black color on #6E5F6F background.


White color preview on #6E5F6F background

This text has white color on #6E5F6F background.


Related colors

Complementary color

Complementary color for #hex is #91A090.


I love getcolorcode.com

Triadic colors

1 #6F6E5F and #5F6F6E with #6E5F6F are triadic colors.

2 #6F5F6E and #5F6E6F with #6E5F6F are triadic colors.