COLOR #6B7871

HEX: #6B7871 RGB: (107,120,113)

Color info

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

RGB color model

#6B7871 color RGB value is (107,120,113).

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

RGB channels and saturation

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

107
120
113

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

Portions of RGB colors in percentages

R + G + B = 107 + 120 + 113 = 340 (100%)
R 107 of 340 ~ 31.47%
G 120 of 340 ~ 35.29%
B 113 of 340 ~ 33.24'%

%31.47
%35.29
%33.24

CMYK color model

#6B7871 color CMYK value is (11,0,6,53).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK: (11,0,6,53) C11M0Y6K53 (11%,0%,6%,53%) (0.11/0.00/0.06/0.53) 

CMYK percentages

%10.83
%0
%5.83
%52.94

Codes

Color #6B7871 in popluar color models

6B 78 71
RGB 107 120 113
HSL 148° 5.73% 44.51%
HSB/HSV 148° 10.83% 47.06%
CMYK 10.83% 0.00% 5.83%
52.94%

Color #6B7871 in popluar number systems.

HEX 6B 78 71
Decimal 107 120 113
Binary 1101011 1111000 1110001
Octal 153 170 161

Shades and tints

Shades of #6B7871

#6B7871
(107,120,113)
#626E67
(98,110,103)
#59645D
(89,100,93)
#505A53
(80,90,83)
#475049
(71,80,73)
#3E463F
(62,70,63)
#353C35
(53,60,53)
#2C322B
(44,50,43)
#232821
(35,40,33)
#1A1E17
(26,30,23)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #6B7871

#6B7871
(107,120,113)
#78847D
(120,132,125)
#859089
(133,144,137)
#929C95
(146,156,149)
#9FA8A1
(159,168,161)
#ACB4AD
(172,180,173)
#B9C0B9
(185,192,185)
#C6CCC5
(198,204,197)
#D3D8D1
(211,216,209)
#E0E4DD
(224,228,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7871; }

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

This text font color is #6B7871.

Background Color

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

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

This div background color is #6B7871.

Border color

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

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

This div border color is #6B7871.

Opacity

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

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

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

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

This text has shadow with #6B7871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7871.

Preview

Color preview on black background

This text has color #6B7871 on black background.


Color preview on white background

This text has color #6B7871 on white background.


Black color preview on #6B7871 background

This text has black color on #6B7871 background.


White color preview on #6B7871 background

This text has white color on #6B7871 background.


Related colors

Complementary color

Complementary color for #hex is #94878E.


I love getcolorcode.com

Triadic colors

1 #716B78 and #78716B with #6B7871 are triadic colors.

2 #71786B and #786B71 with #6B7871 are triadic colors.