COLOR #60667F

HEX: #60667F RGB: (96,102,127)

Color info

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

RGB color model

#60667F color RGB value is (96,102,127).

RGB: (96,102,127) (38%, 40%, 50%)

RGB channels and saturation

R 96 of 255 = 38%
G 102 of 255 = 40%
B 127 of 255 = 50%

96
102
127

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

Portions of RGB colors in percentages

R + G + B = 96 + 102 + 127 = 325 (100%)
R 96 of 325 ~ 29.54%
G 102 of 325 ~ 31.38%
B 127 of 325 ~ 39.08'%

%29.54
%31.38
%39.08

CMYK color model

#60667F color CMYK value is (24,20,0,50).

  • cyan value is 24.41%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (24,20,0,50)
C24M20Y0K50 (24%, 20%, 0%, 50%)
(0.24 / 0.20 / 0.00 / 0.50)

CMYK percentages

%24.41
%19.69
%0
%50.2

Codes

Color #60667F in popluar color models

60 66 7F
RGB 96 102 127
HSL 228° 13.90% 43.73%
HSB/HSV 228° 24.41% 49.80%
CMYK 24.41% 19.69% 0.00%
50.20%

Color #60667F in popluar number systems.

HEX 60 66 7F
Decimal 96 102 127
Binary 1100000 1100110 1111111
Octal 140 146 177

Shades and tints

Shades of #60667F

#60667F
(96,102,127)
#585D74
(88,93,116)
#505469
(80,84,105)
#484B5E
(72,75,94)
#404253
(64,66,83)
#383948
(56,57,72)
#30303D
(48,48,61)
#282732
(40,39,50)
#201E27
(32,30,39)
#18151C
(24,21,28)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #60667F

#60667F
(96,102,127)
#6E738A
(110,115,138)
#7C8095
(124,128,149)
#8A8DA0
(138,141,160)
#989AAB
(152,154,171)
#A6A7B6
(166,167,182)
#B4B4C1
(180,180,193)
#C2C1CC
(194,193,204)
#D0CED7
(208,206,215)
#DEDBE2
(222,219,226)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60667F; }

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

This text font color is #60667F.

Background Color

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

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

This div background color is #60667F.

Border color

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

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

This div border color is #60667F.

Opacity

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

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

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

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

This text has shadow with #60667F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60667F.

Preview

Color preview on black background

This text has color #60667F on black background.


Color preview on white background

This text has color #60667F on white background.


Black color preview on #60667F background

This text has black color on #60667F background.


White color preview on #60667F background

This text has white color on #60667F background.


Related colors

Complementary color

Complementary color for #hex is #9F9980.


I love getcolorcode.com

Triadic colors

1 #7F6066 and #667F60 with #60667F are triadic colors.

2 #7F6660 and #66607F with #60667F are triadic colors.