COLOR #606DB4

HEX: #606DB4
RGB: (96,109,180)

Color info

#606DB4 contains mainly blue color. Web safe color of #606DB4 is #6666CC (or #66C).

RGB color model

#606DB4 color RGB value is (96,109,180).

  • red value is 96;
  • green value is 109;
  • blue value is 180.
RGB:
(96,109,180)
(38%,43%,71%)

RGB channels and saturation

R 96 of 255 = 38%
G 109 of 255 = 43%
B 180 of 255 = 71%

96
109
180

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

Portions of RGB colors in percentages

R + G + B =
96 + 109 + 180 = 385 (100%)
R 96 of 385 ~ 24.94%
G 109 of 385 ~ 28.31%
B 180 of 385 ~ 46.75%

%24.94
%28.31
%46.75

CMYK color model

#606DB4 color CMYK value is (47,39,0,29).

  • cyan value is 46.67%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(47,39,0,29)
C47M39Y0K29 
(47%,39%,0%,29%)
(0.47/0.39/0.00/0.29)	

CMYK percentages

%46.67
%39.44
%0
%29.41

Codes

Color #606DB4 in popluar color models

606DB4
RGB96109180
HSL231°35.90%54.12%
HSB/HSV231°46.67%70.59%
CMYK46.67%39.44%0.00%
29.41%

Color #606DB4 in popluar number systems.

HEX606DB4
Decimal96109180
Binary1100000110110110110100
Octal140155264

Shades and tints

Shades of #606DB4

#606DB4
(96,109,180)
#5864A4
(88,100,164)
#505B94
(80,91,148)
#485284
(72,82,132)
#404974
(64,73,116)
#384064
(56,64,100)
#303754
(48,55,84)
#282E44
(40,46,68)
#202534
(32,37,52)
#181C24
(24,28,36)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #606DB4

#606DB4
(96,109,180)
#6E7ABA
(110,122,186)
#7C87C0
(124,135,192)
#8A94C6
(138,148,198)
#98A1CC
(152,161,204)
#A6AED2
(166,174,210)
#B4BBD8
(180,187,216)
#C2C8DE
(194,200,222)
#D0D5E4
(208,213,228)
#DEE2EA
(222,226,234)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606DB4 color. Also use rgb(96,109,180) instead hex code.

Text Font Color

.myTextColor { color: #606DB4; }

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

This text font color is #606DB4.


Background Color

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

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

This div background color is #606DB4.


Border color

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

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

This div border color is #606DB4.


Opacity

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

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

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

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

This text has shadow with #606DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606DB4 on black background.


Color preview on white background

This text has color #606DB4 on white background.



Black color preview on #606DB4 background

This text has black color on #606DB4 background.


White color preview on #606DB4 background

This text has white color on #606DB4 background.