COLOR #615AAB

HEX: #615AAB
RGB: (97,90,171)

Color info

#615AAB contains mainly blue color. Web safe color of #615AAB is #666699 (or #669).

RGB color model

#615AAB color RGB value is (97,90,171).

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

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 171 of 255 = 67%

97
90
171

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 171 = 358 (100%)
R 97 of 358 ~ 27.09%
G 90 of 358 ~ 25.14%
B 171 of 358 ~ 47.77%

%27.09
%25.14
%47.77

CMYK color model

#615AAB color CMYK value is (43,47,0,33).

  • cyan value is 43.27%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(43,47,0,33)
C43M47Y0K33 
(43%,47%,0%,33%)
(0.43/0.47/0.00/0.33)	

CMYK percentages

%43.27
%47.37
%0
%32.94

Codes

Color #615AAB in popluar color models

615AAB
RGB9790171
HSL245°32.53%51.18%
HSB/HSV245°47.37%67.06%
CMYK43.27%47.37%0.00%
32.94%

Color #615AAB in popluar number systems.

HEX615AAB
Decimal9790171
Binary1100001101101010101011
Octal141132253

Shades and tints

Shades of #615AAB

#615AAB
(97,90,171)
#59529C
(89,82,156)
#514A8D
(81,74,141)
#49427E
(73,66,126)
#413A6F
(65,58,111)
#393260
(57,50,96)
#312A51
(49,42,81)
#292242
(41,34,66)
#211A33
(33,26,51)
#191224
(25,18,36)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #615AAB

#615AAB
(97,90,171)
#6F69B2
(111,105,178)
#7D78B9
(125,120,185)
#8B87C0
(139,135,192)
#9996C7
(153,150,199)
#A7A5CE
(167,165,206)
#B5B4D5
(181,180,213)
#C3C3DC
(195,195,220)
#D1D2E3
(209,210,227)
#DFE1EA
(223,225,234)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615AAB; }

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

This text font color is #615AAB.


Background Color

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

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

This div background color is #615AAB.


Border color

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

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

This div border color is #615AAB.


Opacity

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

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

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

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

This text has shadow with #615AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615AAB on black background.


Color preview on white background

This text has color #615AAB on white background.



Black color preview on #615AAB background

This text has black color on #615AAB background.


White color preview on #615AAB background

This text has white color on #615AAB background.