COLOR #6B857A

HEX: #6B857A RGB: (107,133,122)

Color info

#6B857A contains red, green and blue colors in about the same proportion. Web safe color of #6B857A is #669966 (or #696).

RGB color model

#6B857A color RGB value is (107,133,122).

RGB: (107,133,122) (42%, 52%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 122 of 255 = 48%

107
133
122

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

Portions of RGB colors in percentages

R + G + B = 107 + 133 + 122 = 362 (100%)
R 107 of 362 ~ 29.56%
G 133 of 362 ~ 36.74%
B 122 of 362 ~ 33.7'%

%29.56
%36.74
%33.7

CMYK color model

#6B857A color CMYK value is (20,0,8,48).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%

CMYK: (20,0,8,48)
C20M0Y8K48 (20%, 0%, 8%, 48%)
(0.20 / 0.00 / 0.08 / 0.48)

CMYK percentages

%19.55
%0
%8.27
%47.84

Codes

Color #6B857A in popluar color models

6B 85 7A
RGB 107 133 122
HSL 155° 10.83% 47.06%
HSB/HSV 155° 19.55% 52.16%
CMYK 19.55% 0.00% 8.27%
47.84%

Color #6B857A in popluar number systems.

HEX 6B 85 7A
Decimal 107 133 122
Binary 1101011 10000101 1111010
Octal 153 205 172

Shades and tints

Shades of #6B857A

#6B857A
(107,133,122)
#62796F
(98,121,111)
#596D64
(89,109,100)
#506159
(80,97,89)
#47554E
(71,85,78)
#3E4943
(62,73,67)
#353D38
(53,61,56)
#2C312D
(44,49,45)
#232522
(35,37,34)
#1A1917
(26,25,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #6B857A

#6B857A
(107,133,122)
#789086
(120,144,134)
#859B92
(133,155,146)
#92A69E
(146,166,158)
#9FB1AA
(159,177,170)
#ACBCB6
(172,188,182)
#B9C7C2
(185,199,194)
#C6D2CE
(198,210,206)
#D3DDDA
(211,221,218)
#E0E8E6
(224,232,230)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B857A color. Also use rgb(107,133,122) instead hex code.

Text Font Color

.myTextColor { color: #6B857A; }

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

This text font color is #6B857A.

Background Color

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

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

This div background color is #6B857A.

Border color

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

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

This div border color is #6B857A.

Opacity

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

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

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

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

This text has shadow with #6B857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B857A.

Preview

Color preview on black background

This text has color #6B857A on black background.


Color preview on white background

This text has color #6B857A on white background.


Black color preview on #6B857A background

This text has black color on #6B857A background.


White color preview on #6B857A background

This text has white color on #6B857A background.


Related colors

Complementary color

Complementary color for #hex is #947A85.


I love getcolorcode.com

Triadic colors

1 #7A6B85 and #857A6B with #6B857A are triadic colors.

2 #7A856B and #856B7A with #6B857A are triadic colors.