COLOR #60949E

HEX: #60949E
RGB: (96,148,158)

Color info

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

RGB color model

#60949E color RGB value is (96,148,158).

  • red value is 96;
  • green value is 148;
  • blue value is 158.
RGB:
(96,148,158)
(38%,58%,62%)

RGB channels and saturation

R 96 of 255 = 38%
G 148 of 255 = 58%
B 158 of 255 = 62%

96
148
158

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

Portions of RGB colors in percentages

R + G + B =
96 + 148 + 158 = 402 (100%)
R 96 of 402 ~ 23.88%
G 148 of 402 ~ 36.82%
B 158 of 402 ~ 39.3%

%23.88
%36.82
%39.3

CMYK color model

#60949E color CMYK value is (39,6,0,38).

  • cyan value is 39.24%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(39,6,0,38)
C39M6Y0K38 
(39%,6%,0%,38%)
(0.39/0.06/0.00/0.38)	

CMYK percentages

%39.24
%6.33
%0
%38.04

Codes

Color #60949E in popluar color models

60949E
RGB96148158
HSL190°24.41%49.80%
HSB/HSV190°39.24%61.96%
CMYK39.24%6.33%0.00%
38.04%

Color #60949E in popluar number systems.

HEX60949E
Decimal96148158
Binary11000001001010010011110
Octal140224236

Shades and tints

Shades of #60949E

#60949E
(96,148,158)
#588790
(88,135,144)
#507A82
(80,122,130)
#486D74
(72,109,116)
#406066
(64,96,102)
#385358
(56,83,88)
#30464A
(48,70,74)
#28393C
(40,57,60)
#202C2E
(32,44,46)
#181F20
(24,31,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #60949E

#60949E
(96,148,158)
#6E9DA6
(110,157,166)
#7CA6AE
(124,166,174)
#8AAFB6
(138,175,182)
#98B8BE
(152,184,190)
#A6C1C6
(166,193,198)
#B4CACE
(180,202,206)
#C2D3D6
(194,211,214)
#D0DCDE
(208,220,222)
#DEE5E6
(222,229,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60949E color. Also use rgb(96,148,158) instead hex code.

Text Font Color

.myTextColor { color: #60949E; }

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

This text font color is #60949E.


Background Color

.myBgColor { background-color: #60949E; }

<div style="background-color:#60949E">Inner text</div>

This div background color is #60949E.


Border color

.myBorderColor { border: 1px solid #60949E; }

<div style="border:3px solid #60949E">Div</div>

This div border color is #60949E.


Opacity

.myOpacity80 { color: #60949E; opacity: 0.8; }

<p style="color:#60949E;opacity:0.8;">80%</p>

Text with #60949E 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 #60949E;}

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

This text has shadow with #60949E color.

.textShadow {text-shadow: 3px 3px 1px #60949E, 3px 3px 1px red;}

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

This text has shadow with #60949E primary color and red secondary color.


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

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

This text has shadow with #60949E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60949E on black background.


Color preview on white background

This text has color #60949E on white background.



Black color preview on #60949E background

This text has black color on #60949E background.


White color preview on #60949E background

This text has white color on #60949E background.