COLOR #6D8AAB

HEX: #6D8AAB
RGB: (109,138,171)

Color info

#6D8AAB contains mainly green and blue colors. Web safe color of #6D8AAB is #669999 (or #699).

RGB color model

#6D8AAB color RGB value is (109,138,171).

  • red value is 109;
  • green value is 138;
  • blue value is 171.
RGB:
(109,138,171)
(43%,54%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 138 of 255 = 54%
B 171 of 255 = 67%

109
138
171

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

Portions of RGB colors in percentages

R + G + B =
109 + 138 + 171 = 418 (100%)
R 109 of 418 ~ 26.08%
G 138 of 418 ~ 33.01%
B 171 of 418 ~ 40.91%

%26.08
%33.01
%40.91

CMYK color model

#6D8AAB color CMYK value is (36,19,0,33).

  • cyan value is 36.26%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(36,19,0,33)
C36M19Y0K33 
(36%,19%,0%,33%)
(0.36/0.19/0.00/0.33)	

CMYK percentages

%36.26
%19.3
%0
%32.94

Codes

Color #6D8AAB in popluar color models

6D8AAB
RGB109138171
HSL212°26.96%54.90%
HSB/HSV212°36.26%67.06%
CMYK36.26%19.30%0.00%
32.94%

Color #6D8AAB in popluar number systems.

HEX6D8AAB
Decimal109138171
Binary11011011000101010101011
Octal155212253

Shades and tints

Shades of #6D8AAB

#6D8AAB
(109,138,171)
#647E9C
(100,126,156)
#5B728D
(91,114,141)
#52667E
(82,102,126)
#495A6F
(73,90,111)
#404E60
(64,78,96)
#374251
(55,66,81)
#2E3642
(46,54,66)
#252A33
(37,42,51)
#1C1E24
(28,30,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #6D8AAB

#6D8AAB
(109,138,171)
#7A94B2
(122,148,178)
#879EB9
(135,158,185)
#94A8C0
(148,168,192)
#A1B2C7
(161,178,199)
#AEBCCE
(174,188,206)
#BBC6D5
(187,198,213)
#C8D0DC
(200,208,220)
#D5DAE3
(213,218,227)
#E2E4EA
(226,228,234)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8AAB color. Also use rgb(109,138,171) instead hex code.

Text Font Color

.myTextColor { color: #6D8AAB; }

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

This text font color is #6D8AAB.


Background Color

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

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

This div background color is #6D8AAB.


Border color

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

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

This div border color is #6D8AAB.


Opacity

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

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

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

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

This text has shadow with #6D8AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8AAB on black background.


Color preview on white background

This text has color #6D8AAB on white background.



Black color preview on #6D8AAB background

This text has black color on #6D8AAB background.


White color preview on #6D8AAB background

This text has white color on #6D8AAB background.