COLOR #6D9FBE

HEX: #6D9FBE
RGB: (109,159,190)

Color info

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

RGB color model

#6D9FBE color RGB value is (109,159,190).

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

RGB channels and saturation

R 109 of 255 = 43%
G 159 of 255 = 62%
B 190 of 255 = 75%

109
159
190

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

Portions of RGB colors in percentages

R + G + B =
109 + 159 + 190 = 458 (100%)
R 109 of 458 ~ 23.8%
G 159 of 458 ~ 34.72%
B 190 of 458 ~ 41.48%

%23.8
%34.72
%41.48

CMYK color model

#6D9FBE color CMYK value is (43,16,0,25).

  • cyan value is 42.63%
  • magenta value is 16.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(43,16,0,25)
C43M16Y0K25 
(43%,16%,0%,25%)
(0.43/0.16/0.00/0.25)	

CMYK percentages

%42.63
%16.32
%0
%25.49

Codes

Color #6D9FBE in popluar color models

6D9FBE
RGB109159190
HSL203°38.39%58.63%
HSB/HSV203°42.63%74.51%
CMYK42.63%16.32%0.00%
25.49%

Color #6D9FBE in popluar number systems.

HEX6D9FBE
Decimal109159190
Binary11011011001111110111110
Octal155237276

Shades and tints

Shades of #6D9FBE

#6D9FBE
(109,159,190)
#6491AD
(100,145,173)
#5B839C
(91,131,156)
#52758B
(82,117,139)
#49677A
(73,103,122)
#405969
(64,89,105)
#374B58
(55,75,88)
#2E3D47
(46,61,71)
#252F36
(37,47,54)
#1C2125
(28,33,37)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #6D9FBE

#6D9FBE
(109,159,190)
#7AA7C3
(122,167,195)
#87AFC8
(135,175,200)
#94B7CD
(148,183,205)
#A1BFD2
(161,191,210)
#AEC7D7
(174,199,215)
#BBCFDC
(187,207,220)
#C8D7E1
(200,215,225)
#D5DFE6
(213,223,230)
#E2E7EB
(226,231,235)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9FBE; }

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

This text font color is #6D9FBE.


Background Color

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

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

This div background color is #6D9FBE.


Border color

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

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

This div border color is #6D9FBE.


Opacity

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

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

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

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

This text has shadow with #6D9FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9FBE on black background.


Color preview on white background

This text has color #6D9FBE on white background.



Black color preview on #6D9FBE background

This text has black color on #6D9FBE background.


White color preview on #6D9FBE background

This text has white color on #6D9FBE background.