COLOR #606C75

HEX: #606C75 RGB: (96,108,117)

Color info

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

RGB color model

#606C75 color RGB value is (96,108,117).

RGB: (96,108,117) (38%, 42%, 46%)

RGB channels and saturation

R 96 of 255 = 38%
G 108 of 255 = 42%
B 117 of 255 = 46%

96
108
117

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

Portions of RGB colors in percentages

R + G + B = 96 + 108 + 117 = 321 (100%)
R 96 of 321 ~ 29.91%
G 108 of 321 ~ 33.64%
B 117 of 321 ~ 36.45'%

%29.91
%33.64
%36.45

CMYK color model

#606C75 color CMYK value is (18,8,0,54).

  • cyan value is 17.95%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (18,8,0,54)
C18M8Y0K54 (18%, 8%, 0%, 54%)
(0.18 / 0.08 / 0.00 / 0.54)

CMYK percentages

%17.95
%7.69
%0
%54.12

Codes

Color #606C75 in popluar color models

60 6C 75
RGB 96 108 117
HSL 206° 9.86% 41.76%
HSB/HSV 206° 17.95% 45.88%
CMYK 17.95% 7.69% 0.00%
54.12%

Color #606C75 in popluar number systems.

HEX 60 6C 75
Decimal 96 108 117
Binary 1100000 1101100 1110101
Octal 140 154 165

Shades and tints

Shades of #606C75

#606C75
(96,108,117)
#58636B
(88,99,107)
#505A61
(80,90,97)
#485157
(72,81,87)
#40484D
(64,72,77)
#383F43
(56,63,67)
#303639
(48,54,57)
#282D2F
(40,45,47)
#202425
(32,36,37)
#181B1B
(24,27,27)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #606C75

#606C75
(96,108,117)
#6E7981
(110,121,129)
#7C868D
(124,134,141)
#8A9399
(138,147,153)
#98A0A5
(152,160,165)
#A6ADB1
(166,173,177)
#B4BABD
(180,186,189)
#C2C7C9
(194,199,201)
#D0D4D5
(208,212,213)
#DEE1E1
(222,225,225)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606C75 color. Also use rgb(96,108,117) instead hex code.

Text Font Color

.myTextColor { color: #606C75; }

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

This text font color is #606C75.

Background Color

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

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

This div background color is #606C75.

Border color

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

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

This div border color is #606C75.

Opacity

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

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

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

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

This text has shadow with #606C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606C75.

Preview

Color preview on black background

This text has color #606C75 on black background.


Color preview on white background

This text has color #606C75 on white background.


Black color preview on #606C75 background

This text has black color on #606C75 background.


White color preview on #606C75 background

This text has white color on #606C75 background.


Related colors

Complementary color

Complementary color for #hex is #9F938A.


I love getcolorcode.com

Triadic colors

1 #75606C and #6C7560 with #606C75 are triadic colors.

2 #756C60 and #6C6075 with #606C75 are triadic colors.