COLOR #6D8191

HEX: #6D8191
RGB: (109,129,145)

Color info

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

RGB color model

#6D8191 color RGB value is (109,129,145).

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

RGB channels and saturation

R 109 of 255 = 43%
G 129 of 255 = 51%
B 145 of 255 = 57%

109
129
145

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

Portions of RGB colors in percentages

R + G + B =
109 + 129 + 145 = 383 (100%)
R 109 of 383 ~ 28.46%
G 129 of 383 ~ 33.68%
B 145 of 383 ~ 37.86%

%28.46
%33.68
%37.86

CMYK color model

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

  • cyan value is 24.83%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(25,11,0,43)
C25M11Y0K43 
(25%,11%,0%,43%)
(0.25/0.11/0.00/0.43)	

CMYK percentages

%24.83
%11.03
%0
%43.14

Codes

Color #6D8191 in popluar color models

6D8191
RGB109129145
HSL207°14.17%49.80%
HSB/HSV207°24.83%56.86%
CMYK24.83%11.03%0.00%
43.14%

Color #6D8191 in popluar number systems.

HEX6D8191
Decimal109129145
Binary11011011000000110010001
Octal155201221

Shades and tints

Shades of #6D8191

#6D8191
(109,129,145)
#647684
(100,118,132)
#5B6B77
(91,107,119)
#52606A
(82,96,106)
#49555D
(73,85,93)
#404A50
(64,74,80)
#373F43
(55,63,67)
#2E3436
(46,52,54)
#252929
(37,41,41)
#1C1E1C
(28,30,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D8191

#6D8191
(109,129,145)
#7A8C9B
(122,140,155)
#8797A5
(135,151,165)
#94A2AF
(148,162,175)
#A1ADB9
(161,173,185)
#AEB8C3
(174,184,195)
#BBC3CD
(187,195,205)
#C8CED7
(200,206,215)
#D5D9E1
(213,217,225)
#E2E4EB
(226,228,235)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8191; }

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

This text font color is #6D8191.


Background Color

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

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

This div background color is #6D8191.


Border color

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

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

This div border color is #6D8191.


Opacity

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

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

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

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

This text has shadow with #6D8191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8191 on black background.


Color preview on white background

This text has color #6D8191 on white background.



Black color preview on #6D8191 background

This text has black color on #6D8191 background.


White color preview on #6D8191 background

This text has white color on #6D8191 background.