COLOR #6A89AA

HEX: #6A89AA
RGB: (106,137,170)

Color info

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

RGB color model

#6A89AA color RGB value is (106,137,170).

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

RGB channels and saturation

R 106 of 255 = 42%
G 137 of 255 = 54%
B 170 of 255 = 67%

106
137
170

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

Portions of RGB colors in percentages

R + G + B =
106 + 137 + 170 = 413 (100%)
R 106 of 413 ~ 25.67%
G 137 of 413 ~ 33.17%
B 170 of 413 ~ 41.16%

%25.67
%33.17
%41.16

CMYK color model

#6A89AA color CMYK value is (38,19,0,33).

  • cyan value is 37.65%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(38,19,0,33)
C38M19Y0K33 
(38%,19%,0%,33%)
(0.38/0.19/0.00/0.33)	

CMYK percentages

%37.65
%19.41
%0
%33.33

Codes

Color #6A89AA in popluar color models

6A89AA
RGB106137170
HSL211°27.35%54.12%
HSB/HSV211°37.65%66.67%
CMYK37.65%19.41%0.00%
33.33%

Color #6A89AA in popluar number systems.

HEX6A89AA
Decimal106137170
Binary11010101000100110101010
Octal152211252

Shades and tints

Shades of #6A89AA

#6A89AA
(106,137,170)
#617D9B
(97,125,155)
#58718C
(88,113,140)
#4F657D
(79,101,125)
#46596E
(70,89,110)
#3D4D5F
(61,77,95)
#344150
(52,65,80)
#2B3541
(43,53,65)
#222932
(34,41,50)
#191D23
(25,29,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #6A89AA

#6A89AA
(106,137,170)
#7793B1
(119,147,177)
#849DB8
(132,157,184)
#91A7BF
(145,167,191)
#9EB1C6
(158,177,198)
#ABBBCD
(171,187,205)
#B8C5D4
(184,197,212)
#C5CFDB
(197,207,219)
#D2D9E2
(210,217,226)
#DFE3E9
(223,227,233)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A89AA; }

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

This text font color is #6A89AA.


Background Color

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

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

This div background color is #6A89AA.


Border color

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

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

This div border color is #6A89AA.


Opacity

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

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

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

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

This text has shadow with #6A89AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A89AA on black background.


Color preview on white background

This text has color #6A89AA on white background.



Black color preview on #6A89AA background

This text has black color on #6A89AA background.


White color preview on #6A89AA background

This text has white color on #6A89AA background.