COLOR #60889F

HEX: #60889F
RGB: (96,136,159)

Color info

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

RGB color model

#60889F color RGB value is (96,136,159).

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

RGB channels and saturation

R 96 of 255 = 38%
G 136 of 255 = 53%
B 159 of 255 = 62%

96
136
159

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

Portions of RGB colors in percentages

R + G + B =
96 + 136 + 159 = 391 (100%)
R 96 of 391 ~ 24.55%
G 136 of 391 ~ 34.78%
B 159 of 391 ~ 40.66%

%24.55
%34.78
%40.66

CMYK color model

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

  • cyan value is 39.62%
  • magenta value is 14.47%
  • 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
%14.47
%0
%37.65

Codes

Color #60889F in popluar color models

60889F
RGB96136159
HSL202°24.71%50.00%
HSB/HSV202°39.62%62.35%
CMYK39.62%14.47%0.00%
37.65%

Color #60889F in popluar number systems.

HEX60889F
Decimal96136159
Binary11000001000100010011111
Octal140210237

Shades and tints

Shades of #60889F

#60889F
(96,136,159)
#587C91
(88,124,145)
#507083
(80,112,131)
#486475
(72,100,117)
#405867
(64,88,103)
#384C59
(56,76,89)
#30404B
(48,64,75)
#28343D
(40,52,61)
#20282F
(32,40,47)
#181C21
(24,28,33)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #60889F

#60889F
(96,136,159)
#6E92A7
(110,146,167)
#7C9CAF
(124,156,175)
#8AA6B7
(138,166,183)
#98B0BF
(152,176,191)
#A6BAC7
(166,186,199)
#B4C4CF
(180,196,207)
#C2CED7
(194,206,215)
#D0D8DF
(208,216,223)
#DEE2E7
(222,226,231)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60889F; }

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

This text font color is #60889F.


Background Color

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

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

This div background color is #60889F.


Border color

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

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

This div border color is #60889F.


Opacity

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

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

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

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

This text has shadow with #60889F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60889F on black background.


Color preview on white background

This text has color #60889F on white background.



Black color preview on #60889F background

This text has black color on #60889F background.


White color preview on #60889F background

This text has white color on #60889F background.