COLOR #60667D

HEX: #60667D
RGB: (96,102,125)

Color info

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

RGB color model

#60667D color RGB value is (96,102,125).

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

RGB channels and saturation

R 96 of 255 = 38%
G 102 of 255 = 40%
B 125 of 255 = 49%

96
102
125

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

Portions of RGB colors in percentages

R + G + B =
96 + 102 + 125 = 323 (100%)
R 96 of 323 ~ 29.72%
G 102 of 323 ~ 31.58%
B 125 of 323 ~ 38.7%

%29.72
%31.58
%38.7

CMYK color model

#60667D color CMYK value is (23,18,0,51).

  • cyan value is 23.20%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(23,18,0,51)
C23M18Y0K51 
(23%,18%,0%,51%)
(0.23/0.18/0.00/0.51)	

CMYK percentages

%23.2
%18.4
%0
%50.98

Codes

Color #60667D in popluar color models

60667D
RGB96102125
HSL228°13.12%43.33%
HSB/HSV228°23.20%49.02%
CMYK23.20%18.40%0.00%
50.98%

Color #60667D in popluar number systems.

HEX60667D
Decimal96102125
Binary110000011001101111101
Octal140146175

Shades and tints

Shades of #60667D

#60667D
(96,102,125)
#585D72
(88,93,114)
#505467
(80,84,103)
#484B5C
(72,75,92)
#404251
(64,66,81)
#383946
(56,57,70)
#30303B
(48,48,59)
#282730
(40,39,48)
#201E25
(32,30,37)
#18151A
(24,21,26)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #60667D

#60667D
(96,102,125)
#6E7388
(110,115,136)
#7C8093
(124,128,147)
#8A8D9E
(138,141,158)
#989AA9
(152,154,169)
#A6A7B4
(166,167,180)
#B4B4BF
(180,180,191)
#C2C1CA
(194,193,202)
#D0CED5
(208,206,213)
#DEDBE0
(222,219,224)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60667D; }

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

This text font color is #60667D.


Background Color

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

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

This div background color is #60667D.


Border color

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

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

This div border color is #60667D.


Opacity

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

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

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

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

This text has shadow with #60667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60667D on black background.


Color preview on white background

This text has color #60667D on white background.



Black color preview on #60667D background

This text has black color on #60667D background.


White color preview on #60667D background

This text has white color on #60667D background.