COLOR #606978

HEX: #606978
RGB: (96,105,120)

Color info

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

RGB color model

#606978 color RGB value is (96,105,120).

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

RGB channels and saturation

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

96
105
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 105 + 120 = 321 (100%)
R 96 of 321 ~ 29.91%
G 105 of 321 ~ 32.71%
B 120 of 321 ~ 37.38%

%29.91
%32.71
%37.38

CMYK color model

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

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

CMYK percentages

%20
%12.5
%0
%52.94

Codes

Color #606978 in popluar color models

606978
RGB96105120
HSL218°11.11%42.35%
HSB/HSV218°20.00%47.06%
CMYK20.00%12.50%0.00%
52.94%

Color #606978 in popluar number systems.

HEX606978
Decimal96105120
Binary110000011010011111000
Octal140151170

Shades and tints

Shades of #606978

#606978
(96,105,120)
#58606E
(88,96,110)
#505764
(80,87,100)
#484E5A
(72,78,90)
#404550
(64,69,80)
#383C46
(56,60,70)
#30333C
(48,51,60)
#282A32
(40,42,50)
#202128
(32,33,40)
#18181E
(24,24,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #606978

#606978
(96,105,120)
#6E7684
(110,118,132)
#7C8390
(124,131,144)
#8A909C
(138,144,156)
#989DA8
(152,157,168)
#A6AAB4
(166,170,180)
#B4B7C0
(180,183,192)
#C2C4CC
(194,196,204)
#D0D1D8
(208,209,216)
#DEDEE4
(222,222,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606978; }

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

This text font color is #606978.


Background Color

.myBgColor { background-color: #606978; }

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

This div background color is #606978.


Border color

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

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

This div border color is #606978.


Opacity

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

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

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

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

This text has shadow with #606978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606978 on black background.


Color preview on white background

This text has color #606978 on white background.



Black color preview on #606978 background

This text has black color on #606978 background.


White color preview on #606978 background

This text has white color on #606978 background.