COLOR #615699

HEX: #615699
RGB: (97,86,153)

Color info

#615699 contains mainly red and blue colors. Web safe color of #615699 is #666699 (or #669).

RGB color model

#615699 color RGB value is (97,86,153).

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

RGB channels and saturation

R 97 of 255 = 38%
G 86 of 255 = 34%
B 153 of 255 = 60%

97
86
153

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

Portions of RGB colors in percentages

R + G + B =
97 + 86 + 153 = 336 (100%)
R 97 of 336 ~ 28.87%
G 86 of 336 ~ 25.6%
B 153 of 336 ~ 45.54%

%28.87
%25.6
%45.54

CMYK color model

#615699 color CMYK value is (37,44,0,40).

  • cyan value is 36.60%
  • magenta value is 43.79%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(37,44,0,40)
C37M44Y0K40 
(37%,44%,0%,40%)
(0.37/0.44/0.00/0.40)	

CMYK percentages

%36.6
%43.79
%0
%40

Codes

Color #615699 in popluar color models

615699
RGB9786153
HSL250°28.03%46.86%
HSB/HSV250°43.79%60.00%
CMYK36.60%43.79%0.00%
40.00%

Color #615699 in popluar number systems.

HEX615699
Decimal9786153
Binary1100001101011010011001
Octal141126231

Shades and tints

Shades of #615699

#615699
(97,86,153)
#594F8C
(89,79,140)
#51487F
(81,72,127)
#494172
(73,65,114)
#413A65
(65,58,101)
#393358
(57,51,88)
#312C4B
(49,44,75)
#29253E
(41,37,62)
#211E31
(33,30,49)
#191724
(25,23,36)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #615699

#615699
(97,86,153)
#6F65A2
(111,101,162)
#7D74AB
(125,116,171)
#8B83B4
(139,131,180)
#9992BD
(153,146,189)
#A7A1C6
(167,161,198)
#B5B0CF
(181,176,207)
#C3BFD8
(195,191,216)
#D1CEE1
(209,206,225)
#DFDDEA
(223,221,234)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615699; }

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

This text font color is #615699.


Background Color

.myBgColor { background-color: #615699; }

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

This div background color is #615699.


Border color

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

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

This div border color is #615699.


Opacity

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

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

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

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

This text has shadow with #615699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615699 on black background.


Color preview on white background

This text has color #615699 on white background.



Black color preview on #615699 background

This text has black color on #615699 background.


White color preview on #615699 background

This text has white color on #615699 background.