COLOR #606AB5

HEX: #606AB5 RGB: (96,106,181)

Color info

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

RGB color model

#606AB5 color RGB value is (96,106,181).

RGB: (96,106,181) (38%, 42%, 71%)

RGB channels and saturation

R 96 of 255 = 38%
G 106 of 255 = 42%
B 181 of 255 = 71%

96
106
181

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

Portions of RGB colors in percentages

R + G + B = 96 + 106 + 181 = 383 (100%)
R 96 of 383 ~ 25.07%
G 106 of 383 ~ 27.68%
B 181 of 383 ~ 47.26'%

%25.07
%27.68
%47.26

CMYK color model

#606AB5 color CMYK value is (47,41,0,29).

  • cyan value is 46.96%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (47,41,0,29)
C47M41Y0K29 (47%, 41%, 0%, 29%)
(0.47 / 0.41 / 0.00 / 0.29)

CMYK percentages

%46.96
%41.44
%0
%29.02

Codes

Color #606AB5 in popluar color models

60 6A B5
RGB 96 106 181
HSL 233° 36.48% 54.31%
HSB/HSV 233° 46.96% 70.98%
CMYK 46.96% 41.44% 0.00%
29.02%

Color #606AB5 in popluar number systems.

HEX 60 6A B5
Decimal 96 106 181
Binary 1100000 1101010 10110101
Octal 140 152 265

Shades and tints

Shades of #606AB5

#606AB5
(96,106,181)
#5861A5
(88,97,165)
#505895
(80,88,149)
#484F85
(72,79,133)
#404675
(64,70,117)
#383D65
(56,61,101)
#303455
(48,52,85)
#282B45
(40,43,69)
#202235
(32,34,53)
#181925
(24,25,37)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #606AB5

#606AB5
(96,106,181)
#6E77BB
(110,119,187)
#7C84C1
(124,132,193)
#8A91C7
(138,145,199)
#989ECD
(152,158,205)
#A6ABD3
(166,171,211)
#B4B8D9
(180,184,217)
#C2C5DF
(194,197,223)
#D0D2E5
(208,210,229)
#DEDFEB
(222,223,235)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606AB5 color. Also use rgb(96,106,181) instead hex code.

Text Font Color

.myTextColor { color: #606AB5; }

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

This text font color is #606AB5.

Background Color

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

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

This div background color is #606AB5.

Border color

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

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

This div border color is #606AB5.

Opacity

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

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

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

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

This text has shadow with #606AB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606AB5.

Preview

Color preview on black background

This text has color #606AB5 on black background.


Color preview on white background

This text has color #606AB5 on white background.


Black color preview on #606AB5 background

This text has black color on #606AB5 background.


White color preview on #606AB5 background

This text has white color on #606AB5 background.


Related colors

Complementary color

Complementary color for #hex is #9F954A.


I love getcolorcode.com

Triadic colors

1 #B5606A and #6AB560 with #606AB5 are triadic colors.

2 #B56A60 and #6A60B5 with #606AB5 are triadic colors.