COLOR #614099

HEX: #614099
RGB: (97,64,153)

Color info

#614099 contains mainly red and blue colors. Web safe color of #614099 is #663399 (or #639).

RGB color model

#614099 color RGB value is (97,64,153).

  • red value is 97;
  • green value is 64;
  • blue value is 153.
RGB:
(97,64,153)
(38%,25%,60%)

RGB channels and saturation

R 97 of 255 = 38%
G 64 of 255 = 25%
B 153 of 255 = 60%

97
64
153

R + G + B ~ 41%. #614099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 64 + 153 = 314 (100%)
R 97 of 314 ~ 30.89%
G 64 of 314 ~ 20.38%
B 153 of 314 ~ 48.73%

%30.89
%20.38
%48.73

CMYK color model

#614099 color CMYK value is (37,58,0,40).

  • cyan value is 36.60%
  • magenta value is 58.17%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(37,58,0,40)
C37M58Y0K40 
(37%,58%,0%,40%)
(0.37/0.58/0.00/0.40)	

CMYK percentages

%36.6
%58.17
%0
%40

Codes

Color #614099 in popluar color models

614099
RGB9764153
HSL262°41.01%42.55%
HSB/HSV262°58.17%60.00%
CMYK36.60%58.17%0.00%
40.00%

Color #614099 in popluar number systems.

HEX614099
Decimal9764153
Binary1100001100000010011001
Octal141100231

Shades and tints

Shades of #614099

#614099
(97,64,153)
#593B8C
(89,59,140)
#51367F
(81,54,127)
#493172
(73,49,114)
#412C65
(65,44,101)
#392758
(57,39,88)
#31224B
(49,34,75)
#291D3E
(41,29,62)
#211831
(33,24,49)
#191324
(25,19,36)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #614099

#614099
(97,64,153)
#6F51A2
(111,81,162)
#7D62AB
(125,98,171)
#8B73B4
(139,115,180)
#9984BD
(153,132,189)
#A795C6
(167,149,198)
#B5A6CF
(181,166,207)
#C3B7D8
(195,183,216)
#D1C8E1
(209,200,225)
#DFD9EA
(223,217,234)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614099 color. Also use rgb(97,64,153) instead hex code.

Text Font Color

.myTextColor { color: #614099; }

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

This text font color is #614099.


Background Color

.myBgColor { background-color: #614099; }

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

This div background color is #614099.


Border color

.myBorderColor { border: 1px solid #614099; }

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

This div border color is #614099.


Opacity

.myOpacity80 { color: #614099; opacity: 0.8; }

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

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

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

This text has shadow with #614099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614099 on black background.


Color preview on white background

This text has color #614099 on white background.



Black color preview on #614099 background

This text has black color on #614099 background.


White color preview on #614099 background

This text has white color on #614099 background.