COLOR #60677B

HEX: #60677B
RGB: (96,103,123)

Color info

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

RGB color model

#60677B color RGB value is (96,103,123).

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

RGB channels and saturation

R 96 of 255 = 38%
G 103 of 255 = 40%
B 123 of 255 = 48%

96
103
123

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

Portions of RGB colors in percentages

R + G + B =
96 + 103 + 123 = 322 (100%)
R 96 of 322 ~ 29.81%
G 103 of 322 ~ 31.99%
B 123 of 322 ~ 38.2%

%29.81
%31.99
%38.2

CMYK color model

#60677B color CMYK value is (22,16,0,52).

  • cyan value is 21.95%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(22,16,0,52)
C22M16Y0K52 
(22%,16%,0%,52%)
(0.22/0.16/0.00/0.52)	

CMYK percentages

%21.95
%16.26
%0
%51.76

Codes

Color #60677B in popluar color models

60677B
RGB96103123
HSL224°12.33%42.94%
HSB/HSV224°21.95%48.24%
CMYK21.95%16.26%0.00%
51.76%

Color #60677B in popluar number systems.

HEX60677B
Decimal96103123
Binary110000011001111111011
Octal140147173

Shades and tints

Shades of #60677B

#60677B
(96,103,123)
#585E70
(88,94,112)
#505565
(80,85,101)
#484C5A
(72,76,90)
#40434F
(64,67,79)
#383A44
(56,58,68)
#303139
(48,49,57)
#28282E
(40,40,46)
#201F23
(32,31,35)
#181618
(24,22,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #60677B

#60677B
(96,103,123)
#6E7487
(110,116,135)
#7C8193
(124,129,147)
#8A8E9F
(138,142,159)
#989BAB
(152,155,171)
#A6A8B7
(166,168,183)
#B4B5C3
(180,181,195)
#C2C2CF
(194,194,207)
#D0CFDB
(208,207,219)
#DEDCE7
(222,220,231)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60677B; }

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

This text font color is #60677B.


Background Color

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

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

This div background color is #60677B.


Border color

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

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

This div border color is #60677B.


Opacity

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

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

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

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

This text has shadow with #60677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60677B on black background.


Color preview on white background

This text has color #60677B on white background.



Black color preview on #60677B background

This text has black color on #60677B background.


White color preview on #60677B background

This text has white color on #60677B background.