COLOR #6B8E8D

HEX: #6B8E8D RGB: (107,142,141)

Color info

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

RGB color model

#6B8E8D color RGB value is (107,142,141).

RGB: (107,142,141) (42%, 56%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 142 of 255 = 56%
B 141 of 255 = 55%

107
142
141

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

Portions of RGB colors in percentages

R + G + B = 107 + 142 + 141 = 390 (100%)
R 107 of 390 ~ 27.44%
G 142 of 390 ~ 36.41%
B 141 of 390 ~ 36.15'%

%27.44
%36.41
%36.15

CMYK color model

#6B8E8D color CMYK value is (25,0,1,44).

  • cyan value is 24.65%
  • magenta value is 0.00%
  • yellow value is 0.70%
  • key color value is 44.31%

CMYK: (25,0,1,44)
C25M0Y1K44 (25%, 0%, 1%, 44%)
(0.25 / 0.00 / 0.01 / 0.44)

CMYK percentages

%24.65
%0
%0.7
%44.31

Codes

Color #6B8E8D in popluar color models

6B 8E 8D
RGB 107 142 141
HSL 178° 14.06% 48.82%
HSB/HSV 178° 24.65% 55.69%
CMYK 24.65% 0.00% 0.70%
44.31%

Color #6B8E8D in popluar number systems.

HEX 6B 8E 8D
Decimal 107 142 141
Binary 1101011 10001110 10001101
Octal 153 216 215

Shades and tints

Shades of #6B8E8D

#6B8E8D
(107,142,141)
#628281
(98,130,129)
#597675
(89,118,117)
#506A69
(80,106,105)
#475E5D
(71,94,93)
#3E5251
(62,82,81)
#354645
(53,70,69)
#2C3A39
(44,58,57)
#232E2D
(35,46,45)
#1A2221
(26,34,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #6B8E8D

#6B8E8D
(107,142,141)
#789897
(120,152,151)
#85A2A1
(133,162,161)
#92ACAB
(146,172,171)
#9FB6B5
(159,182,181)
#ACC0BF
(172,192,191)
#B9CAC9
(185,202,201)
#C6D4D3
(198,212,211)
#D3DEDD
(211,222,221)
#E0E8E7
(224,232,231)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8E8D; }

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

This text font color is #6B8E8D.

Background Color

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

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

This div background color is #6B8E8D.

Border color

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

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

This div border color is #6B8E8D.

Opacity

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

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

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

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

This text has shadow with #6B8E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8E8D.

Preview

Color preview on black background

This text has color #6B8E8D on black background.


Color preview on white background

This text has color #6B8E8D on white background.


Black color preview on #6B8E8D background

This text has black color on #6B8E8D background.


White color preview on #6B8E8D background

This text has white color on #6B8E8D background.


Related colors

Complementary color

Complementary color for #hex is #947172.


I love getcolorcode.com

Triadic colors

1 #8D6B8E and #8E8D6B with #6B8E8D are triadic colors.

2 #8D8E6B and #8E6B8D with #6B8E8D are triadic colors.