COLOR #604FC5

HEX: #604FC5
RGB: (96,79,197)

Color info

#604FC5 contains mainly blue color. Web safe color of #604FC5 is #6666CC (or #66C).

RGB color model

#604FC5 color RGB value is (96,79,197).

  • red value is 96;
  • green value is 79;
  • blue value is 197.
RGB:
(96,79,197)
(38%,31%,77%)

RGB channels and saturation

R 96 of 255 = 38%
G 79 of 255 = 31%
B 197 of 255 = 77%

96
79
197

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

Portions of RGB colors in percentages

R + G + B =
96 + 79 + 197 = 372 (100%)
R 96 of 372 ~ 25.81%
G 79 of 372 ~ 21.24%
B 197 of 372 ~ 52.96%

%25.81
%21.24
%52.96

CMYK color model

#604FC5 color CMYK value is (51,60,0,23).

  • cyan value is 51.27%
  • magenta value is 59.90%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(51,60,0,23)
C51M60Y0K23 
(51%,60%,0%,23%)
(0.51/0.60/0.00/0.23)	

CMYK percentages

%51.27
%59.9
%0
%22.75

Codes

Color #604FC5 in popluar color models

604FC5
RGB9679197
HSL249°50.43%54.12%
HSB/HSV249°59.90%77.25%
CMYK51.27%59.90%0.00%
22.75%

Color #604FC5 in popluar number systems.

HEX604FC5
Decimal9679197
Binary1100000100111111000101
Octal140117305

Shades and tints

Shades of #604FC5

#604FC5
(96,79,197)
#5848B4
(88,72,180)
#5041A3
(80,65,163)
#483A92
(72,58,146)
#403381
(64,51,129)
#382C70
(56,44,112)
#30255F
(48,37,95)
#281E4E
(40,30,78)
#20173D
(32,23,61)
#18102C
(24,16,44)
#10091B
(16,9,27)
#000000
(0,0,0)

Tints of #604FC5

#604FC5
(96,79,197)
#6E5FCA
(110,95,202)
#7C6FCF
(124,111,207)
#8A7FD4
(138,127,212)
#988FD9
(152,143,217)
#A69FDE
(166,159,222)
#B4AFE3
(180,175,227)
#C2BFE8
(194,191,232)
#D0CFED
(208,207,237)
#DEDFF2
(222,223,242)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604FC5 color. Also use rgb(96,79,197) instead hex code.

Text Font Color

.myTextColor { color: #604FC5; }

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

This text font color is #604FC5.


Background Color

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

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

This div background color is #604FC5.


Border color

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

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

This div border color is #604FC5.


Opacity

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

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

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

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

This text has shadow with #604FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604FC5 on black background.


Color preview on white background

This text has color #604FC5 on white background.



Black color preview on #604FC5 background

This text has black color on #604FC5 background.


White color preview on #604FC5 background

This text has white color on #604FC5 background.