COLOR #6B868B

HEX: #6B868B
RGB: (107,134,139)

Color info

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

RGB color model

#6B868B color RGB value is (107,134,139).

  • red value is 107;
  • green value is 134;
  • blue value is 139.
RGB:
(107,134,139)
(42%,53%,55%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 139 of 255 = 55%

107
134
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 139 = 380 (100%)
R 107 of 380 ~ 28.16%
G 134 of 380 ~ 35.26%
B 139 of 380 ~ 36.58%

%28.16
%35.26
%36.58

CMYK color model

#6B868B color CMYK value is (23,4,0,45).

  • cyan value is 23.02%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(23,4,0,45)
C23M4Y0K45 
(23%,4%,0%,45%)
(0.23/0.04/0.00/0.45)	

CMYK percentages

%23.02
%3.6
%0
%45.49

Codes

Color #6B868B in popluar color models

6B868B
RGB107134139
HSL189°13.01%48.24%
HSB/HSV189°23.02%54.51%
CMYK23.02%3.60%0.00%
45.49%

Color #6B868B in popluar number systems.

HEX6B868B
Decimal107134139
Binary11010111000011010001011
Octal153206213

Shades and tints

Shades of #6B868B

#6B868B
(107,134,139)
#627A7F
(98,122,127)
#596E73
(89,110,115)
#506267
(80,98,103)
#47565B
(71,86,91)
#3E4A4F
(62,74,79)
#353E43
(53,62,67)
#2C3237
(44,50,55)
#23262B
(35,38,43)
#1A1A1F
(26,26,31)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #6B868B

#6B868B
(107,134,139)
#789195
(120,145,149)
#859C9F
(133,156,159)
#92A7A9
(146,167,169)
#9FB2B3
(159,178,179)
#ACBDBD
(172,189,189)
#B9C8C7
(185,200,199)
#C6D3D1
(198,211,209)
#D3DEDB
(211,222,219)
#E0E9E5
(224,233,229)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B868B color. Also use rgb(107,134,139) instead hex code.

Text Font Color

.myTextColor { color: #6B868B; }

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

This text font color is #6B868B.


Background Color

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

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

This div background color is #6B868B.


Border color

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

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

This div border color is #6B868B.


Opacity

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

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

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

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

This text has shadow with #6B868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B868B on black background.


Color preview on white background

This text has color #6B868B on white background.



Black color preview on #6B868B background

This text has black color on #6B868B background.


White color preview on #6B868B background

This text has white color on #6B868B background.