COLOR #6B857D

HEX: #6B857D
RGB: (107,133,125)

Color info

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

RGB color model

#6B857D color RGB value is (107,133,125).

  • red value is 107;
  • green value is 133;
  • blue value is 125.
RGB:
(107,133,125)
(42%,52%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 125 of 255 = 49%

107
133
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 125 = 365 (100%)
R 107 of 365 ~ 29.32%
G 133 of 365 ~ 36.44%
B 125 of 365 ~ 34.25%

%29.32
%36.44
%34.25

CMYK color model

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

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(20,0,6,48)
C20M0Y6K48 
(20%,0%,6%,48%)
(0.20/0.00/0.06/0.48)	

CMYK percentages

%19.55
%0
%6.02
%47.84

Codes

Color #6B857D in popluar color models

6B857D
RGB107133125
HSL162°10.83%47.06%
HSB/HSV162°19.55%52.16%
CMYK19.55%0.00%6.02%
47.84%

Color #6B857D in popluar number systems.

HEX6B857D
Decimal107133125
Binary1101011100001011111101
Octal153205175

Shades and tints

Shades of #6B857D

#6B857D
(107,133,125)
#627972
(98,121,114)
#596D67
(89,109,103)
#50615C
(80,97,92)
#475551
(71,85,81)
#3E4946
(62,73,70)
#353D3B
(53,61,59)
#2C3130
(44,49,48)
#232525
(35,37,37)
#1A191A
(26,25,26)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B857D

#6B857D
(107,133,125)
#789088
(120,144,136)
#859B93
(133,155,147)
#92A69E
(146,166,158)
#9FB1A9
(159,177,169)
#ACBCB4
(172,188,180)
#B9C7BF
(185,199,191)
#C6D2CA
(198,210,202)
#D3DDD5
(211,221,213)
#E0E8E0
(224,232,224)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B857D; }

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

This text font color is #6B857D.


Background Color

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

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

This div background color is #6B857D.


Border color

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

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

This div border color is #6B857D.


Opacity

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

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

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

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

This text has shadow with #6B857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B857D on black background.


Color preview on white background

This text has color #6B857D on white background.



Black color preview on #6B857D background

This text has black color on #6B857D background.


White color preview on #6B857D background

This text has white color on #6B857D background.