COLOR #6D8188

HEX: #6D8188 RGB: (109,129,136)

Color info

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

RGB color model

#6D8188 color RGB value is (109,129,136).

RGB: (109,129,136) (43%, 51%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 129 of 255 = 51%
B 136 of 255 = 53%

109
129
136

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

Portions of RGB colors in percentages

R + G + B = 109 + 129 + 136 = 374 (100%)
R 109 of 374 ~ 29.14%
G 129 of 374 ~ 34.49%
B 136 of 374 ~ 36.36'%

%29.14
%34.49
%36.36

CMYK color model

#6D8188 color CMYK value is (20,5,0,47).

  • cyan value is 19.85%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (20,5,0,47)
C20M5Y0K47 (20%, 5%, 0%, 47%)
(0.20 / 0.05 / 0.00 / 0.47)

CMYK percentages

%19.85
%5.15
%0
%46.67

Codes

Color #6D8188 in popluar color models

6D 81 88
RGB 109 129 136
HSL 196° 11.02% 48.04%
HSB/HSV 196° 19.85% 53.33%
CMYK 19.85% 5.15% 0.00%
46.67%

Color #6D8188 in popluar number systems.

HEX 6D 81 88
Decimal 109 129 136
Binary 1101101 10000001 10001000
Octal 155 201 210

Shades and tints

Shades of #6D8188

#6D8188
(109,129,136)
#64767C
(100,118,124)
#5B6B70
(91,107,112)
#526064
(82,96,100)
#495558
(73,85,88)
#404A4C
(64,74,76)
#373F40
(55,63,64)
#2E3434
(46,52,52)
#252928
(37,41,40)
#1C1E1C
(28,30,28)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #6D8188

#6D8188
(109,129,136)
#7A8C92
(122,140,146)
#87979C
(135,151,156)
#94A2A6
(148,162,166)
#A1ADB0
(161,173,176)
#AEB8BA
(174,184,186)
#BBC3C4
(187,195,196)
#C8CECE
(200,206,206)
#D5D9D8
(213,217,216)
#E2E4E2
(226,228,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8188 color. Also use rgb(109,129,136) instead hex code.

Text Font Color

.myTextColor { color: #6D8188; }

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

This text font color is #6D8188.

Background Color

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

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

This div background color is #6D8188.

Border color

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

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

This div border color is #6D8188.

Opacity

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

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

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

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

This text has shadow with #6D8188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8188.

Preview

Color preview on black background

This text has color #6D8188 on black background.


Color preview on white background

This text has color #6D8188 on white background.


Black color preview on #6D8188 background

This text has black color on #6D8188 background.


White color preview on #6D8188 background

This text has white color on #6D8188 background.


Related colors

Complementary color

Complementary color for #hex is #927E77.


I love getcolorcode.com

Triadic colors

1 #886D81 and #81886D with #6D8188 are triadic colors.

2 #88816D and #816D88 with #6D8188 are triadic colors.