COLOR #604BA8

HEX: #604BA8
RGB: (96,75,168)

Color info

#604BA8 contains mainly blue color. Web safe color of #604BA8 is #663399 (or #639).

RGB color model

#604BA8 color RGB value is (96,75,168).

  • red value is 96;
  • green value is 75;
  • blue value is 168.
RGB:
(96,75,168)
(38%,29%,66%)

RGB channels and saturation

R 96 of 255 = 38%
G 75 of 255 = 29%
B 168 of 255 = 66%

96
75
168

R + G + B ~ 44%. #604BA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 75 + 168 = 339 (100%)
R 96 of 339 ~ 28.32%
G 75 of 339 ~ 22.12%
B 168 of 339 ~ 49.56%

%28.32
%22.12
%49.56

CMYK color model

#604BA8 color CMYK value is (43,55,0,34).

  • cyan value is 42.86%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(43,55,0,34)
C43M55Y0K34 
(43%,55%,0%,34%)
(0.43/0.55/0.00/0.34)	

CMYK percentages

%42.86
%55.36
%0
%34.12

Codes

Color #604BA8 in popluar color models

604BA8
RGB9675168
HSL254°38.27%47.65%
HSB/HSV254°55.36%65.88%
CMYK42.86%55.36%0.00%
34.12%

Color #604BA8 in popluar number systems.

HEX604BA8
Decimal9675168
Binary1100000100101110101000
Octal140113250

Shades and tints

Shades of #604BA8

#604BA8
(96,75,168)
#584599
(88,69,153)
#503F8A
(80,63,138)
#48397B
(72,57,123)
#40336C
(64,51,108)
#382D5D
(56,45,93)
#30274E
(48,39,78)
#28213F
(40,33,63)
#201B30
(32,27,48)
#181521
(24,21,33)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #604BA8

#604BA8
(96,75,168)
#6E5BAF
(110,91,175)
#7C6BB6
(124,107,182)
#8A7BBD
(138,123,189)
#988BC4
(152,139,196)
#A69BCB
(166,155,203)
#B4ABD2
(180,171,210)
#C2BBD9
(194,187,217)
#D0CBE0
(208,203,224)
#DEDBE7
(222,219,231)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604BA8 color. Also use rgb(96,75,168) instead hex code.

Text Font Color

.myTextColor { color: #604BA8; }

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

This text font color is #604BA8.


Background Color

.myBgColor { background-color: #604BA8; }

<div style="background-color:#604BA8">Inner text</div>

This div background color is #604BA8.


Border color

.myBorderColor { border: 1px solid #604BA8; }

<div style="border:3px solid #604BA8">Div</div>

This div border color is #604BA8.


Opacity

.myOpacity80 { color: #604BA8; opacity: 0.8; }

<p style="color:#604BA8;opacity:0.8;">80%</p>

Text with #604BA8 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 #604BA8;}

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

This text has shadow with #604BA8 color.

.textShadow {text-shadow: 3px 3px 1px #604BA8, 3px 3px 1px red;}

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

This text has shadow with #604BA8 primary color and red secondary color.


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

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

This text has shadow with #604BA8 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #604BA8;
-webkit-box-shadow: 1px 1px 3px 2px #604BA8;
box-shadow:1px 1px 3px 2px #604BA8;">
Div content here</div>
This div box has shadow with color #604BA8.

Preview

Color preview on black background

This text has color #604BA8 on black background.


Color preview on white background

This text has color #604BA8 on white background.



Black color preview on #604BA8 background

This text has black color on #604BA8 background.


White color preview on #604BA8 background

This text has white color on #604BA8 background.