COLOR #6157A5

HEX: #6157A5
RGB: (97,87,165)

Color info

#6157A5 contains mainly blue color. Web safe color of #6157A5 is #666699 (or #669).

RGB color model

#6157A5 color RGB value is (97,87,165).

  • red value is 97;
  • green value is 87;
  • blue value is 165.
RGB:
(97,87,165)
(38%,34%,65%)

RGB channels and saturation

R 97 of 255 = 38%
G 87 of 255 = 34%
B 165 of 255 = 65%

97
87
165

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

Portions of RGB colors in percentages

R + G + B =
97 + 87 + 165 = 349 (100%)
R 97 of 349 ~ 27.79%
G 87 of 349 ~ 24.93%
B 165 of 349 ~ 47.28%

%27.79
%24.93
%47.28

CMYK color model

#6157A5 color CMYK value is (41,47,0,35).

  • cyan value is 41.21%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(41,47,0,35)
C41M47Y0K35 
(41%,47%,0%,35%)
(0.41/0.47/0.00/0.35)	

CMYK percentages

%41.21
%47.27
%0
%35.29

Codes

Color #6157A5 in popluar color models

6157A5
RGB9787165
HSL248°30.95%49.41%
HSB/HSV248°47.27%64.71%
CMYK41.21%47.27%0.00%
35.29%

Color #6157A5 in popluar number systems.

HEX6157A5
Decimal9787165
Binary1100001101011110100101
Octal141127245

Shades and tints

Shades of #6157A5

#6157A5
(97,87,165)
#595096
(89,80,150)
#514987
(81,73,135)
#494278
(73,66,120)
#413B69
(65,59,105)
#39345A
(57,52,90)
#312D4B
(49,45,75)
#29263C
(41,38,60)
#211F2D
(33,31,45)
#19181E
(25,24,30)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6157A5

#6157A5
(97,87,165)
#6F66AD
(111,102,173)
#7D75B5
(125,117,181)
#8B84BD
(139,132,189)
#9993C5
(153,147,197)
#A7A2CD
(167,162,205)
#B5B1D5
(181,177,213)
#C3C0DD
(195,192,221)
#D1CFE5
(209,207,229)
#DFDEED
(223,222,237)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6157A5 color. Also use rgb(97,87,165) instead hex code.

Text Font Color

.myTextColor { color: #6157A5; }

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

This text font color is #6157A5.


Background Color

.myBgColor { background-color: #6157A5; }

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

This div background color is #6157A5.


Border color

.myBorderColor { border: 1px solid #6157A5; }

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

This div border color is #6157A5.


Opacity

.myOpacity80 { color: #6157A5; opacity: 0.8; }

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

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

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

This text has shadow with #6157A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6157A5 on black background.


Color preview on white background

This text has color #6157A5 on white background.



Black color preview on #6157A5 background

This text has black color on #6157A5 background.


White color preview on #6157A5 background

This text has white color on #6157A5 background.