COLOR #6E7871

HEX: #6E7871 RGB: (110,120,113)

Color info

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

RGB color model

#6E7871 color RGB value is (110,120,113).

RGB: (110,120,113) (43%, 47%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 113 of 255 = 44%

110
120
113

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

Portions of RGB colors in percentages

R + G + B = 110 + 120 + 113 = 343 (100%)
R 110 of 343 ~ 32.07%
G 120 of 343 ~ 34.99%
B 113 of 343 ~ 32.94'%

%32.07
%34.99
%32.94

CMYK color model

#6E7871 color CMYK value is (8,0,6,53).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK: (8,0,6,53) C8M0Y6K53 (8%,0%,6%,53%) (0.08/0.00/0.06/0.53) 

CMYK percentages

%8.33
%0
%5.83
%52.94

Codes

Color #6E7871 in popluar color models

6E 78 71
RGB 110 120 113
HSL 138° 4.35% 45.10%
HSB/HSV 138° 8.33% 47.06%
CMYK 8.33% 0.00% 5.83%
52.94%

Color #6E7871 in popluar number systems.

HEX 6E 78 71
Decimal 110 120 113
Binary 1101110 1111000 1110001
Octal 156 170 161

Shades and tints

Shades of #6E7871

#6E7871
(110,120,113)
#646E67
(100,110,103)
#5A645D
(90,100,93)
#505A53
(80,90,83)
#465049
(70,80,73)
#3C463F
(60,70,63)
#323C35
(50,60,53)
#28322B
(40,50,43)
#1E2821
(30,40,33)
#141E17
(20,30,23)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #6E7871

#6E7871
(110,120,113)
#7B847D
(123,132,125)
#889089
(136,144,137)
#959C95
(149,156,149)
#A2A8A1
(162,168,161)
#AFB4AD
(175,180,173)
#BCC0B9
(188,192,185)
#C9CCC5
(201,204,197)
#D6D8D1
(214,216,209)
#E3E4DD
(227,228,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7871 color. Also use rgb(110,120,113) instead hex code.

Text Font Color

.myTextColor { color: #6E7871; }

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

This text font color is #6E7871.

Background Color

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

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

This div background color is #6E7871.

Border color

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

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

This div border color is #6E7871.

Opacity

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

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

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

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

This text has shadow with #6E7871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7871.

Preview

Color preview on black background

This text has color #6E7871 on black background.


Color preview on white background

This text has color #6E7871 on white background.


Black color preview on #6E7871 background

This text has black color on #6E7871 background.


White color preview on #6E7871 background

This text has white color on #6E7871 background.


Related colors

Complementary color

Complementary color for #hex is #91878E.


I love getcolorcode.com

Triadic colors

1 #716E78 and #78716E with #6E7871 are triadic colors.

2 #71786E and #786E71 with #6E7871 are triadic colors.