COLOR #6D9AB5

HEX: #6D9AB5
RGB: (109,154,181)

Color info

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

RGB color model

#6D9AB5 color RGB value is (109,154,181).

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

RGB channels and saturation

R 109 of 255 = 43%
G 154 of 255 = 60%
B 181 of 255 = 71%

109
154
181

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

Portions of RGB colors in percentages

R + G + B =
109 + 154 + 181 = 444 (100%)
R 109 of 444 ~ 24.55%
G 154 of 444 ~ 34.68%
B 181 of 444 ~ 40.77%

%24.55
%34.68
%40.77

CMYK color model

#6D9AB5 color CMYK value is (40,15,0,29).

  • cyan value is 39.78%
  • magenta value is 14.92%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(40,15,0,29)
C40M15Y0K29 
(40%,15%,0%,29%)
(0.40/0.15/0.00/0.29)	

CMYK percentages

%39.78
%14.92
%0
%29.02

Codes

Color #6D9AB5 in popluar color models

6D9AB5
RGB109154181
HSL203°32.73%56.86%
HSB/HSV203°39.78%70.98%
CMYK39.78%14.92%0.00%
29.02%

Color #6D9AB5 in popluar number systems.

HEX6D9AB5
Decimal109154181
Binary11011011001101010110101
Octal155232265

Shades and tints

Shades of #6D9AB5

#6D9AB5
(109,154,181)
#648CA5
(100,140,165)
#5B7E95
(91,126,149)
#527085
(82,112,133)
#496275
(73,98,117)
#405465
(64,84,101)
#374655
(55,70,85)
#2E3845
(46,56,69)
#252A35
(37,42,53)
#1C1C25
(28,28,37)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #6D9AB5

#6D9AB5
(109,154,181)
#7AA3BB
(122,163,187)
#87ACC1
(135,172,193)
#94B5C7
(148,181,199)
#A1BECD
(161,190,205)
#AEC7D3
(174,199,211)
#BBD0D9
(187,208,217)
#C8D9DF
(200,217,223)
#D5E2E5
(213,226,229)
#E2EBEB
(226,235,235)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9AB5; }

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

This text font color is #6D9AB5.


Background Color

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

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

This div background color is #6D9AB5.


Border color

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

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

This div border color is #6D9AB5.


Opacity

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

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

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

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

This text has shadow with #6D9AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9AB5 on black background.


Color preview on white background

This text has color #6D9AB5 on white background.



Black color preview on #6D9AB5 background

This text has black color on #6D9AB5 background.


White color preview on #6D9AB5 background

This text has white color on #6D9AB5 background.