COLOR #615887

HEX: #615887
RGB: (97,88,135)

Color info

#615887 contains red, green and blue colors in about the same proportion. Web safe color of #615887 is #666699 (or #669).

RGB color model

#615887 color RGB value is (97,88,135).

  • red value is 97;
  • green value is 88;
  • blue value is 135.
RGB:
(97,88,135)
(38%,35%,53%)

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 135 of 255 = 53%

97
88
135

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

Portions of RGB colors in percentages

R + G + B =
97 + 88 + 135 = 320 (100%)
R 97 of 320 ~ 30.31%
G 88 of 320 ~ 27.5%
B 135 of 320 ~ 42.19%

%30.31
%27.5
%42.19

CMYK color model

#615887 color CMYK value is (28,35,0,47).

  • cyan value is 28.15%
  • magenta value is 34.81%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(28,35,0,47)
C28M35Y0K47 
(28%,35%,0%,47%)
(0.28/0.35/0.00/0.47)	

CMYK percentages

%28.15
%34.81
%0
%47.06

Codes

Color #615887 in popluar color models

615887
RGB9788135
HSL251°21.08%43.73%
HSB/HSV251°34.81%52.94%
CMYK28.15%34.81%0.00%
47.06%

Color #615887 in popluar number systems.

HEX615887
Decimal9788135
Binary1100001101100010000111
Octal141130207

Shades and tints

Shades of #615887

#615887
(97,88,135)
#59507B
(89,80,123)
#51486F
(81,72,111)
#494063
(73,64,99)
#413857
(65,56,87)
#39304B
(57,48,75)
#31283F
(49,40,63)
#292033
(41,32,51)
#211827
(33,24,39)
#19101B
(25,16,27)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #615887

#615887
(97,88,135)
#6F6791
(111,103,145)
#7D769B
(125,118,155)
#8B85A5
(139,133,165)
#9994AF
(153,148,175)
#A7A3B9
(167,163,185)
#B5B2C3
(181,178,195)
#C3C1CD
(195,193,205)
#D1D0D7
(209,208,215)
#DFDFE1
(223,223,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615887 color. Also use rgb(97,88,135) instead hex code.

Text Font Color

.myTextColor { color: #615887; }

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

This text font color is #615887.


Background Color

.myBgColor { background-color: #615887; }

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

This div background color is #615887.


Border color

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

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

This div border color is #615887.


Opacity

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

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

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

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

This text has shadow with #615887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615887 on black background.


Color preview on white background

This text has color #615887 on white background.



Black color preview on #615887 background

This text has black color on #615887 background.


White color preview on #615887 background

This text has white color on #615887 background.