COLOR #6A7871

HEX: #6A7871 RGB: (106,120,113)

Color info

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

RGB color model

#6A7871 color RGB value is (106,120,113).

RGB: (106,120,113) (42%, 47%, 44%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 113 of 255 = 44%

106
120
113

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

Portions of RGB colors in percentages

R + G + B = 106 + 120 + 113 = 339 (100%)
R 106 of 339 ~ 31.27%
G 120 of 339 ~ 35.4%
B 113 of 339 ~ 33.33'%

%31.27
%35.4
%33.33

CMYK color model

#6A7871 color CMYK value is (12,0,6,53).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK: (12,0,6,53) C12M0Y6K53 (12%,0%,6%,53%) (0.12/0.00/0.06/0.53) 

CMYK percentages

%11.67
%0
%5.83
%52.94

Codes

Color #6A7871 in popluar color models

6A 78 71
RGB 106 120 113
HSL 150° 6.19% 44.31%
HSB/HSV 150° 11.67% 47.06%
CMYK 11.67% 0.00% 5.83%
52.94%

Color #6A7871 in popluar number systems.

HEX 6A 78 71
Decimal 106 120 113
Binary 1101010 1111000 1110001
Octal 152 170 161

Shades and tints

Shades of #6A7871

#6A7871
(106,120,113)
#616E67
(97,110,103)
#58645D
(88,100,93)
#4F5A53
(79,90,83)
#465049
(70,80,73)
#3D463F
(61,70,63)
#343C35
(52,60,53)
#2B322B
(43,50,43)
#222821
(34,40,33)
#191E17
(25,30,23)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #6A7871

#6A7871
(106,120,113)
#77847D
(119,132,125)
#849089
(132,144,137)
#919C95
(145,156,149)
#9EA8A1
(158,168,161)
#ABB4AD
(171,180,173)
#B8C0B9
(184,192,185)
#C5CCC5
(197,204,197)
#D2D8D1
(210,216,209)
#DFE4DD
(223,228,221)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7871; }

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

This text font color is #6A7871.

Background Color

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

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

This div background color is #6A7871.

Border color

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

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

This div border color is #6A7871.

Opacity

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

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

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

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

This text has shadow with #6A7871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7871.

Preview

Color preview on black background

This text has color #6A7871 on black background.


Color preview on white background

This text has color #6A7871 on white background.


Black color preview on #6A7871 background

This text has black color on #6A7871 background.


White color preview on #6A7871 background

This text has white color on #6A7871 background.


Related colors

Complementary color

Complementary color for #hex is #95878E.


I love getcolorcode.com

Triadic colors

1 #716A78 and #78716A with #6A7871 are triadic colors.

2 #71786A and #786A71 with #6A7871 are triadic colors.