COLOR #6D9E9B

HEX: #6D9E9B RGB: (109,158,155)

Color info

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

RGB color model

#6D9E9B color RGB value is (109,158,155).

RGB: (109,158,155) (43%, 62%, 61%)

RGB channels and saturation

R 109 of 255 = 43%
G 158 of 255 = 62%
B 155 of 255 = 61%

109
158
155

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

Portions of RGB colors in percentages

R + G + B = 109 + 158 + 155 = 422 (100%)
R 109 of 422 ~ 25.83%
G 158 of 422 ~ 37.44%
B 155 of 422 ~ 36.73'%

%25.83
%37.44
%36.73

CMYK color model

#6D9E9B color CMYK value is (31,0,2,38).

  • cyan value is 31.01%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 38.04%

CMYK: (31,0,2,38)
C31M0Y2K38 (31%, 0%, 2%, 38%)
(0.31 / 0.00 / 0.02 / 0.38)

CMYK percentages

%31.01
%0
%1.9
%38.04

Codes

Color #6D9E9B in popluar color models

6D 9E 9B
RGB 109 158 155
HSL 176° 20.16% 52.35%
HSB/HSV 176° 31.01% 61.96%
CMYK 31.01% 0.00% 1.90%
38.04%

Color #6D9E9B in popluar number systems.

HEX 6D 9E 9B
Decimal 109 158 155
Binary 1101101 10011110 10011011
Octal 155 236 233

Shades and tints

Shades of #6D9E9B

#6D9E9B
(109,158,155)
#64908D
(100,144,141)
#5B827F
(91,130,127)
#527471
(82,116,113)
#496663
(73,102,99)
#405855
(64,88,85)
#374A47
(55,74,71)
#2E3C39
(46,60,57)
#252E2B
(37,46,43)
#1C201D
(28,32,29)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #6D9E9B

#6D9E9B
(109,158,155)
#7AA6A4
(122,166,164)
#87AEAD
(135,174,173)
#94B6B6
(148,182,182)
#A1BEBF
(161,190,191)
#AEC6C8
(174,198,200)
#BBCED1
(187,206,209)
#C8D6DA
(200,214,218)
#D5DEE3
(213,222,227)
#E2E6EC
(226,230,236)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9E9B; }

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

This text font color is #6D9E9B.

Background Color

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

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

This div background color is #6D9E9B.

Border color

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

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

This div border color is #6D9E9B.

Opacity

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

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

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

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

This text has shadow with #6D9E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9E9B.

Preview

Color preview on black background

This text has color #6D9E9B on black background.


Color preview on white background

This text has color #6D9E9B on white background.


Black color preview on #6D9E9B background

This text has black color on #6D9E9B background.


White color preview on #6D9E9B background

This text has white color on #6D9E9B background.


Related colors

Complementary color

Complementary color for #hex is #926164.


I love getcolorcode.com

Triadic colors

1 #9B6D9E and #9E9B6D with #6D9E9B are triadic colors.

2 #9B9E6D and #9E6D9B with #6D9E9B are triadic colors.