COLOR #606B7C

HEX: #606B7C
RGB: (96,107,124)

Color info

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

RGB color model

#606B7C color RGB value is (96,107,124).

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

RGB channels and saturation

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

96
107
124

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 124 = 327 (100%)
R 96 of 327 ~ 29.36%
G 107 of 327 ~ 32.72%
B 124 of 327 ~ 37.92%

%29.36
%32.72
%37.92

CMYK color model

#606B7C color CMYK value is (23,14,0,51).

  • cyan value is 22.58%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,14,0,51)
C23M14Y0K51 
(23%,14%,0%,51%)
(0.23/0.14/0.00/0.51)	

CMYK percentages

%22.58
%13.71
%0
%51.37

Codes

Color #606B7C in popluar color models

606B7C
RGB96107124
HSL216°12.73%43.14%
HSB/HSV216°22.58%48.63%
CMYK22.58%13.71%0.00%
51.37%

Color #606B7C in popluar number systems.

HEX606B7C
Decimal96107124
Binary110000011010111111100
Octal140153174

Shades and tints

Shades of #606B7C

#606B7C
(96,107,124)
#586271
(88,98,113)
#505966
(80,89,102)
#48505B
(72,80,91)
#404750
(64,71,80)
#383E45
(56,62,69)
#30353A
(48,53,58)
#282C2F
(40,44,47)
#202324
(32,35,36)
#181A19
(24,26,25)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #606B7C

#606B7C
(96,107,124)
#6E7887
(110,120,135)
#7C8592
(124,133,146)
#8A929D
(138,146,157)
#989FA8
(152,159,168)
#A6ACB3
(166,172,179)
#B4B9BE
(180,185,190)
#C2C6C9
(194,198,201)
#D0D3D4
(208,211,212)
#DEE0DF
(222,224,223)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B7C; }

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

This text font color is #606B7C.


Background Color

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

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

This div background color is #606B7C.


Border color

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

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

This div border color is #606B7C.


Opacity

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

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

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

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

This text has shadow with #606B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B7C on black background.


Color preview on white background

This text has color #606B7C on white background.



Black color preview on #606B7C background

This text has black color on #606B7C background.


White color preview on #606B7C background

This text has white color on #606B7C background.