COLOR #6D8588

HEX: #6D8588 RGB: (109,133,136)

Color info

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

RGB color model

#6D8588 color RGB value is (109,133,136).

RGB: (109,133,136) (43%, 52%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 133 of 255 = 52%
B 136 of 255 = 53%

109
133
136

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

Portions of RGB colors in percentages

R + G + B = 109 + 133 + 136 = 378 (100%)
R 109 of 378 ~ 28.84%
G 133 of 378 ~ 35.19%
B 136 of 378 ~ 35.98'%

%28.84
%35.19
%35.98

CMYK color model

#6D8588 color CMYK value is (20,2,0,47).

  • cyan value is 19.85%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (20,2,0,47) C20M2Y0K47 (20%,2%,0%,47%) (0.20/0.02/0.00/0.47) 

CMYK percentages

%19.85
%2.21
%0
%46.67

Codes

Color #6D8588 in popluar color models

6D 85 88
RGB 109 133 136
HSL 187° 11.02% 48.04%
HSB/HSV 187° 19.85% 53.33%
CMYK 19.85% 2.21% 0.00%
46.67%

Color #6D8588 in popluar number systems.

HEX 6D 85 88
Decimal 109 133 136
Binary 1101101 10000101 10001000
Octal 155 205 210

Shades and tints

Shades of #6D8588

#6D8588
(109,133,136)
#64797C
(100,121,124)
#5B6D70
(91,109,112)
#526164
(82,97,100)
#495558
(73,85,88)
#40494C
(64,73,76)
#373D40
(55,61,64)
#2E3134
(46,49,52)
#252528
(37,37,40)
#1C191C
(28,25,28)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D8588

#6D8588
(109,133,136)
#7A9092
(122,144,146)
#879B9C
(135,155,156)
#94A6A6
(148,166,166)
#A1B1B0
(161,177,176)
#AEBCBA
(174,188,186)
#BBC7C4
(187,199,196)
#C8D2CE
(200,210,206)
#D5DDD8
(213,221,216)
#E2E8E2
(226,232,226)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8588; }

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

This text font color is #6D8588.

Background Color

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

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

This div background color is #6D8588.

Border color

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

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

This div border color is #6D8588.

Opacity

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

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

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

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

This text has shadow with #6D8588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8588.

Preview

Color preview on black background

This text has color #6D8588 on black background.


Color preview on white background

This text has color #6D8588 on white background.


Black color preview on #6D8588 background

This text has black color on #6D8588 background.


White color preview on #6D8588 background

This text has white color on #6D8588 background.


Related colors

Complementary color

Complementary color for #hex is #927A77.


I love getcolorcode.com

Triadic colors

1 #886D85 and #85886D with #6D8588 are triadic colors.

2 #88856D and #856D88 with #6D8588 are triadic colors.