COLOR #6156A7

HEX: #6156A7
RGB: (97,86,167)

Color info

#6156A7 contains mainly blue color. Web safe color of #6156A7 is #666699 (or #669).

RGB color model

#6156A7 color RGB value is (97,86,167).

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

RGB channels and saturation

R 97 of 255 = 38%
G 86 of 255 = 34%
B 167 of 255 = 65%

97
86
167

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

Portions of RGB colors in percentages

R + G + B =
97 + 86 + 167 = 350 (100%)
R 97 of 350 ~ 27.71%
G 86 of 350 ~ 24.57%
B 167 of 350 ~ 47.71%

%27.71
%24.57
%47.71

CMYK color model

#6156A7 color CMYK value is (42,49,0,35).

  • cyan value is 41.92%
  • magenta value is 48.50%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(42,49,0,35)
C42M49Y0K35 
(42%,49%,0%,35%)
(0.42/0.49/0.00/0.35)	

CMYK percentages

%41.92
%48.5
%0
%34.51

Codes

Color #6156A7 in popluar color models

6156A7
RGB9786167
HSL248°32.02%49.61%
HSB/HSV248°48.50%65.49%
CMYK41.92%48.50%0.00%
34.51%

Color #6156A7 in popluar number systems.

HEX6156A7
Decimal9786167
Binary1100001101011010100111
Octal141126247

Shades and tints

Shades of #6156A7

#6156A7
(97,86,167)
#594F98
(89,79,152)
#514889
(81,72,137)
#49417A
(73,65,122)
#413A6B
(65,58,107)
#39335C
(57,51,92)
#312C4D
(49,44,77)
#29253E
(41,37,62)
#211E2F
(33,30,47)
#191720
(25,23,32)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6156A7

#6156A7
(97,86,167)
#6F65AF
(111,101,175)
#7D74B7
(125,116,183)
#8B83BF
(139,131,191)
#9992C7
(153,146,199)
#A7A1CF
(167,161,207)
#B5B0D7
(181,176,215)
#C3BFDF
(195,191,223)
#D1CEE7
(209,206,231)
#DFDDEF
(223,221,239)
#EDECF7
(237,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6156A7 color. Also use rgb(97,86,167) instead hex code.

Text Font Color

.myTextColor { color: #6156A7; }

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

This text font color is #6156A7.


Background Color

.myBgColor { background-color: #6156A7; }

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

This div background color is #6156A7.


Border color

.myBorderColor { border: 1px solid #6156A7; }

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

This div border color is #6156A7.


Opacity

.myOpacity80 { color: #6156A7; opacity: 0.8; }

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

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

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

This text has shadow with #6156A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6156A7 on black background.


Color preview on white background

This text has color #6156A7 on white background.



Black color preview on #6156A7 background

This text has black color on #6156A7 background.


White color preview on #6156A7 background

This text has white color on #6156A7 background.