COLOR #6B878A

HEX: #6B878A
RGB: (107,135,138)

Color info

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

RGB color model

#6B878A color RGB value is (107,135,138).

  • red value is 107;
  • green value is 135;
  • blue value is 138.
RGB:
(107,135,138)
(42%,53%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 138 of 255 = 54%

107
135
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 135 + 138 = 380 (100%)
R 107 of 380 ~ 28.16%
G 135 of 380 ~ 35.53%
B 138 of 380 ~ 36.32%

%28.16
%35.53
%36.32

CMYK color model

#6B878A color CMYK value is (22,2,0,46).

  • cyan value is 22.46%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,2,0,46)
C22M2Y0K46 
(22%,2%,0%,46%)
(0.22/0.02/0.00/0.46)	

CMYK percentages

%22.46
%2.17
%0
%45.88

Codes

Color #6B878A in popluar color models

6B878A
RGB107135138
HSL186°12.65%48.04%
HSB/HSV186°22.46%54.12%
CMYK22.46%2.17%0.00%
45.88%

Color #6B878A in popluar number systems.

HEX6B878A
Decimal107135138
Binary11010111000011110001010
Octal153207212

Shades and tints

Shades of #6B878A

#6B878A
(107,135,138)
#627B7E
(98,123,126)
#596F72
(89,111,114)
#506366
(80,99,102)
#47575A
(71,87,90)
#3E4B4E
(62,75,78)
#353F42
(53,63,66)
#2C3336
(44,51,54)
#23272A
(35,39,42)
#1A1B1E
(26,27,30)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #6B878A

#6B878A
(107,135,138)
#789194
(120,145,148)
#859B9E
(133,155,158)
#92A5A8
(146,165,168)
#9FAFB2
(159,175,178)
#ACB9BC
(172,185,188)
#B9C3C6
(185,195,198)
#C6CDD0
(198,205,208)
#D3D7DA
(211,215,218)
#E0E1E4
(224,225,228)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B878A; }

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

This text font color is #6B878A.


Background Color

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

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

This div background color is #6B878A.


Border color

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

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

This div border color is #6B878A.


Opacity

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

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

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

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

This text has shadow with #6B878A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B878A on black background.


Color preview on white background

This text has color #6B878A on white background.



Black color preview on #6B878A background

This text has black color on #6B878A background.


White color preview on #6B878A background

This text has white color on #6B878A background.