COLOR #6D9985

HEX: #6D9985 RGB: (109,153,133)

Color info

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

RGB color model

#6D9985 color RGB value is (109,153,133).

RGB: (109,153,133) (43%, 60%, 52%)

RGB channels and saturation

R 109 of 255 = 43%
G 153 of 255 = 60%
B 133 of 255 = 52%

109
153
133

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

Portions of RGB colors in percentages

R + G + B = 109 + 153 + 133 = 395 (100%)
R 109 of 395 ~ 27.59%
G 153 of 395 ~ 38.73%
B 133 of 395 ~ 33.67'%

%27.59
%38.73
%33.67

CMYK color model

#6D9985 color CMYK value is (29,0,13,40).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK: (29,0,13,40) C29M0Y13K40 (29%,0%,13%,40%) (0.29/0.00/0.13/0.40) 

CMYK percentages

%28.76
%0
%13.07
%40

Codes

Color #6D9985 in popluar color models

6D 99 85
RGB 109 153 133
HSL 153° 17.74% 51.37%
HSB/HSV 153° 28.76% 60.00%
CMYK 28.76% 0.00% 13.07%
40.00%

Color #6D9985 in popluar number systems.

HEX 6D 99 85
Decimal 109 153 133
Binary 1101101 10011001 10000101
Octal 155 231 205

Shades and tints

Shades of #6D9985

#6D9985
(109,153,133)
#648C79
(100,140,121)
#5B7F6D
(91,127,109)
#527261
(82,114,97)
#496555
(73,101,85)
#405849
(64,88,73)
#374B3D
(55,75,61)
#2E3E31
(46,62,49)
#253125
(37,49,37)
#1C2419
(28,36,25)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #6D9985

#6D9985
(109,153,133)
#7AA290
(122,162,144)
#87AB9B
(135,171,155)
#94B4A6
(148,180,166)
#A1BDB1
(161,189,177)
#AEC6BC
(174,198,188)
#BBCFC7
(187,207,199)
#C8D8D2
(200,216,210)
#D5E1DD
(213,225,221)
#E2EAE8
(226,234,232)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9985 color. Also use rgb(109,153,133) instead hex code.

Text Font Color

.myTextColor { color: #6D9985; }

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

This text font color is #6D9985.

Background Color

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

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

This div background color is #6D9985.

Border color

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

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

This div border color is #6D9985.

Opacity

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

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

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

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

This text has shadow with #6D9985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D9985.

Preview

Color preview on black background

This text has color #6D9985 on black background.


Color preview on white background

This text has color #6D9985 on white background.


Black color preview on #6D9985 background

This text has black color on #6D9985 background.


White color preview on #6D9985 background

This text has white color on #6D9985 background.


Related colors

Complementary color

Complementary color for #hex is #92667A.


I love getcolorcode.com

Triadic colors

1 #856D99 and #99856D with #6D9985 are triadic colors.

2 #85996D and #996D85 with #6D9985 are triadic colors.