COLOR #6D7083

HEX: #6D7083
RGB: (109,112,131)

Color info

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

RGB color model

#6D7083 color RGB value is (109,112,131).

  • red value is 109;
  • green value is 112;
  • blue value is 131.
RGB:
(109,112,131)
(43%,44%,51%)

RGB channels and saturation

R 109 of 255 = 43%
G 112 of 255 = 44%
B 131 of 255 = 51%

109
112
131

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

Portions of RGB colors in percentages

R + G + B =
109 + 112 + 131 = 352 (100%)
R 109 of 352 ~ 30.97%
G 112 of 352 ~ 31.82%
B 131 of 352 ~ 37.22%

%30.97
%31.82
%37.22

CMYK color model

#6D7083 color CMYK value is (17,15,0,49).

  • cyan value is 16.79%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(17,15,0,49)
C17M15Y0K49 
(17%,15%,0%,49%)
(0.17/0.15/0.00/0.49)	

CMYK percentages

%16.79
%14.5
%0
%48.63

Codes

Color #6D7083 in popluar color models

6D7083
RGB109112131
HSL232°9.17%47.06%
HSB/HSV232°16.79%51.37%
CMYK16.79%14.50%0.00%
48.63%

Color #6D7083 in popluar number systems.

HEX6D7083
Decimal109112131
Binary1101101111000010000011
Octal155160203

Shades and tints

Shades of #6D7083

#6D7083
(109,112,131)
#646678
(100,102,120)
#5B5C6D
(91,92,109)
#525262
(82,82,98)
#494857
(73,72,87)
#403E4C
(64,62,76)
#373441
(55,52,65)
#2E2A36
(46,42,54)
#25202B
(37,32,43)
#1C1620
(28,22,32)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #6D7083

#6D7083
(109,112,131)
#7A7D8E
(122,125,142)
#878A99
(135,138,153)
#9497A4
(148,151,164)
#A1A4AF
(161,164,175)
#AEB1BA
(174,177,186)
#BBBEC5
(187,190,197)
#C8CBD0
(200,203,208)
#D5D8DB
(213,216,219)
#E2E5E6
(226,229,230)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7083 color. Also use rgb(109,112,131) instead hex code.

Text Font Color

.myTextColor { color: #6D7083; }

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

This text font color is #6D7083.


Background Color

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

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

This div background color is #6D7083.


Border color

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

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

This div border color is #6D7083.


Opacity

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

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

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

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

This text has shadow with #6D7083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7083 on black background.


Color preview on white background

This text has color #6D7083 on white background.



Black color preview on #6D7083 background

This text has black color on #6D7083 background.


White color preview on #6D7083 background

This text has white color on #6D7083 background.