COLOR #615285

HEX: #615285
RGB: (97,82,133)

Color info

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

RGB color model

#615285 color RGB value is (97,82,133).

  • red value is 97;
  • green value is 82;
  • blue value is 133.
RGB:
(97,82,133)
(38%,32%,52%)

RGB channels and saturation

R 97 of 255 = 38%
G 82 of 255 = 32%
B 133 of 255 = 52%

97
82
133

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

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 133 = 312 (100%)
R 97 of 312 ~ 31.09%
G 82 of 312 ~ 26.28%
B 133 of 312 ~ 42.63%

%31.09
%26.28
%42.63

CMYK color model

#615285 color CMYK value is (27,38,0,48).

  • cyan value is 27.07%
  • magenta value is 38.35%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(27,38,0,48)
C27M38Y0K48 
(27%,38%,0%,48%)
(0.27/0.38/0.00/0.48)	

CMYK percentages

%27.07
%38.35
%0
%47.84

Codes

Color #615285 in popluar color models

615285
RGB9782133
HSL258°23.72%42.16%
HSB/HSV258°38.35%52.16%
CMYK27.07%38.35%0.00%
47.84%

Color #615285 in popluar number systems.

HEX615285
Decimal9782133
Binary1100001101001010000101
Octal141122205

Shades and tints

Shades of #615285

#615285
(97,82,133)
#594B79
(89,75,121)
#51446D
(81,68,109)
#493D61
(73,61,97)
#413655
(65,54,85)
#392F49
(57,47,73)
#31283D
(49,40,61)
#292131
(41,33,49)
#211A25
(33,26,37)
#191319
(25,19,25)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #615285

#615285
(97,82,133)
#6F6190
(111,97,144)
#7D709B
(125,112,155)
#8B7FA6
(139,127,166)
#998EB1
(153,142,177)
#A79DBC
(167,157,188)
#B5ACC7
(181,172,199)
#C3BBD2
(195,187,210)
#D1CADD
(209,202,221)
#DFD9E8
(223,217,232)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615285 color. Also use rgb(97,82,133) instead hex code.

Text Font Color

.myTextColor { color: #615285; }

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

This text font color is #615285.


Background Color

.myBgColor { background-color: #615285; }

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

This div background color is #615285.


Border color

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

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

This div border color is #615285.


Opacity

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

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

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

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

This text has shadow with #615285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615285 on black background.


Color preview on white background

This text has color #615285 on white background.



Black color preview on #615285 background

This text has black color on #615285 background.


White color preview on #615285 background

This text has white color on #615285 background.