COLOR #6D8A90

HEX: #6D8A90 RGB: (109,138,144)

Color info

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

RGB color model

#6D8A90 color RGB value is (109,138,144).

RGB: (109,138,144) (43%, 54%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 138 of 255 = 54%
B 144 of 255 = 56%

109
138
144

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

Portions of RGB colors in percentages

R + G + B = 109 + 138 + 144 = 391 (100%)
R 109 of 391 ~ 27.88%
G 138 of 391 ~ 35.29%
B 144 of 391 ~ 36.83'%

%27.88
%35.29
%36.83

CMYK color model

#6D8A90 color CMYK value is (24,4,0,44).

  • cyan value is 24.31%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (24,4,0,44)
C24M4Y0K44 (24%, 4%, 0%, 44%)
(0.24 / 0.04 / 0.00 / 0.44)

CMYK percentages

%24.31
%4.17
%0
%43.53

Codes

Color #6D8A90 in popluar color models

6D 8A 90
RGB 109 138 144
HSL 190° 13.83% 49.61%
HSB/HSV 190° 24.31% 56.47%
CMYK 24.31% 4.17% 0.00%
43.53%

Color #6D8A90 in popluar number systems.

HEX 6D 8A 90
Decimal 109 138 144
Binary 1101101 10001010 10010000
Octal 155 212 220

Shades and tints

Shades of #6D8A90

#6D8A90
(109,138,144)
#647E83
(100,126,131)
#5B7276
(91,114,118)
#526669
(82,102,105)
#495A5C
(73,90,92)
#404E4F
(64,78,79)
#374242
(55,66,66)
#2E3635
(46,54,53)
#252A28
(37,42,40)
#1C1E1B
(28,30,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #6D8A90

#6D8A90
(109,138,144)
#7A949A
(122,148,154)
#879EA4
(135,158,164)
#94A8AE
(148,168,174)
#A1B2B8
(161,178,184)
#AEBCC2
(174,188,194)
#BBC6CC
(187,198,204)
#C8D0D6
(200,208,214)
#D5DAE0
(213,218,224)
#E2E4EA
(226,228,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8A90 color. Also use rgb(109,138,144) instead hex code.

Text Font Color

.myTextColor { color: #6D8A90; }

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

This text font color is #6D8A90.

Background Color

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

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

This div background color is #6D8A90.

Border color

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

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

This div border color is #6D8A90.

Opacity

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

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

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

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

This text has shadow with #6D8A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8A90.

Preview

Color preview on black background

This text has color #6D8A90 on black background.


Color preview on white background

This text has color #6D8A90 on white background.


Black color preview on #6D8A90 background

This text has black color on #6D8A90 background.


White color preview on #6D8A90 background

This text has white color on #6D8A90 background.


Related colors

Complementary color

Complementary color for #hex is #92756F.


I love getcolorcode.com

Triadic colors

1 #906D8A and #8A906D with #6D8A90 are triadic colors.

2 #908A6D and #8A6D90 with #6D8A90 are triadic colors.