COLOR #606A7C

HEX: #606A7C
RGB: (96,106,124)

Color info

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

RGB color model

#606A7C color RGB value is (96,106,124).

  • red value is 96;
  • green value is 106;
  • blue value is 124.
RGB:
(96,106,124)
(38%,42%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 106 of 255 = 42%
B 124 of 255 = 49%

96
106
124

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

Portions of RGB colors in percentages

R + G + B =
96 + 106 + 124 = 326 (100%)
R 96 of 326 ~ 29.45%
G 106 of 326 ~ 32.52%
B 124 of 326 ~ 38.04%

%29.45
%32.52
%38.04

CMYK color model

#606A7C color CMYK value is (23,15,0,51).

  • cyan value is 22.58%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,15,0,51)
C23M15Y0K51 
(23%,15%,0%,51%)
(0.23/0.15/0.00/0.51)	

CMYK percentages

%22.58
%14.52
%0
%51.37

Codes

Color #606A7C in popluar color models

606A7C
RGB96106124
HSL219°12.73%43.14%
HSB/HSV219°22.58%48.63%
CMYK22.58%14.52%0.00%
51.37%

Color #606A7C in popluar number systems.

HEX606A7C
Decimal96106124
Binary110000011010101111100
Octal140152174

Shades and tints

Shades of #606A7C

#606A7C
(96,106,124)
#586171
(88,97,113)
#505866
(80,88,102)
#484F5B
(72,79,91)
#404650
(64,70,80)
#383D45
(56,61,69)
#30343A
(48,52,58)
#282B2F
(40,43,47)
#202224
(32,34,36)
#181919
(24,25,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #606A7C

#606A7C
(96,106,124)
#6E7787
(110,119,135)
#7C8492
(124,132,146)
#8A919D
(138,145,157)
#989EA8
(152,158,168)
#A6ABB3
(166,171,179)
#B4B8BE
(180,184,190)
#C2C5C9
(194,197,201)
#D0D2D4
(208,210,212)
#DEDFDF
(222,223,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606A7C color. Also use rgb(96,106,124) instead hex code.

Text Font Color

.myTextColor { color: #606A7C; }

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

This text font color is #606A7C.


Background Color

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

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

This div background color is #606A7C.


Border color

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

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

This div border color is #606A7C.


Opacity

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

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

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

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

This text has shadow with #606A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606A7C on black background.


Color preview on white background

This text has color #606A7C on white background.



Black color preview on #606A7C background

This text has black color on #606A7C background.


White color preview on #606A7C background

This text has white color on #606A7C background.