COLOR #6089AC

HEX: #6089AC
RGB: (96,137,172)

Color info

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

RGB color model

#6089AC color RGB value is (96,137,172).

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

RGB channels and saturation

R 96 of 255 = 38%
G 137 of 255 = 54%
B 172 of 255 = 67%

96
137
172

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

Portions of RGB colors in percentages

R + G + B =
96 + 137 + 172 = 405 (100%)
R 96 of 405 ~ 23.7%
G 137 of 405 ~ 33.83%
B 172 of 405 ~ 42.47%

%23.7
%33.83
%42.47

CMYK color model

#6089AC color CMYK value is (44,20,0,33).

  • cyan value is 44.19%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(44,20,0,33)
C44M20Y0K33 
(44%,20%,0%,33%)
(0.44/0.20/0.00/0.33)	

CMYK percentages

%44.19
%20.35
%0
%32.55

Codes

Color #6089AC in popluar color models

6089AC
RGB96137172
HSL208°31.40%52.55%
HSB/HSV208°44.19%67.45%
CMYK44.19%20.35%0.00%
32.55%

Color #6089AC in popluar number systems.

HEX6089AC
Decimal96137172
Binary11000001000100110101100
Octal140211254

Shades and tints

Shades of #6089AC

#6089AC
(96,137,172)
#587D9D
(88,125,157)
#50718E
(80,113,142)
#48657F
(72,101,127)
#405970
(64,89,112)
#384D61
(56,77,97)
#304152
(48,65,82)
#283543
(40,53,67)
#202934
(32,41,52)
#181D25
(24,29,37)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #6089AC

#6089AC
(96,137,172)
#6E93B3
(110,147,179)
#7C9DBA
(124,157,186)
#8AA7C1
(138,167,193)
#98B1C8
(152,177,200)
#A6BBCF
(166,187,207)
#B4C5D6
(180,197,214)
#C2CFDD
(194,207,221)
#D0D9E4
(208,217,228)
#DEE3EB
(222,227,235)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6089AC; }

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

This text font color is #6089AC.


Background Color

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

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

This div background color is #6089AC.


Border color

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

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

This div border color is #6089AC.


Opacity

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

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

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

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

This text has shadow with #6089AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6089AC on black background.


Color preview on white background

This text has color #6089AC on white background.



Black color preview on #6089AC background

This text has black color on #6089AC background.


White color preview on #6089AC background

This text has white color on #6089AC background.