COLOR #6D7E99

HEX: #6D7E99
RGB: (109,126,153)

Color info

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

RGB color model

#6D7E99 color RGB value is (109,126,153).

  • red value is 109;
  • green value is 126;
  • blue value is 153.
RGB:
(109,126,153)
(43%,49%,60%)

RGB channels and saturation

R 109 of 255 = 43%
G 126 of 255 = 49%
B 153 of 255 = 60%

109
126
153

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

Portions of RGB colors in percentages

R + G + B =
109 + 126 + 153 = 388 (100%)
R 109 of 388 ~ 28.09%
G 126 of 388 ~ 32.47%
B 153 of 388 ~ 39.43%

%28.09
%32.47
%39.43

CMYK color model

#6D7E99 color CMYK value is (29,18,0,40).

  • cyan value is 28.76%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(29,18,0,40)
C29M18Y0K40 
(29%,18%,0%,40%)
(0.29/0.18/0.00/0.40)	

CMYK percentages

%28.76
%17.65
%0
%40

Codes

Color #6D7E99 in popluar color models

6D7E99
RGB109126153
HSL217°17.74%51.37%
HSB/HSV217°28.76%60.00%
CMYK28.76%17.65%0.00%
40.00%

Color #6D7E99 in popluar number systems.

HEX6D7E99
Decimal109126153
Binary1101101111111010011001
Octal155176231

Shades and tints

Shades of #6D7E99

#6D7E99
(109,126,153)
#64738C
(100,115,140)
#5B687F
(91,104,127)
#525D72
(82,93,114)
#495265
(73,82,101)
#404758
(64,71,88)
#373C4B
(55,60,75)
#2E313E
(46,49,62)
#252631
(37,38,49)
#1C1B24
(28,27,36)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #6D7E99

#6D7E99
(109,126,153)
#7A89A2
(122,137,162)
#8794AB
(135,148,171)
#949FB4
(148,159,180)
#A1AABD
(161,170,189)
#AEB5C6
(174,181,198)
#BBC0CF
(187,192,207)
#C8CBD8
(200,203,216)
#D5D6E1
(213,214,225)
#E2E1EA
(226,225,234)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7E99 color. Also use rgb(109,126,153) instead hex code.

Text Font Color

.myTextColor { color: #6D7E99; }

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

This text font color is #6D7E99.


Background Color

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

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

This div background color is #6D7E99.


Border color

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

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

This div border color is #6D7E99.


Opacity

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

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

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

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

This text has shadow with #6D7E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E99 on black background.


Color preview on white background

This text has color #6D7E99 on white background.



Black color preview on #6D7E99 background

This text has black color on #6D7E99 background.


White color preview on #6D7E99 background

This text has white color on #6D7E99 background.