COLOR #6B878D

HEX: #6B878D RGB: (107,135,141)

Color info

#6B878D contains red, green and blue colors in about the same proportion. Web safe color of #6B878D is #669999 (or #699).

RGB color model

#6B878D color RGB value is (107,135,141).

RGB: (107,135,141) (42%, 53%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 141 of 255 = 55%

107
135
141

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

Portions of RGB colors in percentages

R + G + B = 107 + 135 + 141 = 383 (100%)
R 107 of 383 ~ 27.94%
G 135 of 383 ~ 35.25%
B 141 of 383 ~ 36.81'%

%27.94
%35.25
%36.81

CMYK color model

#6B878D color CMYK value is (24,4,0,45).

  • cyan value is 24.11%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (24,4,0,45) C24M4Y0K45 (24%,4%,0%,45%) (0.24/0.04/0.00/0.45) 

CMYK percentages

%24.11
%4.26
%0
%44.71

Codes

Color #6B878D in popluar color models

6B 87 8D
RGB 107 135 141
HSL 191° 13.71% 48.63%
HSB/HSV 191° 24.11% 55.29%
CMYK 24.11% 4.26% 0.00%
44.71%

Color #6B878D in popluar number systems.

HEX 6B 87 8D
Decimal 107 135 141
Binary 1101011 10000111 10001101
Octal 153 207 215

Shades and tints

Shades of #6B878D

#6B878D
(107,135,141)
#627B81
(98,123,129)
#596F75
(89,111,117)
#506369
(80,99,105)
#47575D
(71,87,93)
#3E4B51
(62,75,81)
#353F45
(53,63,69)
#2C3339
(44,51,57)
#23272D
(35,39,45)
#1A1B21
(26,27,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #6B878D

#6B878D
(107,135,141)
#789197
(120,145,151)
#859BA1
(133,155,161)
#92A5AB
(146,165,171)
#9FAFB5
(159,175,181)
#ACB9BF
(172,185,191)
#B9C3C9
(185,195,201)
#C6CDD3
(198,205,211)
#D3D7DD
(211,215,221)
#E0E1E7
(224,225,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B878D color. Also use rgb(107,135,141) instead hex code.

Text Font Color

.myTextColor { color: #6B878D; }

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

This text font color is #6B878D.

Background Color

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

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

This div background color is #6B878D.

Border color

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

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

This div border color is #6B878D.

Opacity

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

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

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

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

This text has shadow with #6B878D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B878D.

Preview

Color preview on black background

This text has color #6B878D on black background.


Color preview on white background

This text has color #6B878D on white background.


Black color preview on #6B878D background

This text has black color on #6B878D background.


White color preview on #6B878D background

This text has white color on #6B878D background.


Related colors

Complementary color

Complementary color for #hex is #947872.


I love getcolorcode.com

Triadic colors

1 #8D6B87 and #878D6B with #6B878D are triadic colors.

2 #8D876B and #876B8D with #6B878D are triadic colors.