COLOR #606068

HEX: #606068
RGB: (96,96,104)

Color info

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

RGB color model

#606068 color RGB value is (96,96,104).

  • red value is 96;
  • green value is 96;
  • blue value is 104.
RGB:
(96,96,104)
(38%,38%,41%)

RGB channels and saturation

R 96 of 255 = 38%
G 96 of 255 = 38%
B 104 of 255 = 41%

96
96
104

R + G + B ~ 39%. #606068 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 104 = 296 (100%)
R 96 of 296 ~ 32.43%
G 96 of 296 ~ 32.43%
B 104 of 296 ~ 35.14%

%32.43
%32.43
%35.14

CMYK color model

#606068 color CMYK value is (8,8,0,59).

  • cyan value is 7.69%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(8,8,0,59)
C8M8Y0K59 
(8%,8%,0%,59%)
(0.08/0.08/0.00/0.59)	

CMYK percentages

%7.69
%7.69
%0
%59.22

Codes

Color #606068 in popluar color models

606068
RGB9696104
HSL240°4.00%39.22%
HSB/HSV240°7.69%40.78%
CMYK7.69%7.69%0.00%
59.22%

Color #606068 in popluar number systems.

HEX606068
Decimal9696104
Binary110000011000001101000
Octal140140150

Shades and tints

Shades of #606068

#606068
(96,96,104)
#58585F
(88,88,95)
#505056
(80,80,86)
#48484D
(72,72,77)
#404044
(64,64,68)
#38383B
(56,56,59)
#303032
(48,48,50)
#282829
(40,40,41)
#202020
(32,32,32)
#181817
(24,24,23)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #606068

#606068
(96,96,104)
#6E6E75
(110,110,117)
#7C7C82
(124,124,130)
#8A8A8F
(138,138,143)
#98989C
(152,152,156)
#A6A6A9
(166,166,169)
#B4B4B6
(180,180,182)
#C2C2C3
(194,194,195)
#D0D0D0
(208,208,208)
#DEDEDD
(222,222,221)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606068; }

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

This text font color is #606068.


Background Color

.myBgColor { background-color: #606068; }

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

This div background color is #606068.


Border color

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

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

This div border color is #606068.


Opacity

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

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

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

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

This text has shadow with #606068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606068 on black background.


Color preview on white background

This text has color #606068 on white background.



Black color preview on #606068 background

This text has black color on #606068 background.


White color preview on #606068 background

This text has white color on #606068 background.