COLOR #606F78

HEX: #606F78 RGB: (96,111,120)

Color info

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

RGB color model

#606F78 color RGB value is (96,111,120).

RGB: (96,111,120) (38%, 44%, 47%)

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 120 of 255 = 47%

96
111
120

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

Portions of RGB colors in percentages

R + G + B = 96 + 111 + 120 = 327 (100%)
R 96 of 327 ~ 29.36%
G 111 of 327 ~ 33.94%
B 120 of 327 ~ 36.7'%

%29.36
%33.94
%36.7

CMYK color model

#606F78 color CMYK value is (20,8,0,53).

  • cyan value is 20.00%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (20,8,0,53)
C20M8Y0K53 (20%, 8%, 0%, 53%)
(0.20 / 0.08 / 0.00 / 0.53)

CMYK percentages

%20
%7.5
%0
%52.94

Codes

Color #606F78 in popluar color models

60 6F 78
RGB 96 111 120
HSL 203° 11.11% 42.35%
HSB/HSV 203° 20.00% 47.06%
CMYK 20.00% 7.50% 0.00%
52.94%

Color #606F78 in popluar number systems.

HEX 60 6F 78
Decimal 96 111 120
Binary 1100000 1101111 1111000
Octal 140 157 170

Shades and tints

Shades of #606F78

#606F78
(96,111,120)
#58656E
(88,101,110)
#505B64
(80,91,100)
#48515A
(72,81,90)
#404750
(64,71,80)
#383D46
(56,61,70)
#30333C
(48,51,60)
#282932
(40,41,50)
#201F28
(32,31,40)
#18151E
(24,21,30)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #606F78

#606F78
(96,111,120)
#6E7C84
(110,124,132)
#7C8990
(124,137,144)
#8A969C
(138,150,156)
#98A3A8
(152,163,168)
#A6B0B4
(166,176,180)
#B4BDC0
(180,189,192)
#C2CACC
(194,202,204)
#D0D7D8
(208,215,216)
#DEE4E4
(222,228,228)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606F78; }

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

This text font color is #606F78.

Background Color

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

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

This div background color is #606F78.

Border color

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

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

This div border color is #606F78.

Opacity

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

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

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

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

This text has shadow with #606F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606F78.

Preview

Color preview on black background

This text has color #606F78 on black background.


Color preview on white background

This text has color #606F78 on white background.


Black color preview on #606F78 background

This text has black color on #606F78 background.


White color preview on #606F78 background

This text has white color on #606F78 background.


Related colors

Complementary color

Complementary color for #hex is #9F9087.


I love getcolorcode.com

Triadic colors

1 #78606F and #6F7860 with #606F78 are triadic colors.

2 #786F60 and #6F6078 with #606F78 are triadic colors.