COLOR #6089AD

HEX: #6089AD
RGB: (96,137,173)

Color info

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

RGB color model

#6089AD color RGB value is (96,137,173).

  • red value is 96;
  • green value is 137;
  • blue value is 173.
RGB:
(96,137,173)
(38%,54%,68%)

RGB channels and saturation

R 96 of 255 = 38%
G 137 of 255 = 54%
B 173 of 255 = 68%

96
137
173

R + G + B ~ 53%. #6089AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 137 + 173 = 406 (100%)
R 96 of 406 ~ 23.65%
G 137 of 406 ~ 33.74%
B 173 of 406 ~ 42.61%

%23.65
%33.74
%42.61

CMYK color model

#6089AD color CMYK value is (45,21,0,32).

  • cyan value is 44.51%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(45,21,0,32)
C45M21Y0K32 
(45%,21%,0%,32%)
(0.45/0.21/0.00/0.32)	

CMYK percentages

%44.51
%20.81
%0
%32.16

Codes

Color #6089AD in popluar color models

6089AD
RGB96137173
HSL208°31.95%52.75%
HSB/HSV208°44.51%67.84%
CMYK44.51%20.81%0.00%
32.16%

Color #6089AD in popluar number systems.

HEX6089AD
Decimal96137173
Binary11000001000100110101101
Octal140211255

Shades and tints

Shades of #6089AD

#6089AD
(96,137,173)
#587D9E
(88,125,158)
#50718F
(80,113,143)
#486580
(72,101,128)
#405971
(64,89,113)
#384D62
(56,77,98)
#304153
(48,65,83)
#283544
(40,53,68)
#202935
(32,41,53)
#181D26
(24,29,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #6089AD

#6089AD
(96,137,173)
#6E93B4
(110,147,180)
#7C9DBB
(124,157,187)
#8AA7C2
(138,167,194)
#98B1C9
(152,177,201)
#A6BBD0
(166,187,208)
#B4C5D7
(180,197,215)
#C2CFDE
(194,207,222)
#D0D9E5
(208,217,229)
#DEE3EC
(222,227,236)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6089AD color. Also use rgb(96,137,173) instead hex code.

Text Font Color

.myTextColor { color: #6089AD; }

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

This text font color is #6089AD.


Background Color

.myBgColor { background-color: #6089AD; }

<div style="background-color:#6089AD">Inner text</div>

This div background color is #6089AD.


Border color

.myBorderColor { border: 1px solid #6089AD; }

<div style="border:3px solid #6089AD">Div</div>

This div border color is #6089AD.


Opacity

.myOpacity80 { color: #6089AD; opacity: 0.8; }

<p style="color:#6089AD;opacity:0.8;">80%</p>

Text with #6089AD 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 #6089AD;}

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

This text has shadow with #6089AD color.

.textShadow {text-shadow: 3px 3px 1px #6089AD, 3px 3px 1px red;}

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

This text has shadow with #6089AD primary color and red secondary color.


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

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

This text has shadow with #6089AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6089AD on black background.


Color preview on white background

This text has color #6089AD on white background.



Black color preview on #6089AD background

This text has black color on #6089AD background.


White color preview on #6089AD background

This text has white color on #6089AD background.