COLOR #60677E

HEX: #60677E
RGB: (96,103,126)

Color info

#60677E contains red, green and blue colors in about the same proportion. Web safe color of #60677E is #666666 (or #666).

RGB color model

#60677E color RGB value is (96,103,126).

  • red value is 96;
  • green value is 103;
  • blue value is 126.
RGB:
(96,103,126)
(38%,40%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 103 of 255 = 40%
B 126 of 255 = 49%

96
103
126

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

Portions of RGB colors in percentages

R + G + B =
96 + 103 + 126 = 325 (100%)
R 96 of 325 ~ 29.54%
G 103 of 325 ~ 31.69%
B 126 of 325 ~ 38.77%

%29.54
%31.69
%38.77

CMYK color model

#60677E color CMYK value is (24,18,0,51).

  • cyan value is 23.81%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(24,18,0,51)
C24M18Y0K51 
(24%,18%,0%,51%)
(0.24/0.18/0.00/0.51)	

CMYK percentages

%23.81
%18.25
%0
%50.59

Codes

Color #60677E in popluar color models

60677E
RGB96103126
HSL226°13.51%43.53%
HSB/HSV226°23.81%49.41%
CMYK23.81%18.25%0.00%
50.59%

Color #60677E in popluar number systems.

HEX60677E
Decimal96103126
Binary110000011001111111110
Octal140147176

Shades and tints

Shades of #60677E

#60677E
(96,103,126)
#585E73
(88,94,115)
#505568
(80,85,104)
#484C5D
(72,76,93)
#404352
(64,67,82)
#383A47
(56,58,71)
#30313C
(48,49,60)
#282831
(40,40,49)
#201F26
(32,31,38)
#18161B
(24,22,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #60677E

#60677E
(96,103,126)
#6E7489
(110,116,137)
#7C8194
(124,129,148)
#8A8E9F
(138,142,159)
#989BAA
(152,155,170)
#A6A8B5
(166,168,181)
#B4B5C0
(180,181,192)
#C2C2CB
(194,194,203)
#D0CFD6
(208,207,214)
#DEDCE1
(222,220,225)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60677E color. Also use rgb(96,103,126) instead hex code.

Text Font Color

.myTextColor { color: #60677E; }

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

This text font color is #60677E.


Background Color

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

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

This div background color is #60677E.


Border color

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

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

This div border color is #60677E.


Opacity

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

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

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

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

This text has shadow with #60677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60677E on black background.


Color preview on white background

This text has color #60677E on white background.



Black color preview on #60677E background

This text has black color on #60677E background.


White color preview on #60677E background

This text has white color on #60677E background.