COLOR #60778B

HEX: #60778B
RGB: (96,119,139)

Color info

#60778B contains red, green and blue colors in about the same proportion. Web safe color of #60778B is #666699 (or #669).

RGB color model

#60778B color RGB value is (96,119,139).

  • red value is 96;
  • green value is 119;
  • blue value is 139.
RGB:
(96,119,139)
(38%,47%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 119 of 255 = 47%
B 139 of 255 = 55%

96
119
139

R + G + B ~ 47%. #60778B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 119 + 139 = 354 (100%)
R 96 of 354 ~ 27.12%
G 119 of 354 ~ 33.62%
B 139 of 354 ~ 39.27%

%27.12
%33.62
%39.27

CMYK color model

#60778B color CMYK value is (31,14,0,45).

  • cyan value is 30.94%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(31,14,0,45)
C31M14Y0K45 
(31%,14%,0%,45%)
(0.31/0.14/0.00/0.45)	

CMYK percentages

%30.94
%14.39
%0
%45.49

Codes

Color #60778B in popluar color models

60778B
RGB96119139
HSL208°18.30%46.08%
HSB/HSV208°30.94%54.51%
CMYK30.94%14.39%0.00%
45.49%

Color #60778B in popluar number systems.

HEX60778B
Decimal96119139
Binary1100000111011110001011
Octal140167213

Shades and tints

Shades of #60778B

#60778B
(96,119,139)
#586D7F
(88,109,127)
#506373
(80,99,115)
#485967
(72,89,103)
#404F5B
(64,79,91)
#38454F
(56,69,79)
#303B43
(48,59,67)
#283137
(40,49,55)
#20272B
(32,39,43)
#181D1F
(24,29,31)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #60778B

#60778B
(96,119,139)
#6E8395
(110,131,149)
#7C8F9F
(124,143,159)
#8A9BA9
(138,155,169)
#98A7B3
(152,167,179)
#A6B3BD
(166,179,189)
#B4BFC7
(180,191,199)
#C2CBD1
(194,203,209)
#D0D7DB
(208,215,219)
#DEE3E5
(222,227,229)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60778B color. Also use rgb(96,119,139) instead hex code.

Text Font Color

.myTextColor { color: #60778B; }

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

This text font color is #60778B.


Background Color

.myBgColor { background-color: #60778B; }

<div style="background-color:#60778B">Inner text</div>

This div background color is #60778B.


Border color

.myBorderColor { border: 1px solid #60778B; }

<div style="border:3px solid #60778B">Div</div>

This div border color is #60778B.


Opacity

.myOpacity80 { color: #60778B; opacity: 0.8; }

<p style="color:#60778B;opacity:0.8;">80%</p>

Text with #60778B 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 #60778B;}

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

This text has shadow with #60778B color.

.textShadow {text-shadow: 3px 3px 1px #60778B, 3px 3px 1px red;}

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

This text has shadow with #60778B primary color and red secondary color.


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

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

This text has shadow with #60778B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60778B on black background.


Color preview on white background

This text has color #60778B on white background.



Black color preview on #60778B background

This text has black color on #60778B background.


White color preview on #60778B background

This text has white color on #60778B background.