COLOR #615A8E

HEX: #615A8E
RGB: (97,90,142)

Color info

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

RGB color model

#615A8E color RGB value is (97,90,142).

  • red value is 97;
  • green value is 90;
  • blue value is 142.
RGB:
(97,90,142)
(38%,35%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 142 of 255 = 56%

97
90
142

R + G + B ~ 43%. #615A8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 142 = 329 (100%)
R 97 of 329 ~ 29.48%
G 90 of 329 ~ 27.36%
B 142 of 329 ~ 43.16%

%29.48
%27.36
%43.16

CMYK color model

#615A8E color CMYK value is (32,37,0,44).

  • cyan value is 31.69%
  • magenta value is 36.62%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(32,37,0,44)
C32M37Y0K44 
(32%,37%,0%,44%)
(0.32/0.37/0.00/0.44)	

CMYK percentages

%31.69
%36.62
%0
%44.31

Codes

Color #615A8E in popluar color models

615A8E
RGB9790142
HSL248°22.41%45.49%
HSB/HSV248°36.62%55.69%
CMYK31.69%36.62%0.00%
44.31%

Color #615A8E in popluar number systems.

HEX615A8E
Decimal9790142
Binary1100001101101010001110
Octal141132216

Shades and tints

Shades of #615A8E

#615A8E
(97,90,142)
#595282
(89,82,130)
#514A76
(81,74,118)
#49426A
(73,66,106)
#413A5E
(65,58,94)
#393252
(57,50,82)
#312A46
(49,42,70)
#29223A
(41,34,58)
#211A2E
(33,26,46)
#191222
(25,18,34)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #615A8E

#615A8E
(97,90,142)
#6F6998
(111,105,152)
#7D78A2
(125,120,162)
#8B87AC
(139,135,172)
#9996B6
(153,150,182)
#A7A5C0
(167,165,192)
#B5B4CA
(181,180,202)
#C3C3D4
(195,195,212)
#D1D2DE
(209,210,222)
#DFE1E8
(223,225,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615A8E color. Also use rgb(97,90,142) instead hex code.

Text Font Color

.myTextColor { color: #615A8E; }

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

This text font color is #615A8E.


Background Color

.myBgColor { background-color: #615A8E; }

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

This div background color is #615A8E.


Border color

.myBorderColor { border: 1px solid #615A8E; }

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

This div border color is #615A8E.


Opacity

.myOpacity80 { color: #615A8E; opacity: 0.8; }

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

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

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

This text has shadow with #615A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A8E on black background.


Color preview on white background

This text has color #615A8E on white background.



Black color preview on #615A8E background

This text has black color on #615A8E background.


White color preview on #615A8E background

This text has white color on #615A8E background.