COLOR #6B8D8A

HEX: #6B8D8A
RGB: (107,141,138)

Color info

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

RGB color model

#6B8D8A color RGB value is (107,141,138).

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

RGB channels and saturation

R 107 of 255 = 42%
G 141 of 255 = 55%
B 138 of 255 = 54%

107
141
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 141 + 138 = 386 (100%)
R 107 of 386 ~ 27.72%
G 141 of 386 ~ 36.53%
B 138 of 386 ~ 35.75%

%27.72
%36.53
%35.75

CMYK color model

#6B8D8A color CMYK value is (24,0,2,45).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 44.71%
CMYK:
(24,0,2,45)
C24M0Y2K45 
(24%,0%,2%,45%)
(0.24/0.00/0.02/0.45)	

CMYK percentages

%24.11
%0
%2.13
%44.71

Codes

Color #6B8D8A in popluar color models

6B8D8A
RGB107141138
HSL175°13.71%48.63%
HSB/HSV175°24.11%55.29%
CMYK24.11%0.00%2.13%
44.71%

Color #6B8D8A in popluar number systems.

HEX6B8D8A
Decimal107141138
Binary11010111000110110001010
Octal153215212

Shades and tints

Shades of #6B8D8A

#6B8D8A
(107,141,138)
#62817E
(98,129,126)
#597572
(89,117,114)
#506966
(80,105,102)
#475D5A
(71,93,90)
#3E514E
(62,81,78)
#354542
(53,69,66)
#2C3936
(44,57,54)
#232D2A
(35,45,42)
#1A211E
(26,33,30)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #6B8D8A

#6B8D8A
(107,141,138)
#789794
(120,151,148)
#85A19E
(133,161,158)
#92ABA8
(146,171,168)
#9FB5B2
(159,181,178)
#ACBFBC
(172,191,188)
#B9C9C6
(185,201,198)
#C6D3D0
(198,211,208)
#D3DDDA
(211,221,218)
#E0E7E4
(224,231,228)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8D8A; }

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

This text font color is #6B8D8A.


Background Color

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

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

This div background color is #6B8D8A.


Border color

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

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

This div border color is #6B8D8A.


Opacity

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

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

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

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

This text has shadow with #6B8D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8D8A on black background.


Color preview on white background

This text has color #6B8D8A on white background.



Black color preview on #6B8D8A background

This text has black color on #6B8D8A background.


White color preview on #6B8D8A background

This text has white color on #6B8D8A background.