COLOR #606075

HEX: #606075 RGB: (96,96,117)

Color info

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

RGB color model

#606075 color RGB value is (96,96,117).

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

RGB channels and saturation

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

96
96
117

R + G + B ~ 41%. #606075 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 96 + 117 = 309 (100%)
R 96 of 309 ~ 31.07%
G 96 of 309 ~ 31.07%
B 117 of 309 ~ 37.86'%

%31.07
%31.07
%37.86

CMYK color model

#606075 color CMYK value is (18,18,0,54).

  • cyan value is 17.95%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (18,18,0,54) C18M18Y0K54 (18%,18%,0%,54%) (0.18/0.18/0.00/0.54) 

CMYK percentages

%17.95
%17.95
%0
%54.12

Codes

Color #606075 in popluar color models

60 60 75
RGB 96 96 117
HSL 240° 9.86% 41.76%
HSB/HSV 240° 17.95% 45.88%
CMYK 17.95% 17.95% 0.00%
54.12%

Color #606075 in popluar number systems.

HEX 60 60 75
Decimal 96 96 117
Binary 1100000 1100000 1110101
Octal 140 140 165

Shades and tints

Shades of #606075

#606075
(96,96,117)
#58586B
(88,88,107)
#505061
(80,80,97)
#484857
(72,72,87)
#40404D
(64,64,77)
#383843
(56,56,67)
#303039
(48,48,57)
#28282F
(40,40,47)
#202025
(32,32,37)
#18181B
(24,24,27)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #606075

#606075
(96,96,117)
#6E6E81
(110,110,129)
#7C7C8D
(124,124,141)
#8A8A99
(138,138,153)
#9898A5
(152,152,165)
#A6A6B1
(166,166,177)
#B4B4BD
(180,180,189)
#C2C2C9
(194,194,201)
#D0D0D5
(208,208,213)
#DEDEE1
(222,222,225)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606075; }

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

This text font color is #606075.

Background Color

.myBgColor { background-color: #606075; }

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

This div background color is #606075.

Border color

.myBorderColor { border: 1px solid #606075; }

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

This div border color is #606075.

Opacity

.myOpacity80 { color: #606075; opacity: 0.8; }

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

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

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

This text has shadow with #606075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606075.

Preview

Color preview on black background

This text has color #606075 on black background.


Color preview on white background

This text has color #606075 on white background.


Black color preview on #606075 background

This text has black color on #606075 background.


White color preview on #606075 background

This text has white color on #606075 background.


Related colors

Complementary color

Complementary color for #hex is #9F9F8A.


I love getcolorcode.com