COLOR #6089AF

HEX: #6089AF
RGB: (96,137,175)

Color info

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

RGB color model

#6089AF color RGB value is (96,137,175).

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

RGB channels and saturation

R 96 of 255 = 38%
G 137 of 255 = 54%
B 175 of 255 = 69%

96
137
175

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

Portions of RGB colors in percentages

R + G + B =
96 + 137 + 175 = 408 (100%)
R 96 of 408 ~ 23.53%
G 137 of 408 ~ 33.58%
B 175 of 408 ~ 42.89%

%23.53
%33.58
%42.89

CMYK color model

#6089AF color CMYK value is (45,22,0,31).

  • cyan value is 45.14%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(45,22,0,31)
C45M22Y0K31 
(45%,22%,0%,31%)
(0.45/0.22/0.00/0.31)	

CMYK percentages

%45.14
%21.71
%0
%31.37

Codes

Color #6089AF in popluar color models

6089AF
RGB96137175
HSL209°33.05%53.14%
HSB/HSV209°45.14%68.63%
CMYK45.14%21.71%0.00%
31.37%

Color #6089AF in popluar number systems.

HEX6089AF
Decimal96137175
Binary11000001000100110101111
Octal140211257

Shades and tints

Shades of #6089AF

#6089AF
(96,137,175)
#587DA0
(88,125,160)
#507191
(80,113,145)
#486582
(72,101,130)
#405973
(64,89,115)
#384D64
(56,77,100)
#304155
(48,65,85)
#283546
(40,53,70)
#202937
(32,41,55)
#181D28
(24,29,40)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #6089AF

#6089AF
(96,137,175)
#6E93B6
(110,147,182)
#7C9DBD
(124,157,189)
#8AA7C4
(138,167,196)
#98B1CB
(152,177,203)
#A6BBD2
(166,187,210)
#B4C5D9
(180,197,217)
#C2CFE0
(194,207,224)
#D0D9E7
(208,217,231)
#DEE3EE
(222,227,238)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6089AF; }

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

This text font color is #6089AF.


Background Color

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

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

This div background color is #6089AF.


Border color

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

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

This div border color is #6089AF.


Opacity

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

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

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

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

This text has shadow with #6089AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6089AF on black background.


Color preview on white background

This text has color #6089AF on white background.



Black color preview on #6089AF background

This text has black color on #6089AF background.


White color preview on #6089AF background

This text has white color on #6089AF background.