COLOR #606DA1

HEX: #606DA1 RGB: (96,109,161)

Color info

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

RGB color model

#606DA1 color RGB value is (96,109,161).

RGB: (96,109,161) (38%, 43%, 63%)

RGB channels and saturation

R 96 of 255 = 38%
G 109 of 255 = 43%
B 161 of 255 = 63%

96
109
161

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

Portions of RGB colors in percentages

R + G + B = 96 + 109 + 161 = 366 (100%)
R 96 of 366 ~ 26.23%
G 109 of 366 ~ 29.78%
B 161 of 366 ~ 43.99'%

%26.23
%29.78
%43.99

CMYK color model

#606DA1 color CMYK value is (40,32,0,37).

  • cyan value is 40.37%
  • magenta value is 32.30%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (40,32,0,37) C40M32Y0K37 (40%,32%,0%,37%) (0.40/0.32/0.00/0.37) 

CMYK percentages

%40.37
%32.3
%0
%36.86

Codes

Color #606DA1 in popluar color models

60 6D A1
RGB 96 109 161
HSL 228° 25.69% 50.39%
HSB/HSV 228° 40.37% 63.14%
CMYK 40.37% 32.30% 0.00%
36.86%

Color #606DA1 in popluar number systems.

HEX 60 6D A1
Decimal 96 109 161
Binary 1100000 1101101 10100001
Octal 140 155 241

Shades and tints

Shades of #606DA1

#606DA1
(96,109,161)
#586493
(88,100,147)
#505B85
(80,91,133)
#485277
(72,82,119)
#404969
(64,73,105)
#38405B
(56,64,91)
#30374D
(48,55,77)
#282E3F
(40,46,63)
#202531
(32,37,49)
#181C23
(24,28,35)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #606DA1

#606DA1
(96,109,161)
#6E7AA9
(110,122,169)
#7C87B1
(124,135,177)
#8A94B9
(138,148,185)
#98A1C1
(152,161,193)
#A6AEC9
(166,174,201)
#B4BBD1
(180,187,209)
#C2C8D9
(194,200,217)
#D0D5E1
(208,213,225)
#DEE2E9
(222,226,233)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606DA1; }

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

This text font color is #606DA1.

Background Color

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

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

This div background color is #606DA1.

Border color

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

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

This div border color is #606DA1.

Opacity

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

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

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

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

This text has shadow with #606DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606DA1.

Preview

Color preview on black background

This text has color #606DA1 on black background.


Color preview on white background

This text has color #606DA1 on white background.


Black color preview on #606DA1 background

This text has black color on #606DA1 background.


White color preview on #606DA1 background

This text has white color on #606DA1 background.


Related colors

Complementary color

Complementary color for #hex is #9F925E.


I love getcolorcode.com

Triadic colors

1 #A1606D and #6DA160 with #606DA1 are triadic colors.

2 #A16D60 and #6D60A1 with #606DA1 are triadic colors.