COLOR #606F7C

HEX: #606F7C RGB: (96,111,124)

Color info

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

RGB color model

#606F7C color RGB value is (96,111,124).

RGB: (96,111,124) (38%, 44%, 49%)

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 124 of 255 = 49%

96
111
124

R + G + B ~ 44%. #606F7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 111 + 124 = 331 (100%)
R 96 of 331 ~ 29%
G 111 of 331 ~ 33.53%
B 124 of 331 ~ 37.46'%

%29
%33.53
%37.46

CMYK color model

#606F7C color CMYK value is (23,10,0,51).

  • cyan value is 22.58%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (23,10,0,51)
C23M10Y0K51 (23%, 10%, 0%, 51%)
(0.23 / 0.10 / 0.00 / 0.51)

CMYK percentages

%22.58
%10.48
%0
%51.37

Codes

Color #606F7C in popluar color models

60 6F 7C
RGB 96 111 124
HSL 208° 12.73% 43.14%
HSB/HSV 208° 22.58% 48.63%
CMYK 22.58% 10.48% 0.00%
51.37%

Color #606F7C in popluar number systems.

HEX 60 6F 7C
Decimal 96 111 124
Binary 1100000 1101111 1111100
Octal 140 157 174

Shades and tints

Shades of #606F7C

#606F7C
(96,111,124)
#586571
(88,101,113)
#505B66
(80,91,102)
#48515B
(72,81,91)
#404750
(64,71,80)
#383D45
(56,61,69)
#30333A
(48,51,58)
#28292F
(40,41,47)
#201F24
(32,31,36)
#181519
(24,21,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #606F7C

#606F7C
(96,111,124)
#6E7C87
(110,124,135)
#7C8992
(124,137,146)
#8A969D
(138,150,157)
#98A3A8
(152,163,168)
#A6B0B3
(166,176,179)
#B4BDBE
(180,189,190)
#C2CAC9
(194,202,201)
#D0D7D4
(208,215,212)
#DEE4DF
(222,228,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606F7C color. Also use rgb(96,111,124) instead hex code.

Text Font Color

.myTextColor { color: #606F7C; }

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

This text font color is #606F7C.

Background Color

.myBgColor { background-color: #606F7C; }

<div style="background-color:#606F7C">Inner text</div>

This div background color is #606F7C.

Border color

.myBorderColor { border: 1px solid #606F7C; }

<div style="border:3px solid #606F7C">Div</div>

This div border color is #606F7C.

Opacity

.myOpacity80 { color: #606F7C; opacity: 0.8; }

<p style="color:#606F7C;opacity:0.8;">80%</p>

Text with #606F7C 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 #606F7C;}

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

This text has shadow with #606F7C color.


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

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

This text has shadow with #606F7C primary color and red secondary color.


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

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

This text has shadow with #606F7C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #606F7C.

Preview

Color preview on black background

This text has color #606F7C on black background.


Color preview on white background

This text has color #606F7C on white background.


Black color preview on #606F7C background

This text has black color on #606F7C background.


White color preview on #606F7C background

This text has white color on #606F7C background.


Related colors

Complementary color

Complementary color for #hex is #9F9083.


I love getcolorcode.com

Triadic colors

1 #7C606F and #6F7C60 with #606F7C are triadic colors.

2 #7C6F60 and #6F607C with #606F7C are triadic colors.