COLOR #6D8491

HEX: #6D8491 RGB: (109,132,145)

Color info

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

RGB color model

#6D8491 color RGB value is (109,132,145).

RGB: (109,132,145) (43%, 52%, 57%)

RGB channels and saturation

R 109 of 255 = 43%
G 132 of 255 = 52%
B 145 of 255 = 57%

109
132
145

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

Portions of RGB colors in percentages

R + G + B = 109 + 132 + 145 = 386 (100%)
R 109 of 386 ~ 28.24%
G 132 of 386 ~ 34.2%
B 145 of 386 ~ 37.56'%

%28.24
%34.2
%37.56

CMYK color model

#6D8491 color CMYK value is (25,9,0,43).

  • cyan value is 24.83%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (25,9,0,43)
C25M9Y0K43 (25%, 9%, 0%, 43%)
(0.25 / 0.09 / 0.00 / 0.43)

CMYK percentages

%24.83
%8.97
%0
%43.14

Codes

Color #6D8491 in popluar color models

6D 84 91
RGB 109 132 145
HSL 202° 14.17% 49.80%
HSB/HSV 202° 24.83% 56.86%
CMYK 24.83% 8.97% 0.00%
43.14%

Color #6D8491 in popluar number systems.

HEX 6D 84 91
Decimal 109 132 145
Binary 1101101 10000100 10010001
Octal 155 204 221

Shades and tints

Shades of #6D8491

#6D8491
(109,132,145)
#647884
(100,120,132)
#5B6C77
(91,108,119)
#52606A
(82,96,106)
#49545D
(73,84,93)
#404850
(64,72,80)
#373C43
(55,60,67)
#2E3036
(46,48,54)
#252429
(37,36,41)
#1C181C
(28,24,28)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D8491

#6D8491
(109,132,145)
#7A8F9B
(122,143,155)
#879AA5
(135,154,165)
#94A5AF
(148,165,175)
#A1B0B9
(161,176,185)
#AEBBC3
(174,187,195)
#BBC6CD
(187,198,205)
#C8D1D7
(200,209,215)
#D5DCE1
(213,220,225)
#E2E7EB
(226,231,235)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8491 color. Also use rgb(109,132,145) instead hex code.

Text Font Color

.myTextColor { color: #6D8491; }

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

This text font color is #6D8491.

Background Color

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

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

This div background color is #6D8491.

Border color

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

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

This div border color is #6D8491.

Opacity

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

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

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

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

This text has shadow with #6D8491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8491.

Preview

Color preview on black background

This text has color #6D8491 on black background.


Color preview on white background

This text has color #6D8491 on white background.


Black color preview on #6D8491 background

This text has black color on #6D8491 background.


White color preview on #6D8491 background

This text has white color on #6D8491 background.


Related colors

Complementary color

Complementary color for #hex is #927B6E.


I love getcolorcode.com

Triadic colors

1 #916D84 and #84916D with #6D8491 are triadic colors.

2 #91846D and #846D91 with #6D8491 are triadic colors.