COLOR #614BB9

HEX: #614BB9
RGB: (97,75,185)

Color info

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

RGB color model

#614BB9 color RGB value is (97,75,185).

  • red value is 97;
  • green value is 75;
  • blue value is 185.
RGB:
(97,75,185)
(38%,29%,73%)

RGB channels and saturation

R 97 of 255 = 38%
G 75 of 255 = 29%
B 185 of 255 = 73%

97
75
185

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

Portions of RGB colors in percentages

R + G + B =
97 + 75 + 185 = 357 (100%)
R 97 of 357 ~ 27.17%
G 75 of 357 ~ 21.01%
B 185 of 357 ~ 51.82%

%27.17
%21.01
%51.82

CMYK color model

#614BB9 color CMYK value is (48,59,0,27).

  • cyan value is 47.57%
  • magenta value is 59.46%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(48,59,0,27)
C48M59Y0K27 
(48%,59%,0%,27%)
(0.48/0.59/0.00/0.27)	

CMYK percentages

%47.57
%59.46
%0
%27.45

Codes

Color #614BB9 in popluar color models

614BB9
RGB9775185
HSL252°44.00%50.98%
HSB/HSV252°59.46%72.55%
CMYK47.57%59.46%0.00%
27.45%

Color #614BB9 in popluar number systems.

HEX614BB9
Decimal9775185
Binary1100001100101110111001
Octal141113271

Shades and tints

Shades of #614BB9

#614BB9
(97,75,185)
#5945A9
(89,69,169)
#513F99
(81,63,153)
#493989
(73,57,137)
#413379
(65,51,121)
#392D69
(57,45,105)
#312759
(49,39,89)
#292149
(41,33,73)
#211B39
(33,27,57)
#191529
(25,21,41)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #614BB9

#614BB9
(97,75,185)
#6F5BBF
(111,91,191)
#7D6BC5
(125,107,197)
#8B7BCB
(139,123,203)
#998BD1
(153,139,209)
#A79BD7
(167,155,215)
#B5ABDD
(181,171,221)
#C3BBE3
(195,187,227)
#D1CBE9
(209,203,233)
#DFDBEF
(223,219,239)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614BB9 color. Also use rgb(97,75,185) instead hex code.

Text Font Color

.myTextColor { color: #614BB9; }

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

This text font color is #614BB9.


Background Color

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

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

This div background color is #614BB9.


Border color

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

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

This div border color is #614BB9.


Opacity

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

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

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

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

This text has shadow with #614BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614BB9 on black background.


Color preview on white background

This text has color #614BB9 on white background.



Black color preview on #614BB9 background

This text has black color on #614BB9 background.


White color preview on #614BB9 background

This text has white color on #614BB9 background.