COLOR #6D9ABE

HEX: #6D9ABE
RGB: (109,154,190)

Color info

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

RGB color model

#6D9ABE color RGB value is (109,154,190).

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

RGB channels and saturation

R 109 of 255 = 43%
G 154 of 255 = 60%
B 190 of 255 = 75%

109
154
190

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

Portions of RGB colors in percentages

R + G + B =
109 + 154 + 190 = 453 (100%)
R 109 of 453 ~ 24.06%
G 154 of 453 ~ 34%
B 190 of 453 ~ 41.94%

%24.06
%34
%41.94

CMYK color model

#6D9ABE color CMYK value is (43,19,0,25).

  • cyan value is 42.63%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(43,19,0,25)
C43M19Y0K25 
(43%,19%,0%,25%)
(0.43/0.19/0.00/0.25)	

CMYK percentages

%42.63
%18.95
%0
%25.49

Codes

Color #6D9ABE in popluar color models

6D9ABE
RGB109154190
HSL207°38.39%58.63%
HSB/HSV207°42.63%74.51%
CMYK42.63%18.95%0.00%
25.49%

Color #6D9ABE in popluar number systems.

HEX6D9ABE
Decimal109154190
Binary11011011001101010111110
Octal155232276

Shades and tints

Shades of #6D9ABE

#6D9ABE
(109,154,190)
#648CAD
(100,140,173)
#5B7E9C
(91,126,156)
#52708B
(82,112,139)
#49627A
(73,98,122)
#405469
(64,84,105)
#374658
(55,70,88)
#2E3847
(46,56,71)
#252A36
(37,42,54)
#1C1C25
(28,28,37)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #6D9ABE

#6D9ABE
(109,154,190)
#7AA3C3
(122,163,195)
#87ACC8
(135,172,200)
#94B5CD
(148,181,205)
#A1BED2
(161,190,210)
#AEC7D7
(174,199,215)
#BBD0DC
(187,208,220)
#C8D9E1
(200,217,225)
#D5E2E6
(213,226,230)
#E2EBEB
(226,235,235)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9ABE; }

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

This text font color is #6D9ABE.


Background Color

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

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

This div background color is #6D9ABE.


Border color

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

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

This div border color is #6D9ABE.


Opacity

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

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

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

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

This text has shadow with #6D9ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9ABE on black background.


Color preview on white background

This text has color #6D9ABE on white background.



Black color preview on #6D9ABE background

This text has black color on #6D9ABE background.


White color preview on #6D9ABE background

This text has white color on #6D9ABE background.