COLOR #606078

HEX: #606078
RGB: (96,96,120)

Color info

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

RGB color model

#606078 color RGB value is (96,96,120).

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

RGB channels and saturation

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

96
96
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 120 = 312 (100%)
R 96 of 312 ~ 30.77%
G 96 of 312 ~ 30.77%
B 120 of 312 ~ 38.46%

%30.77
%30.77
%38.46

CMYK color model

#606078 color CMYK value is (20,20,0,53).

  • cyan value is 20.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(20,20,0,53)
C20M20Y0K53 
(20%,20%,0%,53%)
(0.20/0.20/0.00/0.53)	

CMYK percentages

%20
%20
%0
%52.94

Codes

Color #606078 in popluar color models

606078
RGB9696120
HSL240°11.11%42.35%
HSB/HSV240°20.00%47.06%
CMYK20.00%20.00%0.00%
52.94%

Color #606078 in popluar number systems.

HEX606078
Decimal9696120
Binary110000011000001111000
Octal140140170

Shades and tints

Shades of #606078

#606078
(96,96,120)
#58586E
(88,88,110)
#505064
(80,80,100)
#48485A
(72,72,90)
#404050
(64,64,80)
#383846
(56,56,70)
#30303C
(48,48,60)
#282832
(40,40,50)
#202028
(32,32,40)
#18181E
(24,24,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #606078

#606078
(96,96,120)
#6E6E84
(110,110,132)
#7C7C90
(124,124,144)
#8A8A9C
(138,138,156)
#9898A8
(152,152,168)
#A6A6B4
(166,166,180)
#B4B4C0
(180,180,192)
#C2C2CC
(194,194,204)
#D0D0D8
(208,208,216)
#DEDEE4
(222,222,228)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606078; }

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

This text font color is #606078.


Background Color

.myBgColor { background-color: #606078; }

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

This div background color is #606078.


Border color

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

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

This div border color is #606078.


Opacity

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

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

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

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

This text has shadow with #606078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606078 on black background.


Color preview on white background

This text has color #606078 on white background.



Black color preview on #606078 background

This text has black color on #606078 background.


White color preview on #606078 background

This text has white color on #606078 background.