COLOR #6D8891

HEX: #6D8891
RGB: (109,136,145)

Color info

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

RGB color model

#6D8891 color RGB value is (109,136,145).

  • red value is 109;
  • green value is 136;
  • blue value is 145.
RGB:
(109,136,145)
(43%,53%,57%)

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 145 of 255 = 57%

109
136
145

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

Portions of RGB colors in percentages

R + G + B =
109 + 136 + 145 = 390 (100%)
R 109 of 390 ~ 27.95%
G 136 of 390 ~ 34.87%
B 145 of 390 ~ 37.18%

%27.95
%34.87
%37.18

CMYK color model

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

  • cyan value is 24.83%
  • magenta value is 6.21%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(25,6,0,43)
C25M6Y0K43 
(25%,6%,0%,43%)
(0.25/0.06/0.00/0.43)	

CMYK percentages

%24.83
%6.21
%0
%43.14

Codes

Color #6D8891 in popluar color models

6D8891
RGB109136145
HSL195°14.17%49.80%
HSB/HSV195°24.83%56.86%
CMYK24.83%6.21%0.00%
43.14%

Color #6D8891 in popluar number systems.

HEX6D8891
Decimal109136145
Binary11011011000100010010001
Octal155210221

Shades and tints

Shades of #6D8891

#6D8891
(109,136,145)
#647C84
(100,124,132)
#5B7077
(91,112,119)
#52646A
(82,100,106)
#49585D
(73,88,93)
#404C50
(64,76,80)
#374043
(55,64,67)
#2E3436
(46,52,54)
#252829
(37,40,41)
#1C1C1C
(28,28,28)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D8891

#6D8891
(109,136,145)
#7A929B
(122,146,155)
#879CA5
(135,156,165)
#94A6AF
(148,166,175)
#A1B0B9
(161,176,185)
#AEBAC3
(174,186,195)
#BBC4CD
(187,196,205)
#C8CED7
(200,206,215)
#D5D8E1
(213,216,225)
#E2E2EB
(226,226,235)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8891; }

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

This text font color is #6D8891.


Background Color

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

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

This div background color is #6D8891.


Border color

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

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

This div border color is #6D8891.


Opacity

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

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

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

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

This text has shadow with #6D8891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8891 on black background.


Color preview on white background

This text has color #6D8891 on white background.



Black color preview on #6D8891 background

This text has black color on #6D8891 background.


White color preview on #6D8891 background

This text has white color on #6D8891 background.