COLOR #614DF4

HEX: #614DF4
RGB: (97,77,244)

Color info

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

RGB color model

#614DF4 color RGB value is (97,77,244).

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

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 244 of 255 = 96%

97
77
244

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

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 244 = 418 (100%)
R 97 of 418 ~ 23.21%
G 77 of 418 ~ 18.42%
B 244 of 418 ~ 58.37%

%23.21
%18.42
%58.37

CMYK color model

#614DF4 color CMYK value is (60,68,0,4).

  • cyan value is 60.25%
  • magenta value is 68.44%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(60,68,0,4)
C60M68Y0K4 
(60%,68%,0%,4%)
(0.60/0.68/0.00/0.04)	

CMYK percentages

%60.25
%68.44
%0
%4.31

Codes

Color #614DF4 in popluar color models

614DF4
RGB9777244
HSL247°88.36%62.94%
HSB/HSV247°68.44%95.69%
CMYK60.25%68.44%0.00%
4.31%

Color #614DF4 in popluar number systems.

HEX614DF4
Decimal9777244
Binary1100001100110111110100
Octal141115364

Shades and tints

Shades of #614DF4

#614DF4
(97,77,244)
#5946DE
(89,70,222)
#513FC8
(81,63,200)
#4938B2
(73,56,178)
#41319C
(65,49,156)
#392A86
(57,42,134)
#312370
(49,35,112)
#291C5A
(41,28,90)
#211544
(33,21,68)
#190E2E
(25,14,46)
#110718
(17,7,24)
#000000
(0,0,0)

Tints of #614DF4

#614DF4
(97,77,244)
#6F5DF5
(111,93,245)
#7D6DF6
(125,109,246)
#8B7DF7
(139,125,247)
#998DF8
(153,141,248)
#A79DF9
(167,157,249)
#B5ADFA
(181,173,250)
#C3BDFB
(195,189,251)
#D1CDFC
(209,205,252)
#DFDDFD
(223,221,253)
#EDEDFE
(237,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614DF4 color. Also use rgb(97,77,244) instead hex code.

Text Font Color

.myTextColor { color: #614DF4; }

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

This text font color is #614DF4.


Background Color

.myBgColor { background-color: #614DF4; }

<div style="background-color:#614DF4">Inner text</div>

This div background color is #614DF4.


Border color

.myBorderColor { border: 1px solid #614DF4; }

<div style="border:3px solid #614DF4">Div</div>

This div border color is #614DF4.


Opacity

.myOpacity80 { color: #614DF4; opacity: 0.8; }

<p style="color:#614DF4;opacity:0.8;">80%</p>

Text with #614DF4 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 #614DF4;}

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

This text has shadow with #614DF4 color.

.textShadow {text-shadow: 3px 3px 1px #614DF4, 3px 3px 1px red;}

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

This text has shadow with #614DF4 primary color and red secondary color.


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

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

This text has shadow with #614DF4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614DF4 on black background.


Color preview on white background

This text has color #614DF4 on white background.



Black color preview on #614DF4 background

This text has black color on #614DF4 background.


White color preview on #614DF4 background

This text has white color on #614DF4 background.