COLOR #6D919D

HEX: #6D919D
RGB: (109,145,157)

Color info

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

RGB color model

#6D919D color RGB value is (109,145,157).

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

RGB channels and saturation

R 109 of 255 = 43%
G 145 of 255 = 57%
B 157 of 255 = 62%

109
145
157

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

Portions of RGB colors in percentages

R + G + B =
109 + 145 + 157 = 411 (100%)
R 109 of 411 ~ 26.52%
G 145 of 411 ~ 35.28%
B 157 of 411 ~ 38.2%

%26.52
%35.28
%38.2

CMYK color model

#6D919D color CMYK value is (31,8,0,38).

  • cyan value is 30.57%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(31,8,0,38)
C31M8Y0K38 
(31%,8%,0%,38%)
(0.31/0.08/0.00/0.38)	

CMYK percentages

%30.57
%7.64
%0
%38.43

Codes

Color #6D919D in popluar color models

6D919D
RGB109145157
HSL195°19.67%52.16%
HSB/HSV195°30.57%61.57%
CMYK30.57%7.64%0.00%
38.43%

Color #6D919D in popluar number systems.

HEX6D919D
Decimal109145157
Binary11011011001000110011101
Octal155221235

Shades and tints

Shades of #6D919D

#6D919D
(109,145,157)
#64848F
(100,132,143)
#5B7781
(91,119,129)
#526A73
(82,106,115)
#495D65
(73,93,101)
#405057
(64,80,87)
#374349
(55,67,73)
#2E363B
(46,54,59)
#25292D
(37,41,45)
#1C1C1F
(28,28,31)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #6D919D

#6D919D
(109,145,157)
#7A9BA5
(122,155,165)
#87A5AD
(135,165,173)
#94AFB5
(148,175,181)
#A1B9BD
(161,185,189)
#AEC3C5
(174,195,197)
#BBCDCD
(187,205,205)
#C8D7D5
(200,215,213)
#D5E1DD
(213,225,221)
#E2EBE5
(226,235,229)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D919D; }

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

This text font color is #6D919D.


Background Color

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

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

This div background color is #6D919D.


Border color

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

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

This div border color is #6D919D.


Opacity

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

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

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

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

This text has shadow with #6D919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D919D on black background.


Color preview on white background

This text has color #6D919D on white background.



Black color preview on #6D919D background

This text has black color on #6D919D background.


White color preview on #6D919D background

This text has white color on #6D919D background.