COLOR #6D8086

HEX: #6D8086 RGB: (109,128,134)

Color info

#6D8086 contains red, green and blue colors in about the same proportion. Web safe color of #6D8086 is #666699 (or #669).

RGB color model

#6D8086 color RGB value is (109,128,134).

RGB: (109,128,134) (43%, 50%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 128 of 255 = 50%
B 134 of 255 = 53%

109
128
134

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

Portions of RGB colors in percentages

R + G + B = 109 + 128 + 134 = 371 (100%)
R 109 of 371 ~ 29.38%
G 128 of 371 ~ 34.5%
B 134 of 371 ~ 36.12'%

%29.38
%34.5
%36.12

CMYK color model

#6D8086 color CMYK value is (19,4,0,47).

  • cyan value is 18.66%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (19,4,0,47)
C19M4Y0K47 (19%, 4%, 0%, 47%)
(0.19 / 0.04 / 0.00 / 0.47)

CMYK percentages

%18.66
%4.48
%0
%47.45

Codes

Color #6D8086 in popluar color models

6D 80 86
RGB 109 128 134
HSL 194° 10.29% 47.65%
HSB/HSV 194° 18.66% 52.55%
CMYK 18.66% 4.48% 0.00%
47.45%

Color #6D8086 in popluar number systems.

HEX 6D 80 86
Decimal 109 128 134
Binary 1101101 10000000 10000110
Octal 155 200 206

Shades and tints

Shades of #6D8086

#6D8086
(109,128,134)
#64757A
(100,117,122)
#5B6A6E
(91,106,110)
#525F62
(82,95,98)
#495456
(73,84,86)
#40494A
(64,73,74)
#373E3E
(55,62,62)
#2E3332
(46,51,50)
#252826
(37,40,38)
#1C1D1A
(28,29,26)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #6D8086

#6D8086
(109,128,134)
#7A8B91
(122,139,145)
#87969C
(135,150,156)
#94A1A7
(148,161,167)
#A1ACB2
(161,172,178)
#AEB7BD
(174,183,189)
#BBC2C8
(187,194,200)
#C8CDD3
(200,205,211)
#D5D8DE
(213,216,222)
#E2E3E9
(226,227,233)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8086 color. Also use rgb(109,128,134) instead hex code.

Text Font Color

.myTextColor { color: #6D8086; }

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

This text font color is #6D8086.

Background Color

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

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

This div background color is #6D8086.

Border color

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

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

This div border color is #6D8086.

Opacity

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

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

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

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

This text has shadow with #6D8086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8086.

Preview

Color preview on black background

This text has color #6D8086 on black background.


Color preview on white background

This text has color #6D8086 on white background.


Black color preview on #6D8086 background

This text has black color on #6D8086 background.


White color preview on #6D8086 background

This text has white color on #6D8086 background.


Related colors

Complementary color

Complementary color for #hex is #927F79.


I love getcolorcode.com

Triadic colors

1 #866D80 and #80866D with #6D8086 are triadic colors.

2 #86806D and #806D86 with #6D8086 are triadic colors.