COLOR #60899F

HEX: #60899F
RGB: (96,137,159)

Color info

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

RGB color model

#60899F color RGB value is (96,137,159).

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

RGB channels and saturation

R 96 of 255 = 38%
G 137 of 255 = 54%
B 159 of 255 = 62%

96
137
159

R + G + B ~ 51%. #60899F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 137 + 159 = 392 (100%)
R 96 of 392 ~ 24.49%
G 137 of 392 ~ 34.95%
B 159 of 392 ~ 40.56%

%24.49
%34.95
%40.56

CMYK color model

#60899F color CMYK value is (40,14,0,38).

  • cyan value is 39.62%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(40,14,0,38)
C40M14Y0K38 
(40%,14%,0%,38%)
(0.40/0.14/0.00/0.38)	

CMYK percentages

%39.62
%13.84
%0
%37.65

Codes

Color #60899F in popluar color models

60899F
RGB96137159
HSL201°24.71%50.00%
HSB/HSV201°39.62%62.35%
CMYK39.62%13.84%0.00%
37.65%

Color #60899F in popluar number systems.

HEX60899F
Decimal96137159
Binary11000001000100110011111
Octal140211237

Shades and tints

Shades of #60899F

#60899F
(96,137,159)
#587D91
(88,125,145)
#507183
(80,113,131)
#486575
(72,101,117)
#405967
(64,89,103)
#384D59
(56,77,89)
#30414B
(48,65,75)
#28353D
(40,53,61)
#20292F
(32,41,47)
#181D21
(24,29,33)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #60899F

#60899F
(96,137,159)
#6E93A7
(110,147,167)
#7C9DAF
(124,157,175)
#8AA7B7
(138,167,183)
#98B1BF
(152,177,191)
#A6BBC7
(166,187,199)
#B4C5CF
(180,197,207)
#C2CFD7
(194,207,215)
#D0D9DF
(208,217,223)
#DEE3E7
(222,227,231)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60899F color. Also use rgb(96,137,159) instead hex code.

Text Font Color

.myTextColor { color: #60899F; }

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

This text font color is #60899F.


Background Color

.myBgColor { background-color: #60899F; }

<div style="background-color:#60899F">Inner text</div>

This div background color is #60899F.


Border color

.myBorderColor { border: 1px solid #60899F; }

<div style="border:3px solid #60899F">Div</div>

This div border color is #60899F.


Opacity

.myOpacity80 { color: #60899F; opacity: 0.8; }

<p style="color:#60899F;opacity:0.8;">80%</p>

Text with #60899F 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 #60899F;}

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

This text has shadow with #60899F color.

.textShadow {text-shadow: 3px 3px 1px #60899F, 3px 3px 1px red;}

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

This text has shadow with #60899F primary color and red secondary color.


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

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

This text has shadow with #60899F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60899F on black background.


Color preview on white background

This text has color #60899F on white background.



Black color preview on #60899F background

This text has black color on #60899F background.


White color preview on #60899F background

This text has white color on #60899F background.