COLOR #606691

HEX: #606691
RGB: (96,102,145)

Color info

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

RGB color model

#606691 color RGB value is (96,102,145).

  • red value is 96;
  • green value is 102;
  • blue value is 145.
RGB:
(96,102,145)
(38%,40%,57%)

RGB channels and saturation

R 96 of 255 = 38%
G 102 of 255 = 40%
B 145 of 255 = 57%

96
102
145

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

Portions of RGB colors in percentages

R + G + B =
96 + 102 + 145 = 343 (100%)
R 96 of 343 ~ 27.99%
G 102 of 343 ~ 29.74%
B 145 of 343 ~ 42.27%

%27.99
%29.74
%42.27

CMYK color model

#606691 color CMYK value is (34,30,0,43).

  • cyan value is 33.79%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(34,30,0,43)
C34M30Y0K43 
(34%,30%,0%,43%)
(0.34/0.30/0.00/0.43)	

CMYK percentages

%33.79
%29.66
%0
%43.14

Codes

Color #606691 in popluar color models

606691
RGB96102145
HSL233°20.33%47.25%
HSB/HSV233°33.79%56.86%
CMYK33.79%29.66%0.00%
43.14%

Color #606691 in popluar number systems.

HEX606691
Decimal96102145
Binary1100000110011010010001
Octal140146221

Shades and tints

Shades of #606691

#606691
(96,102,145)
#585D84
(88,93,132)
#505477
(80,84,119)
#484B6A
(72,75,106)
#40425D
(64,66,93)
#383950
(56,57,80)
#303043
(48,48,67)
#282736
(40,39,54)
#201E29
(32,30,41)
#18151C
(24,21,28)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #606691

#606691
(96,102,145)
#6E739B
(110,115,155)
#7C80A5
(124,128,165)
#8A8DAF
(138,141,175)
#989AB9
(152,154,185)
#A6A7C3
(166,167,195)
#B4B4CD
(180,180,205)
#C2C1D7
(194,193,215)
#D0CEE1
(208,206,225)
#DEDBEB
(222,219,235)
#ECE8F5
(236,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606691 color. Also use rgb(96,102,145) instead hex code.

Text Font Color

.myTextColor { color: #606691; }

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

This text font color is #606691.


Background Color

.myBgColor { background-color: #606691; }

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

This div background color is #606691.


Border color

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

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

This div border color is #606691.


Opacity

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

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

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

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

This text has shadow with #606691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606691 on black background.


Color preview on white background

This text has color #606691 on white background.



Black color preview on #606691 background

This text has black color on #606691 background.


White color preview on #606691 background

This text has white color on #606691 background.