COLOR #6D7187

HEX: #6D7187
RGB: (109,113,135)

Color info

#6D7187 contains red, green and blue colors in about the same proportion. Web safe color of #6D7187 is #666699 (or #669).

RGB color model

#6D7187 color RGB value is (109,113,135).

  • red value is 109;
  • green value is 113;
  • blue value is 135.
RGB:
(109,113,135)
(43%,44%,53%)

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 135 of 255 = 53%

109
113
135

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

Portions of RGB colors in percentages

R + G + B =
109 + 113 + 135 = 357 (100%)
R 109 of 357 ~ 30.53%
G 113 of 357 ~ 31.65%
B 135 of 357 ~ 37.82%

%30.53
%31.65
%37.82

CMYK color model

#6D7187 color CMYK value is (19,16,0,47).

  • cyan value is 19.26%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(19,16,0,47)
C19M16Y0K47 
(19%,16%,0%,47%)
(0.19/0.16/0.00/0.47)	

CMYK percentages

%19.26
%16.3
%0
%47.06

Codes

Color #6D7187 in popluar color models

6D7187
RGB109113135
HSL231°10.66%47.84%
HSB/HSV231°19.26%52.94%
CMYK19.26%16.30%0.00%
47.06%

Color #6D7187 in popluar number systems.

HEX6D7187
Decimal109113135
Binary1101101111000110000111
Octal155161207

Shades and tints

Shades of #6D7187

#6D7187
(109,113,135)
#64677B
(100,103,123)
#5B5D6F
(91,93,111)
#525363
(82,83,99)
#494957
(73,73,87)
#403F4B
(64,63,75)
#37353F
(55,53,63)
#2E2B33
(46,43,51)
#252127
(37,33,39)
#1C171B
(28,23,27)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D7187

#6D7187
(109,113,135)
#7A7D91
(122,125,145)
#87899B
(135,137,155)
#9495A5
(148,149,165)
#A1A1AF
(161,161,175)
#AEADB9
(174,173,185)
#BBB9C3
(187,185,195)
#C8C5CD
(200,197,205)
#D5D1D7
(213,209,215)
#E2DDE1
(226,221,225)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7187 color. Also use rgb(109,113,135) instead hex code.

Text Font Color

.myTextColor { color: #6D7187; }

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

This text font color is #6D7187.


Background Color

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

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

This div background color is #6D7187.


Border color

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

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

This div border color is #6D7187.


Opacity

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

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

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

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

This text has shadow with #6D7187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7187 on black background.


Color preview on white background

This text has color #6D7187 on white background.



Black color preview on #6D7187 background

This text has black color on #6D7187 background.


White color preview on #6D7187 background

This text has white color on #6D7187 background.