COLOR #606CAB

HEX: #606CAB RGB: (96,108,171)

Color info

#606CAB contains mainly blue color. Web safe color of #606CAB is #666699 (or #669).

RGB color model

#606CAB color RGB value is (96,108,171).

RGB: (96,108,171) (38%, 42%, 67%)

RGB channels and saturation

R 96 of 255 = 38%
G 108 of 255 = 42%
B 171 of 255 = 67%

96
108
171

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

Portions of RGB colors in percentages

R + G + B = 96 + 108 + 171 = 375 (100%)
R 96 of 375 ~ 25.6%
G 108 of 375 ~ 28.8%
B 171 of 375 ~ 45.6'%

%25.6
%28.8
%45.6

CMYK color model

#606CAB color CMYK value is (44,37,0,33).

  • cyan value is 43.86%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (44,37,0,33) C44M37Y0K33 (44%,37%,0%,33%) (0.44/0.37/0.00/0.33) 

CMYK percentages

%43.86
%36.84
%0
%32.94

Codes

Color #606CAB in popluar color models

60 6C AB
RGB 96 108 171
HSL 230° 30.86% 52.35%
HSB/HSV 230° 43.86% 67.06%
CMYK 43.86% 36.84% 0.00%
32.94%

Color #606CAB in popluar number systems.

HEX 60 6C AB
Decimal 96 108 171
Binary 1100000 1101100 10101011
Octal 140 154 253

Shades and tints

Shades of #606CAB

#606CAB
(96,108,171)
#58639C
(88,99,156)
#505A8D
(80,90,141)
#48517E
(72,81,126)
#40486F
(64,72,111)
#383F60
(56,63,96)
#303651
(48,54,81)
#282D42
(40,45,66)
#202433
(32,36,51)
#181B24
(24,27,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #606CAB

#606CAB
(96,108,171)
#6E79B2
(110,121,178)
#7C86B9
(124,134,185)
#8A93C0
(138,147,192)
#98A0C7
(152,160,199)
#A6ADCE
(166,173,206)
#B4BAD5
(180,186,213)
#C2C7DC
(194,199,220)
#D0D4E3
(208,212,227)
#DEE1EA
(222,225,234)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606CAB color. Also use rgb(96,108,171) instead hex code.

Text Font Color

.myTextColor { color: #606CAB; }

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

This text font color is #606CAB.

Background Color

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

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

This div background color is #606CAB.

Border color

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

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

This div border color is #606CAB.

Opacity

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

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

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

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

This text has shadow with #606CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606CAB.

Preview

Color preview on black background

This text has color #606CAB on black background.


Color preview on white background

This text has color #606CAB on white background.


Black color preview on #606CAB background

This text has black color on #606CAB background.


White color preview on #606CAB background

This text has white color on #606CAB background.


Related colors

Complementary color

Complementary color for #hex is #9F9354.


I love getcolorcode.com

Triadic colors

1 #AB606C and #6CAB60 with #606CAB are triadic colors.

2 #AB6C60 and #6C60AB with #606CAB are triadic colors.