COLOR #615AA7

HEX: #615AA7
RGB: (97,90,167)

Color info

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

RGB color model

#615AA7 color RGB value is (97,90,167).

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

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 167 of 255 = 65%

97
90
167

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 167 = 354 (100%)
R 97 of 354 ~ 27.4%
G 90 of 354 ~ 25.42%
B 167 of 354 ~ 47.18%

%27.4
%25.42
%47.18

CMYK color model

#615AA7 color CMYK value is (42,46,0,35).

  • cyan value is 41.92%
  • magenta value is 46.11%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(42,46,0,35)
C42M46Y0K35 
(42%,46%,0%,35%)
(0.42/0.46/0.00/0.35)	

CMYK percentages

%41.92
%46.11
%0
%34.51

Codes

Color #615AA7 in popluar color models

615AA7
RGB9790167
HSL245°30.43%50.39%
HSB/HSV245°46.11%65.49%
CMYK41.92%46.11%0.00%
34.51%

Color #615AA7 in popluar number systems.

HEX615AA7
Decimal9790167
Binary1100001101101010100111
Octal141132247

Shades and tints

Shades of #615AA7

#615AA7
(97,90,167)
#595298
(89,82,152)
#514A89
(81,74,137)
#49427A
(73,66,122)
#413A6B
(65,58,107)
#39325C
(57,50,92)
#312A4D
(49,42,77)
#29223E
(41,34,62)
#211A2F
(33,26,47)
#191220
(25,18,32)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #615AA7

#615AA7
(97,90,167)
#6F69AF
(111,105,175)
#7D78B7
(125,120,183)
#8B87BF
(139,135,191)
#9996C7
(153,150,199)
#A7A5CF
(167,165,207)
#B5B4D7
(181,180,215)
#C3C3DF
(195,195,223)
#D1D2E7
(209,210,231)
#DFE1EF
(223,225,239)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615AA7; }

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

This text font color is #615AA7.


Background Color

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

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

This div background color is #615AA7.


Border color

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

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

This div border color is #615AA7.


Opacity

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

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

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

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

This text has shadow with #615AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615AA7 on black background.


Color preview on white background

This text has color #615AA7 on white background.



Black color preview on #615AA7 background

This text has black color on #615AA7 background.


White color preview on #615AA7 background

This text has white color on #615AA7 background.