COLOR #606FA7

HEX: #606FA7
RGB: (96,111,167)

Color info

#606FA7 contains mainly green and blue colors. Web safe color of #606FA7 is #666699 (or #669).

RGB color model

#606FA7 color RGB value is (96,111,167).

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

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 167 of 255 = 65%

96
111
167

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

Portions of RGB colors in percentages

R + G + B =
96 + 111 + 167 = 374 (100%)
R 96 of 374 ~ 25.67%
G 111 of 374 ~ 29.68%
B 167 of 374 ~ 44.65%

%25.67
%29.68
%44.65

CMYK color model

#606FA7 color CMYK value is (43,34,0,35).

  • cyan value is 42.51%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(43,34,0,35)
C43M34Y0K35 
(43%,34%,0%,35%)
(0.43/0.34/0.00/0.35)	

CMYK percentages

%42.51
%33.53
%0
%34.51

Codes

Color #606FA7 in popluar color models

606FA7
RGB96111167
HSL227°28.74%51.57%
HSB/HSV227°42.51%65.49%
CMYK42.51%33.53%0.00%
34.51%

Color #606FA7 in popluar number systems.

HEX606FA7
Decimal96111167
Binary1100000110111110100111
Octal140157247

Shades and tints

Shades of #606FA7

#606FA7
(96,111,167)
#586598
(88,101,152)
#505B89
(80,91,137)
#48517A
(72,81,122)
#40476B
(64,71,107)
#383D5C
(56,61,92)
#30334D
(48,51,77)
#28293E
(40,41,62)
#201F2F
(32,31,47)
#181520
(24,21,32)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #606FA7

#606FA7
(96,111,167)
#6E7CAF
(110,124,175)
#7C89B7
(124,137,183)
#8A96BF
(138,150,191)
#98A3C7
(152,163,199)
#A6B0CF
(166,176,207)
#B4BDD7
(180,189,215)
#C2CADF
(194,202,223)
#D0D7E7
(208,215,231)
#DEE4EF
(222,228,239)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606FA7; }

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

This text font color is #606FA7.


Background Color

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

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

This div background color is #606FA7.


Border color

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

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

This div border color is #606FA7.


Opacity

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

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

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

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

This text has shadow with #606FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606FA7 on black background.


Color preview on white background

This text has color #606FA7 on white background.



Black color preview on #606FA7 background

This text has black color on #606FA7 background.


White color preview on #606FA7 background

This text has white color on #606FA7 background.