COLOR #604DF6

HEX: #604DF6
RGB: (96,77,246)

Color info

#604DF6 contains mainly blue color. Web safe color of #604DF6 is #6633FF (or #63F).

RGB color model

#604DF6 color RGB value is (96,77,246).

  • red value is 96;
  • green value is 77;
  • blue value is 246.
RGB:
(96,77,246)
(38%,30%,96%)

RGB channels and saturation

R 96 of 255 = 38%
G 77 of 255 = 30%
B 246 of 255 = 96%

96
77
246

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

Portions of RGB colors in percentages

R + G + B =
96 + 77 + 246 = 419 (100%)
R 96 of 419 ~ 22.91%
G 77 of 419 ~ 18.38%
B 246 of 419 ~ 58.71%

%22.91
%18.38
%58.71

CMYK color model

#604DF6 color CMYK value is (61,69,0,4).

  • cyan value is 60.98%
  • magenta value is 68.70%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(61,69,0,4)
C61M69Y0K4 
(61%,69%,0%,4%)
(0.61/0.69/0.00/0.04)	

CMYK percentages

%60.98
%68.7
%0
%3.53

Codes

Color #604DF6 in popluar color models

604DF6
RGB9677246
HSL247°90.37%63.33%
HSB/HSV247°68.70%96.47%
CMYK60.98%68.70%0.00%
3.53%

Color #604DF6 in popluar number systems.

HEX604DF6
Decimal9677246
Binary1100000100110111110110
Octal140115366

Shades and tints

Shades of #604DF6

#604DF6
(96,77,246)
#5846E0
(88,70,224)
#503FCA
(80,63,202)
#4838B4
(72,56,180)
#40319E
(64,49,158)
#382A88
(56,42,136)
#302372
(48,35,114)
#281C5C
(40,28,92)
#201546
(32,21,70)
#180E30
(24,14,48)
#10071A
(16,7,26)
#000000
(0,0,0)

Tints of #604DF6

#604DF6
(96,77,246)
#6E5DF6
(110,93,246)
#7C6DF6
(124,109,246)
#8A7DF6
(138,125,246)
#988DF6
(152,141,246)
#A69DF6
(166,157,246)
#B4ADF6
(180,173,246)
#C2BDF6
(194,189,246)
#D0CDF6
(208,205,246)
#DEDDF6
(222,221,246)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604DF6 color. Also use rgb(96,77,246) instead hex code.

Text Font Color

.myTextColor { color: #604DF6; }

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

This text font color is #604DF6.


Background Color

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

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

This div background color is #604DF6.


Border color

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

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

This div border color is #604DF6.


Opacity

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

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

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

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

This text has shadow with #604DF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604DF6 on black background.


Color preview on white background

This text has color #604DF6 on white background.



Black color preview on #604DF6 background

This text has black color on #604DF6 background.


White color preview on #604DF6 background

This text has white color on #604DF6 background.