COLOR #615DAF

HEX: #615DAF
RGB: (97,93,175)

Color info

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

RGB color model

#615DAF color RGB value is (97,93,175).

  • red value is 97;
  • green value is 93;
  • blue value is 175.
RGB:
(97,93,175)
(38%,36%,69%)

RGB channels and saturation

R 97 of 255 = 38%
G 93 of 255 = 36%
B 175 of 255 = 69%

97
93
175

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

Portions of RGB colors in percentages

R + G + B =
97 + 93 + 175 = 365 (100%)
R 97 of 365 ~ 26.58%
G 93 of 365 ~ 25.48%
B 175 of 365 ~ 47.95%

%26.58
%25.48
%47.95

CMYK color model

#615DAF color CMYK value is (45,47,0,31).

  • cyan value is 44.57%
  • magenta value is 46.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(45,47,0,31)
C45M47Y0K31 
(45%,47%,0%,31%)
(0.45/0.47/0.00/0.31)	

CMYK percentages

%44.57
%46.86
%0
%31.37

Codes

Color #615DAF in popluar color models

615DAF
RGB9793175
HSL243°33.88%52.55%
HSB/HSV243°46.86%68.63%
CMYK44.57%46.86%0.00%
31.37%

Color #615DAF in popluar number systems.

HEX615DAF
Decimal9793175
Binary1100001101110110101111
Octal141135257

Shades and tints

Shades of #615DAF

#615DAF
(97,93,175)
#5955A0
(89,85,160)
#514D91
(81,77,145)
#494582
(73,69,130)
#413D73
(65,61,115)
#393564
(57,53,100)
#312D55
(49,45,85)
#292546
(41,37,70)
#211D37
(33,29,55)
#191528
(25,21,40)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #615DAF

#615DAF
(97,93,175)
#6F6BB6
(111,107,182)
#7D79BD
(125,121,189)
#8B87C4
(139,135,196)
#9995CB
(153,149,203)
#A7A3D2
(167,163,210)
#B5B1D9
(181,177,217)
#C3BFE0
(195,191,224)
#D1CDE7
(209,205,231)
#DFDBEE
(223,219,238)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615DAF color. Also use rgb(97,93,175) instead hex code.

Text Font Color

.myTextColor { color: #615DAF; }

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

This text font color is #615DAF.


Background Color

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

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

This div background color is #615DAF.


Border color

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

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

This div border color is #615DAF.


Opacity

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

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

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

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

This text has shadow with #615DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615DAF on black background.


Color preview on white background

This text has color #615DAF on white background.



Black color preview on #615DAF background

This text has black color on #615DAF background.


White color preview on #615DAF background

This text has white color on #615DAF background.