COLOR #614DC8

HEX: #614DC8
RGB: (97,77,200)

Color info

#614DC8 contains mainly blue color. Web safe color of #614DC8 is #6633CC (or #63C).

RGB color model

#614DC8 color RGB value is (97,77,200).

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

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 200 of 255 = 78%

97
77
200

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

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 200 = 374 (100%)
R 97 of 374 ~ 25.94%
G 77 of 374 ~ 20.59%
B 200 of 374 ~ 53.48%

%25.94
%20.59
%53.48

CMYK color model

#614DC8 color CMYK value is (52,62,0,22).

  • cyan value is 51.50%
  • magenta value is 61.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(52,62,0,22)
C52M62Y0K22 
(52%,62%,0%,22%)
(0.52/0.62/0.00/0.22)	

CMYK percentages

%51.5
%61.5
%0
%21.57

Codes

Color #614DC8 in popluar color models

614DC8
RGB9777200
HSL250°52.79%54.31%
HSB/HSV250°61.50%78.43%
CMYK51.50%61.50%0.00%
21.57%

Color #614DC8 in popluar number systems.

HEX614DC8
Decimal9777200
Binary1100001100110111001000
Octal141115310

Shades and tints

Shades of #614DC8

#614DC8
(97,77,200)
#5946B6
(89,70,182)
#513FA4
(81,63,164)
#493892
(73,56,146)
#413180
(65,49,128)
#392A6E
(57,42,110)
#31235C
(49,35,92)
#291C4A
(41,28,74)
#211538
(33,21,56)
#190E26
(25,14,38)
#110714
(17,7,20)
#000000
(0,0,0)

Tints of #614DC8

#614DC8
(97,77,200)
#6F5DCD
(111,93,205)
#7D6DD2
(125,109,210)
#8B7DD7
(139,125,215)
#998DDC
(153,141,220)
#A79DE1
(167,157,225)
#B5ADE6
(181,173,230)
#C3BDEB
(195,189,235)
#D1CDF0
(209,205,240)
#DFDDF5
(223,221,245)
#EDEDFA
(237,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614DC8; }

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

This text font color is #614DC8.


Background Color

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

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

This div background color is #614DC8.


Border color

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

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

This div border color is #614DC8.


Opacity

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

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

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

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

This text has shadow with #614DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614DC8 on black background.


Color preview on white background

This text has color #614DC8 on white background.



Black color preview on #614DC8 background

This text has black color on #614DC8 background.


White color preview on #614DC8 background

This text has white color on #614DC8 background.