COLOR #606F84

HEX: #606F84
RGB: (96,111,132)

Color info

#606F84 contains red, green and blue colors in about the same proportion. Web safe color of #606F84 is #666699 (or #669).

RGB color model

#606F84 color RGB value is (96,111,132).

  • red value is 96;
  • green value is 111;
  • blue value is 132.
RGB:
(96,111,132)
(38%,44%,52%)

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 132 of 255 = 52%

96
111
132

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

Portions of RGB colors in percentages

R + G + B =
96 + 111 + 132 = 339 (100%)
R 96 of 339 ~ 28.32%
G 111 of 339 ~ 32.74%
B 132 of 339 ~ 38.94%

%28.32
%32.74
%38.94

CMYK color model

#606F84 color CMYK value is (27,16,0,48).

  • cyan value is 27.27%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(27,16,0,48)
C27M16Y0K48 
(27%,16%,0%,48%)
(0.27/0.16/0.00/0.48)	

CMYK percentages

%27.27
%15.91
%0
%48.24

Codes

Color #606F84 in popluar color models

606F84
RGB96111132
HSL215°15.79%44.71%
HSB/HSV215°27.27%51.76%
CMYK27.27%15.91%0.00%
48.24%

Color #606F84 in popluar number systems.

HEX606F84
Decimal96111132
Binary1100000110111110000100
Octal140157204

Shades and tints

Shades of #606F84

#606F84
(96,111,132)
#586578
(88,101,120)
#505B6C
(80,91,108)
#485160
(72,81,96)
#404754
(64,71,84)
#383D48
(56,61,72)
#30333C
(48,51,60)
#282930
(40,41,48)
#201F24
(32,31,36)
#181518
(24,21,24)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #606F84

#606F84
(96,111,132)
#6E7C8F
(110,124,143)
#7C899A
(124,137,154)
#8A96A5
(138,150,165)
#98A3B0
(152,163,176)
#A6B0BB
(166,176,187)
#B4BDC6
(180,189,198)
#C2CAD1
(194,202,209)
#D0D7DC
(208,215,220)
#DEE4E7
(222,228,231)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606F84 color. Also use rgb(96,111,132) instead hex code.

Text Font Color

.myTextColor { color: #606F84; }

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

This text font color is #606F84.


Background Color

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

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

This div background color is #606F84.


Border color

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

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

This div border color is #606F84.


Opacity

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

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

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

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

This text has shadow with #606F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606F84 on black background.


Color preview on white background

This text has color #606F84 on white background.



Black color preview on #606F84 background

This text has black color on #606F84 background.


White color preview on #606F84 background

This text has white color on #606F84 background.