COLOR #6159B5

HEX: #6159B5
RGB: (97,89,181)

Color info

#6159B5 contains mainly blue color. Web safe color of #6159B5 is #6666CC (or #66C).

RGB color model

#6159B5 color RGB value is (97,89,181).

  • red value is 97;
  • green value is 89;
  • blue value is 181.
RGB:
(97,89,181)
(38%,35%,71%)

RGB channels and saturation

R 97 of 255 = 38%
G 89 of 255 = 35%
B 181 of 255 = 71%

97
89
181

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

Portions of RGB colors in percentages

R + G + B =
97 + 89 + 181 = 367 (100%)
R 97 of 367 ~ 26.43%
G 89 of 367 ~ 24.25%
B 181 of 367 ~ 49.32%

%26.43
%24.25
%49.32

CMYK color model

#6159B5 color CMYK value is (46,51,0,29).

  • cyan value is 46.41%
  • magenta value is 50.83%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(46,51,0,29)
C46M51Y0K29 
(46%,51%,0%,29%)
(0.46/0.51/0.00/0.29)	

CMYK percentages

%46.41
%50.83
%0
%29.02

Codes

Color #6159B5 in popluar color models

6159B5
RGB9789181
HSL245°38.33%52.94%
HSB/HSV245°50.83%70.98%
CMYK46.41%50.83%0.00%
29.02%

Color #6159B5 in popluar number systems.

HEX6159B5
Decimal9789181
Binary1100001101100110110101
Octal141131265

Shades and tints

Shades of #6159B5

#6159B5
(97,89,181)
#5951A5
(89,81,165)
#514995
(81,73,149)
#494185
(73,65,133)
#413975
(65,57,117)
#393165
(57,49,101)
#312955
(49,41,85)
#292145
(41,33,69)
#211935
(33,25,53)
#191125
(25,17,37)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #6159B5

#6159B5
(97,89,181)
#6F68BB
(111,104,187)
#7D77C1
(125,119,193)
#8B86C7
(139,134,199)
#9995CD
(153,149,205)
#A7A4D3
(167,164,211)
#B5B3D9
(181,179,217)
#C3C2DF
(195,194,223)
#D1D1E5
(209,209,229)
#DFE0EB
(223,224,235)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6159B5 color. Also use rgb(97,89,181) instead hex code.

Text Font Color

.myTextColor { color: #6159B5; }

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

This text font color is #6159B5.


Background Color

.myBgColor { background-color: #6159B5; }

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

This div background color is #6159B5.


Border color

.myBorderColor { border: 1px solid #6159B5; }

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

This div border color is #6159B5.


Opacity

.myOpacity80 { color: #6159B5; opacity: 0.8; }

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

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

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

This text has shadow with #6159B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6159B5 on black background.


Color preview on white background

This text has color #6159B5 on white background.



Black color preview on #6159B5 background

This text has black color on #6159B5 background.


White color preview on #6159B5 background

This text has white color on #6159B5 background.