COLOR #606FAA

HEX: #606FAA RGB: (96,111,170)

Color info

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

RGB color model

#606FAA color RGB value is (96,111,170).

RGB: (96,111,170) (38%, 44%, 67%)

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 170 of 255 = 67%

96
111
170

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

Portions of RGB colors in percentages

R + G + B = 96 + 111 + 170 = 377 (100%)
R 96 of 377 ~ 25.46%
G 111 of 377 ~ 29.44%
B 170 of 377 ~ 45.09'%

%25.46
%29.44
%45.09

CMYK color model

#606FAA color CMYK value is (44,35,0,33).

  • cyan value is 43.53%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (44,35,0,33)
C44M35Y0K33 (44%, 35%, 0%, 33%)
(0.44 / 0.35 / 0.00 / 0.33)

CMYK percentages

%43.53
%34.71
%0
%33.33

Codes

Color #606FAA in popluar color models

60 6F AA
RGB 96 111 170
HSL 228° 30.33% 52.16%
HSB/HSV 228° 43.53% 66.67%
CMYK 43.53% 34.71% 0.00%
33.33%

Color #606FAA in popluar number systems.

HEX 60 6F AA
Decimal 96 111 170
Binary 1100000 1101111 10101010
Octal 140 157 252

Shades and tints

Shades of #606FAA

#606FAA
(96,111,170)
#58659B
(88,101,155)
#505B8C
(80,91,140)
#48517D
(72,81,125)
#40476E
(64,71,110)
#383D5F
(56,61,95)
#303350
(48,51,80)
#282941
(40,41,65)
#201F32
(32,31,50)
#181523
(24,21,35)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #606FAA

#606FAA
(96,111,170)
#6E7CB1
(110,124,177)
#7C89B8
(124,137,184)
#8A96BF
(138,150,191)
#98A3C6
(152,163,198)
#A6B0CD
(166,176,205)
#B4BDD4
(180,189,212)
#C2CADB
(194,202,219)
#D0D7E2
(208,215,226)
#DEE4E9
(222,228,233)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606FAA; }

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

This text font color is #606FAA.

Background Color

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

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

This div background color is #606FAA.

Border color

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

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

This div border color is #606FAA.

Opacity

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

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

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

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

This text has shadow with #606FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606FAA.

Preview

Color preview on black background

This text has color #606FAA on black background.


Color preview on white background

This text has color #606FAA on white background.


Black color preview on #606FAA background

This text has black color on #606FAA background.


White color preview on #606FAA background

This text has white color on #606FAA background.


Related colors

Complementary color

Complementary color for #hex is #9F9055.


I love getcolorcode.com

Triadic colors

1 #AA606F and #6FAA60 with #606FAA are triadic colors.

2 #AA6F60 and #6F60AA with #606FAA are triadic colors.