COLOR #6D979B

HEX: #6D979B RGB: (109,151,155)

Color info

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

RGB color model

#6D979B color RGB value is (109,151,155).

RGB: (109,151,155) (43%, 59%, 61%)

RGB channels and saturation

R 109 of 255 = 43%
G 151 of 255 = 59%
B 155 of 255 = 61%

109
151
155

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

Portions of RGB colors in percentages

R + G + B = 109 + 151 + 155 = 415 (100%)
R 109 of 415 ~ 26.27%
G 151 of 415 ~ 36.39%
B 155 of 415 ~ 37.35'%

%26.27
%36.39
%37.35

CMYK color model

#6D979B color CMYK value is (30,3,0,39).

  • cyan value is 29.68%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (30,3,0,39)
C30M3Y0K39 (30%, 3%, 0%, 39%)
(0.30 / 0.03 / 0.00 / 0.39)

CMYK percentages

%29.68
%2.58
%0
%39.22

Codes

Color #6D979B in popluar color models

6D 97 9B
RGB 109 151 155
HSL 185° 18.70% 51.76%
HSB/HSV 185° 29.68% 60.78%
CMYK 29.68% 2.58% 0.00%
39.22%

Color #6D979B in popluar number systems.

HEX 6D 97 9B
Decimal 109 151 155
Binary 1101101 10010111 10011011
Octal 155 227 233

Shades and tints

Shades of #6D979B

#6D979B
(109,151,155)
#648A8D
(100,138,141)
#5B7D7F
(91,125,127)
#527071
(82,112,113)
#496363
(73,99,99)
#405655
(64,86,85)
#374947
(55,73,71)
#2E3C39
(46,60,57)
#252F2B
(37,47,43)
#1C221D
(28,34,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #6D979B

#6D979B
(109,151,155)
#7AA0A4
(122,160,164)
#87A9AD
(135,169,173)
#94B2B6
(148,178,182)
#A1BBBF
(161,187,191)
#AEC4C8
(174,196,200)
#BBCDD1
(187,205,209)
#C8D6DA
(200,214,218)
#D5DFE3
(213,223,227)
#E2E8EC
(226,232,236)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D979B color. Also use rgb(109,151,155) instead hex code.

Text Font Color

.myTextColor { color: #6D979B; }

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

This text font color is #6D979B.

Background Color

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

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

This div background color is #6D979B.

Border color

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

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

This div border color is #6D979B.

Opacity

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

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

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

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

This text has shadow with #6D979B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D979B.

Preview

Color preview on black background

This text has color #6D979B on black background.


Color preview on white background

This text has color #6D979B on white background.


Black color preview on #6D979B background

This text has black color on #6D979B background.


White color preview on #6D979B background

This text has white color on #6D979B background.


Related colors

Complementary color

Complementary color for #hex is #926864.


I love getcolorcode.com

Triadic colors

1 #9B6D97 and #979B6D with #6D979B are triadic colors.

2 #9B976D and #976D9B with #6D979B are triadic colors.