COLOR #6D89AA

HEX: #6D89AA
RGB: (109,137,170)

Color info

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

RGB color model

#6D89AA color RGB value is (109,137,170).

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

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 170 of 255 = 67%

109
137
170

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

Portions of RGB colors in percentages

R + G + B =
109 + 137 + 170 = 416 (100%)
R 109 of 416 ~ 26.2%
G 137 of 416 ~ 32.93%
B 170 of 416 ~ 40.87%

%26.2
%32.93
%40.87

CMYK color model

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

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

CMYK percentages

%35.88
%19.41
%0
%33.33

Codes

Color #6D89AA in popluar color models

6D89AA
RGB109137170
HSL212°26.41%54.71%
HSB/HSV212°35.88%66.67%
CMYK35.88%19.41%0.00%
33.33%

Color #6D89AA in popluar number systems.

HEX6D89AA
Decimal109137170
Binary11011011000100110101010
Octal155211252

Shades and tints

Shades of #6D89AA

#6D89AA
(109,137,170)
#647D9B
(100,125,155)
#5B718C
(91,113,140)
#52657D
(82,101,125)
#49596E
(73,89,110)
#404D5F
(64,77,95)
#374150
(55,65,80)
#2E3541
(46,53,65)
#252932
(37,41,50)
#1C1D23
(28,29,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #6D89AA

#6D89AA
(109,137,170)
#7A93B1
(122,147,177)
#879DB8
(135,157,184)
#94A7BF
(148,167,191)
#A1B1C6
(161,177,198)
#AEBBCD
(174,187,205)
#BBC5D4
(187,197,212)
#C8CFDB
(200,207,219)
#D5D9E2
(213,217,226)
#E2E3E9
(226,227,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D89AA color. Also use rgb(109,137,170) instead hex code.

Text Font Color

.myTextColor { color: #6D89AA; }

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

This text font color is #6D89AA.


Background Color

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

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

This div background color is #6D89AA.


Border color

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

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

This div border color is #6D89AA.


Opacity

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

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

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

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

This text has shadow with #6D89AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D89AA on black background.


Color preview on white background

This text has color #6D89AA on white background.



Black color preview on #6D89AA background

This text has black color on #6D89AA background.


White color preview on #6D89AA background

This text has white color on #6D89AA background.