COLOR #60687D

HEX: #60687D
RGB: (96,104,125)

Color info

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

RGB color model

#60687D color RGB value is (96,104,125).

  • red value is 96;
  • green value is 104;
  • blue value is 125.
RGB:
(96,104,125)
(38%,41%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 125 of 255 = 49%

96
104
125

R + G + B ~ 43%. #60687D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 104 + 125 = 325 (100%)
R 96 of 325 ~ 29.54%
G 104 of 325 ~ 32%
B 125 of 325 ~ 38.46%

%29.54
%32
%38.46

CMYK color model

#60687D color CMYK value is (23,17,0,51).

  • cyan value is 23.20%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(23,17,0,51)
C23M17Y0K51 
(23%,17%,0%,51%)
(0.23/0.17/0.00/0.51)	

CMYK percentages

%23.2
%16.8
%0
%50.98

Codes

Color #60687D in popluar color models

60687D
RGB96104125
HSL223°13.12%43.33%
HSB/HSV223°23.20%49.02%
CMYK23.20%16.80%0.00%
50.98%

Color #60687D in popluar number systems.

HEX60687D
Decimal96104125
Binary110000011010001111101
Octal140150175

Shades and tints

Shades of #60687D

#60687D
(96,104,125)
#585F72
(88,95,114)
#505667
(80,86,103)
#484D5C
(72,77,92)
#404451
(64,68,81)
#383B46
(56,59,70)
#30323B
(48,50,59)
#282930
(40,41,48)
#202025
(32,32,37)
#18171A
(24,23,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #60687D

#60687D
(96,104,125)
#6E7588
(110,117,136)
#7C8293
(124,130,147)
#8A8F9E
(138,143,158)
#989CA9
(152,156,169)
#A6A9B4
(166,169,180)
#B4B6BF
(180,182,191)
#C2C3CA
(194,195,202)
#D0D0D5
(208,208,213)
#DEDDE0
(222,221,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60687D color. Also use rgb(96,104,125) instead hex code.

Text Font Color

.myTextColor { color: #60687D; }

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

This text font color is #60687D.


Background Color

.myBgColor { background-color: #60687D; }

<div style="background-color:#60687D">Inner text</div>

This div background color is #60687D.


Border color

.myBorderColor { border: 1px solid #60687D; }

<div style="border:3px solid #60687D">Div</div>

This div border color is #60687D.


Opacity

.myOpacity80 { color: #60687D; opacity: 0.8; }

<p style="color:#60687D;opacity:0.8;">80%</p>

Text with #60687D 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 #60687D;}

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

This text has shadow with #60687D color.

.textShadow {text-shadow: 3px 3px 1px #60687D, 3px 3px 1px red;}

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

This text has shadow with #60687D primary color and red secondary color.


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

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

This text has shadow with #60687D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60687D on black background.


Color preview on white background

This text has color #60687D on white background.



Black color preview on #60687D background

This text has black color on #60687D background.


White color preview on #60687D background

This text has white color on #60687D background.