COLOR #6D6F7B

HEX: #6D6F7B
RGB: (109,111,123)

Color info

#6D6F7B contains red, green and blue colors in about the same proportion. Web safe color of #6D6F7B is #666666 (or #666).

RGB color model

#6D6F7B color RGB value is (109,111,123).

  • red value is 109;
  • green value is 111;
  • blue value is 123.
RGB:
(109,111,123)
(43%,44%,48%)

RGB channels and saturation

R 109 of 255 = 43%
G 111 of 255 = 44%
B 123 of 255 = 48%

109
111
123

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

Portions of RGB colors in percentages

R + G + B =
109 + 111 + 123 = 343 (100%)
R 109 of 343 ~ 31.78%
G 111 of 343 ~ 32.36%
B 123 of 343 ~ 35.86%

%31.78
%32.36
%35.86

CMYK color model

#6D6F7B color CMYK value is (11,10,0,52).

  • cyan value is 11.38%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(11,10,0,52)
C11M10Y0K52 
(11%,10%,0%,52%)
(0.11/0.10/0.00/0.52)	

CMYK percentages

%11.38
%9.76
%0
%51.76

Codes

Color #6D6F7B in popluar color models

6D6F7B
RGB109111123
HSL231°6.03%45.49%
HSB/HSV231°11.38%48.24%
CMYK11.38%9.76%0.00%
51.76%

Color #6D6F7B in popluar number systems.

HEX6D6F7B
Decimal109111123
Binary110110111011111111011
Octal155157173

Shades and tints

Shades of #6D6F7B

#6D6F7B
(109,111,123)
#646570
(100,101,112)
#5B5B65
(91,91,101)
#52515A
(82,81,90)
#49474F
(73,71,79)
#403D44
(64,61,68)
#373339
(55,51,57)
#2E292E
(46,41,46)
#251F23
(37,31,35)
#1C1518
(28,21,24)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #6D6F7B

#6D6F7B
(109,111,123)
#7A7C87
(122,124,135)
#878993
(135,137,147)
#94969F
(148,150,159)
#A1A3AB
(161,163,171)
#AEB0B7
(174,176,183)
#BBBDC3
(187,189,195)
#C8CACF
(200,202,207)
#D5D7DB
(213,215,219)
#E2E4E7
(226,228,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6F7B color. Also use rgb(109,111,123) instead hex code.

Text Font Color

.myTextColor { color: #6D6F7B; }

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

This text font color is #6D6F7B.


Background Color

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

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

This div background color is #6D6F7B.


Border color

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

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

This div border color is #6D6F7B.


Opacity

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

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

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

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

This text has shadow with #6D6F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6F7B on black background.


Color preview on white background

This text has color #6D6F7B on white background.



Black color preview on #6D6F7B background

This text has black color on #6D6F7B background.


White color preview on #6D6F7B background

This text has white color on #6D6F7B background.