COLOR #6151A7

HEX: #6151A7
RGB: (97,81,167)

Color info

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

RGB color model

#6151A7 color RGB value is (97,81,167).

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

RGB channels and saturation

R 97 of 255 = 38%
G 81 of 255 = 32%
B 167 of 255 = 65%

97
81
167

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

Portions of RGB colors in percentages

R + G + B =
97 + 81 + 167 = 345 (100%)
R 97 of 345 ~ 28.12%
G 81 of 345 ~ 23.48%
B 167 of 345 ~ 48.41%

%28.12
%23.48
%48.41

CMYK color model

#6151A7 color CMYK value is (42,51,0,35).

  • cyan value is 41.92%
  • magenta value is 51.50%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(42,51,0,35)
C42M51Y0K35 
(42%,51%,0%,35%)
(0.42/0.51/0.00/0.35)	

CMYK percentages

%41.92
%51.5
%0
%34.51

Codes

Color #6151A7 in popluar color models

6151A7
RGB9781167
HSL251°34.68%48.63%
HSB/HSV251°51.50%65.49%
CMYK41.92%51.50%0.00%
34.51%

Color #6151A7 in popluar number systems.

HEX6151A7
Decimal9781167
Binary1100001101000110100111
Octal141121247

Shades and tints

Shades of #6151A7

#6151A7
(97,81,167)
#594A98
(89,74,152)
#514389
(81,67,137)
#493C7A
(73,60,122)
#41356B
(65,53,107)
#392E5C
(57,46,92)
#31274D
(49,39,77)
#29203E
(41,32,62)
#21192F
(33,25,47)
#191220
(25,18,32)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #6151A7

#6151A7
(97,81,167)
#6F60AF
(111,96,175)
#7D6FB7
(125,111,183)
#8B7EBF
(139,126,191)
#998DC7
(153,141,199)
#A79CCF
(167,156,207)
#B5ABD7
(181,171,215)
#C3BADF
(195,186,223)
#D1C9E7
(209,201,231)
#DFD8EF
(223,216,239)
#EDE7F7
(237,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6151A7; }

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

This text font color is #6151A7.


Background Color

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

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

This div background color is #6151A7.


Border color

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

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

This div border color is #6151A7.


Opacity

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

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

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

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

This text has shadow with #6151A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6151A7 on black background.


Color preview on white background

This text has color #6151A7 on white background.



Black color preview on #6151A7 background

This text has black color on #6151A7 background.


White color preview on #6151A7 background

This text has white color on #6151A7 background.