COLOR #6D9FB7

HEX: #6D9FB7
RGB: (109,159,183)

Color info

#6D9FB7 contains mainly green and blue colors. Web safe color of #6D9FB7 is #6699CC (or #69C).

RGB color model

#6D9FB7 color RGB value is (109,159,183).

  • red value is 109;
  • green value is 159;
  • blue value is 183.
RGB:
(109,159,183)
(43%,62%,72%)

RGB channels and saturation

R 109 of 255 = 43%
G 159 of 255 = 62%
B 183 of 255 = 72%

109
159
183

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

Portions of RGB colors in percentages

R + G + B =
109 + 159 + 183 = 451 (100%)
R 109 of 451 ~ 24.17%
G 159 of 451 ~ 35.25%
B 183 of 451 ~ 40.58%

%24.17
%35.25
%40.58

CMYK color model

#6D9FB7 color CMYK value is (40,13,0,28).

  • cyan value is 40.44%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(40,13,0,28)
C40M13Y0K28 
(40%,13%,0%,28%)
(0.40/0.13/0.00/0.28)	

CMYK percentages

%40.44
%13.11
%0
%28.24

Codes

Color #6D9FB7 in popluar color models

6D9FB7
RGB109159183
HSL199°33.94%57.25%
HSB/HSV199°40.44%71.76%
CMYK40.44%13.11%0.00%
28.24%

Color #6D9FB7 in popluar number systems.

HEX6D9FB7
Decimal109159183
Binary11011011001111110110111
Octal155237267

Shades and tints

Shades of #6D9FB7

#6D9FB7
(109,159,183)
#6491A7
(100,145,167)
#5B8397
(91,131,151)
#527587
(82,117,135)
#496777
(73,103,119)
#405967
(64,89,103)
#374B57
(55,75,87)
#2E3D47
(46,61,71)
#252F37
(37,47,55)
#1C2127
(28,33,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #6D9FB7

#6D9FB7
(109,159,183)
#7AA7BD
(122,167,189)
#87AFC3
(135,175,195)
#94B7C9
(148,183,201)
#A1BFCF
(161,191,207)
#AEC7D5
(174,199,213)
#BBCFDB
(187,207,219)
#C8D7E1
(200,215,225)
#D5DFE7
(213,223,231)
#E2E7ED
(226,231,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9FB7 color. Also use rgb(109,159,183) instead hex code.

Text Font Color

.myTextColor { color: #6D9FB7; }

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

This text font color is #6D9FB7.


Background Color

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

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

This div background color is #6D9FB7.


Border color

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

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

This div border color is #6D9FB7.


Opacity

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

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

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

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

This text has shadow with #6D9FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9FB7 on black background.


Color preview on white background

This text has color #6D9FB7 on white background.



Black color preview on #6D9FB7 background

This text has black color on #6D9FB7 background.


White color preview on #6D9FB7 background

This text has white color on #6D9FB7 background.