COLOR #6D838A

HEX: #6D838A RGB: (109,131,138)

Color info

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

RGB color model

#6D838A color RGB value is (109,131,138).

RGB: (109,131,138) (43%, 51%, 54%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 138 of 255 = 54%

109
131
138

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

Portions of RGB colors in percentages

R + G + B = 109 + 131 + 138 = 378 (100%)
R 109 of 378 ~ 28.84%
G 131 of 378 ~ 34.66%
B 138 of 378 ~ 36.51'%

%28.84
%34.66
%36.51

CMYK color model

#6D838A color CMYK value is (21,5,0,46).

  • cyan value is 21.01%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (21,5,0,46)
C21M5Y0K46 (21%, 5%, 0%, 46%)
(0.21 / 0.05 / 0.00 / 0.46)

CMYK percentages

%21.01
%5.07
%0
%45.88

Codes

Color #6D838A in popluar color models

6D 83 8A
RGB 109 131 138
HSL 194° 11.74% 48.43%
HSB/HSV 194° 21.01% 54.12%
CMYK 21.01% 5.07% 0.00%
45.88%

Color #6D838A in popluar number systems.

HEX 6D 83 8A
Decimal 109 131 138
Binary 1101101 10000011 10001010
Octal 155 203 212

Shades and tints

Shades of #6D838A

#6D838A
(109,131,138)
#64787E
(100,120,126)
#5B6D72
(91,109,114)
#526266
(82,98,102)
#49575A
(73,87,90)
#404C4E
(64,76,78)
#374142
(55,65,66)
#2E3636
(46,54,54)
#252B2A
(37,43,42)
#1C201E
(28,32,30)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #6D838A

#6D838A
(109,131,138)
#7A8E94
(122,142,148)
#87999E
(135,153,158)
#94A4A8
(148,164,168)
#A1AFB2
(161,175,178)
#AEBABC
(174,186,188)
#BBC5C6
(187,197,198)
#C8D0D0
(200,208,208)
#D5DBDA
(213,219,218)
#E2E6E4
(226,230,228)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D838A; }

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

This text font color is #6D838A.

Background Color

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

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

This div background color is #6D838A.

Border color

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

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

This div border color is #6D838A.

Opacity

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

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

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

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

This text has shadow with #6D838A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D838A.

Preview

Color preview on black background

This text has color #6D838A on black background.


Color preview on white background

This text has color #6D838A on white background.


Black color preview on #6D838A background

This text has black color on #6D838A background.


White color preview on #6D838A background

This text has white color on #6D838A background.


Related colors

Complementary color

Complementary color for #hex is #927C75.


I love getcolorcode.com

Triadic colors

1 #8A6D83 and #838A6D with #6D838A are triadic colors.

2 #8A836D and #836D8A with #6D838A are triadic colors.