COLOR #615894

HEX: #615894
RGB: (97,88,148)

Color info

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

RGB color model

#615894 color RGB value is (97,88,148).

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

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 148 of 255 = 58%

97
88
148

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

Portions of RGB colors in percentages

R + G + B =
97 + 88 + 148 = 333 (100%)
R 97 of 333 ~ 29.13%
G 88 of 333 ~ 26.43%
B 148 of 333 ~ 44.44%

%29.13
%26.43
%44.44

CMYK color model

#615894 color CMYK value is (34,41,0,42).

  • cyan value is 34.46%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(34,41,0,42)
C34M41Y0K42 
(34%,41%,0%,42%)
(0.34/0.41/0.00/0.42)	

CMYK percentages

%34.46
%40.54
%0
%41.96

Codes

Color #615894 in popluar color models

615894
RGB9788148
HSL249°25.42%46.27%
HSB/HSV249°40.54%58.04%
CMYK34.46%40.54%0.00%
41.96%

Color #615894 in popluar number systems.

HEX615894
Decimal9788148
Binary1100001101100010010100
Octal141130224

Shades and tints

Shades of #615894

#615894
(97,88,148)
#595087
(89,80,135)
#51487A
(81,72,122)
#49406D
(73,64,109)
#413860
(65,56,96)
#393053
(57,48,83)
#312846
(49,40,70)
#292039
(41,32,57)
#21182C
(33,24,44)
#19101F
(25,16,31)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #615894

#615894
(97,88,148)
#6F679D
(111,103,157)
#7D76A6
(125,118,166)
#8B85AF
(139,133,175)
#9994B8
(153,148,184)
#A7A3C1
(167,163,193)
#B5B2CA
(181,178,202)
#C3C1D3
(195,193,211)
#D1D0DC
(209,208,220)
#DFDFE5
(223,223,229)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615894; }

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

This text font color is #615894.


Background Color

.myBgColor { background-color: #615894; }

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

This div background color is #615894.


Border color

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

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

This div border color is #615894.


Opacity

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

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

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

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

This text has shadow with #615894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615894 on black background.


Color preview on white background

This text has color #615894 on white background.



Black color preview on #615894 background

This text has black color on #615894 background.


White color preview on #615894 background

This text has white color on #615894 background.