COLOR #6589AA

HEX: #6589AA
RGB: (101,137,170)

Color info

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

RGB color model

#6589AA color RGB value is (101,137,170).

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

RGB channels and saturation

R 101 of 255 = 40%
G 137 of 255 = 54%
B 170 of 255 = 67%

101
137
170

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

Portions of RGB colors in percentages

R + G + B =
101 + 137 + 170 = 408 (100%)
R 101 of 408 ~ 24.75%
G 137 of 408 ~ 33.58%
B 170 of 408 ~ 41.67%

%24.75
%33.58
%41.67

CMYK color model

#6589AA color CMYK value is (41,19,0,33).

  • cyan value is 40.59%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(41,19,0,33)
C41M19Y0K33 
(41%,19%,0%,33%)
(0.41/0.19/0.00/0.33)	

CMYK percentages

%40.59
%19.41
%0
%33.33

Codes

Color #6589AA in popluar color models

6589AA
RGB101137170
HSL209°28.87%53.14%
HSB/HSV209°40.59%66.67%
CMYK40.59%19.41%0.00%
33.33%

Color #6589AA in popluar number systems.

HEX6589AA
Decimal101137170
Binary11001011000100110101010
Octal145211252

Shades and tints

Shades of #6589AA

#6589AA
(101,137,170)
#5C7D9B
(92,125,155)
#53718C
(83,113,140)
#4A657D
(74,101,125)
#41596E
(65,89,110)
#384D5F
(56,77,95)
#2F4150
(47,65,80)
#263541
(38,53,65)
#1D2932
(29,41,50)
#141D23
(20,29,35)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #6589AA

#6589AA
(101,137,170)
#7393B1
(115,147,177)
#819DB8
(129,157,184)
#8FA7BF
(143,167,191)
#9DB1C6
(157,177,198)
#ABBBCD
(171,187,205)
#B9C5D4
(185,197,212)
#C7CFDB
(199,207,219)
#D5D9E2
(213,217,226)
#E3E3E9
(227,227,233)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6589AA color. Also use rgb(101,137,170) instead hex code.

Text Font Color

.myTextColor { color: #6589AA; }

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

This text font color is #6589AA.


Background Color

.myBgColor { background-color: #6589AA; }

<div style="background-color:#6589AA">Inner text</div>

This div background color is #6589AA.


Border color

.myBorderColor { border: 1px solid #6589AA; }

<div style="border:3px solid #6589AA">Div</div>

This div border color is #6589AA.


Opacity

.myOpacity80 { color: #6589AA; opacity: 0.8; }

<p style="color:#6589AA;opacity:0.8;">80%</p>

Text with #6589AA 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 #6589AA;}

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

This text has shadow with #6589AA color.

.textShadow {text-shadow: 3px 3px 1px #6589AA, 3px 3px 1px red;}

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

This text has shadow with #6589AA primary color and red secondary color.


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

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

This text has shadow with #6589AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6589AA on black background.


Color preview on white background

This text has color #6589AA on white background.



Black color preview on #6589AA background

This text has black color on #6589AA background.


White color preview on #6589AA background

This text has white color on #6589AA background.