COLOR #606CA8

HEX: #606CA8 RGB: (96,108,168)

Color info

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

RGB color model

#606CA8 color RGB value is (96,108,168).

RGB: (96,108,168) (38%, 42%, 66%)

RGB channels and saturation

R 96 of 255 = 38%
G 108 of 255 = 42%
B 168 of 255 = 66%

96
108
168

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

Portions of RGB colors in percentages

R + G + B = 96 + 108 + 168 = 372 (100%)
R 96 of 372 ~ 25.81%
G 108 of 372 ~ 29.03%
B 168 of 372 ~ 45.16'%

%25.81
%29.03
%45.16

CMYK color model

#606CA8 color CMYK value is (43,36,0,34).

  • cyan value is 42.86%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (43,36,0,34)
C43M36Y0K34 (43%, 36%, 0%, 34%)
(0.43 / 0.36 / 0.00 / 0.34)

CMYK percentages

%42.86
%35.71
%0
%34.12

Codes

Color #606CA8 in popluar color models

60 6C A8
RGB 96 108 168
HSL 230° 29.27% 51.76%
HSB/HSV 230° 42.86% 65.88%
CMYK 42.86% 35.71% 0.00%
34.12%

Color #606CA8 in popluar number systems.

HEX 60 6C A8
Decimal 96 108 168
Binary 1100000 1101100 10101000
Octal 140 154 250

Shades and tints

Shades of #606CA8

#606CA8
(96,108,168)
#586399
(88,99,153)
#505A8A
(80,90,138)
#48517B
(72,81,123)
#40486C
(64,72,108)
#383F5D
(56,63,93)
#30364E
(48,54,78)
#282D3F
(40,45,63)
#202430
(32,36,48)
#181B21
(24,27,33)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #606CA8

#606CA8
(96,108,168)
#6E79AF
(110,121,175)
#7C86B6
(124,134,182)
#8A93BD
(138,147,189)
#98A0C4
(152,160,196)
#A6ADCB
(166,173,203)
#B4BAD2
(180,186,210)
#C2C7D9
(194,199,217)
#D0D4E0
(208,212,224)
#DEE1E7
(222,225,231)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606CA8; }

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

This text font color is #606CA8.

Background Color

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

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

This div background color is #606CA8.

Border color

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

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

This div border color is #606CA8.

Opacity

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

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

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

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

This text has shadow with #606CA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606CA8.

Preview

Color preview on black background

This text has color #606CA8 on black background.


Color preview on white background

This text has color #606CA8 on white background.


Black color preview on #606CA8 background

This text has black color on #606CA8 background.


White color preview on #606CA8 background

This text has white color on #606CA8 background.


Related colors

Complementary color

Complementary color for #hex is #9F9357.


I love getcolorcode.com

Triadic colors

1 #A8606C and #6CA860 with #606CA8 are triadic colors.

2 #A86C60 and #6C60A8 with #606CA8 are triadic colors.