COLOR #6B9C8D

HEX: #6B9C8D RGB: (107,156,141)

Color info

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

RGB color model

#6B9C8D color RGB value is (107,156,141).

RGB: (107,156,141) (42%, 61%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 156 of 255 = 61%
B 141 of 255 = 55%

107
156
141

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

Portions of RGB colors in percentages

R + G + B = 107 + 156 + 141 = 404 (100%)
R 107 of 404 ~ 26.49%
G 156 of 404 ~ 38.61%
B 141 of 404 ~ 34.9'%

%26.49
%38.61
%34.9

CMYK color model

#6B9C8D color CMYK value is (31,0,10,39).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 38.82%

CMYK: (31,0,10,39)
C31M0Y10K39 (31%, 0%, 10%, 39%)
(0.31 / 0.00 / 0.10 / 0.39)

CMYK percentages

%31.41
%0
%9.62
%38.82

Codes

Color #6B9C8D in popluar color models

6B 9C 8D
RGB 107 156 141
HSL 162° 19.84% 51.57%
HSB/HSV 162° 31.41% 61.18%
CMYK 31.41% 0.00% 9.62%
38.82%

Color #6B9C8D in popluar number systems.

HEX 6B 9C 8D
Decimal 107 156 141
Binary 1101011 10011100 10001101
Octal 153 234 215

Shades and tints

Shades of #6B9C8D

#6B9C8D
(107,156,141)
#628E81
(98,142,129)
#598075
(89,128,117)
#507269
(80,114,105)
#47645D
(71,100,93)
#3E5651
(62,86,81)
#354845
(53,72,69)
#2C3A39
(44,58,57)
#232C2D
(35,44,45)
#1A1E21
(26,30,33)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #6B9C8D

#6B9C8D
(107,156,141)
#78A597
(120,165,151)
#85AEA1
(133,174,161)
#92B7AB
(146,183,171)
#9FC0B5
(159,192,181)
#ACC9BF
(172,201,191)
#B9D2C9
(185,210,201)
#C6DBD3
(198,219,211)
#D3E4DD
(211,228,221)
#E0EDE7
(224,237,231)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9C8D; }

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

This text font color is #6B9C8D.

Background Color

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

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

This div background color is #6B9C8D.

Border color

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

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

This div border color is #6B9C8D.

Opacity

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

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

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

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

This text has shadow with #6B9C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9C8D.

Preview

Color preview on black background

This text has color #6B9C8D on black background.


Color preview on white background

This text has color #6B9C8D on white background.


Black color preview on #6B9C8D background

This text has black color on #6B9C8D background.


White color preview on #6B9C8D background

This text has white color on #6B9C8D background.


Related colors

Complementary color

Complementary color for #hex is #946372.


I love getcolorcode.com

Triadic colors

1 #8D6B9C and #9C8D6B with #6B9C8D are triadic colors.

2 #8D9C6B and #9C6B8D with #6B9C8D are triadic colors.