COLOR #6171A2

HEX: #6171A2
RGB: (97,113,162)

Color info

#6171A2 contains mainly green and blue colors. Web safe color of #6171A2 is #666699 (or #669).

RGB color model

#6171A2 color RGB value is (97,113,162).

  • red value is 97;
  • green value is 113;
  • blue value is 162.
RGB:
(97,113,162)
(38%,44%,64%)

RGB channels and saturation

R 97 of 255 = 38%
G 113 of 255 = 44%
B 162 of 255 = 64%

97
113
162

R + G + B ~ 49%. #6171A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 113 + 162 = 372 (100%)
R 97 of 372 ~ 26.08%
G 113 of 372 ~ 30.38%
B 162 of 372 ~ 43.55%

%26.08
%30.38
%43.55

CMYK color model

#6171A2 color CMYK value is (40,30,0,36).

  • cyan value is 40.12%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(40,30,0,36)
C40M30Y0K36 
(40%,30%,0%,36%)
(0.40/0.30/0.00/0.36)	

CMYK percentages

%40.12
%30.25
%0
%36.47

Codes

Color #6171A2 in popluar color models

6171A2
RGB97113162
HSL225°25.90%50.78%
HSB/HSV225°40.12%63.53%
CMYK40.12%30.25%0.00%
36.47%

Color #6171A2 in popluar number systems.

HEX6171A2
Decimal97113162
Binary1100001111000110100010
Octal141161242

Shades and tints

Shades of #6171A2

#6171A2
(97,113,162)
#596794
(89,103,148)
#515D86
(81,93,134)
#495378
(73,83,120)
#41496A
(65,73,106)
#393F5C
(57,63,92)
#31354E
(49,53,78)
#292B40
(41,43,64)
#212132
(33,33,50)
#191724
(25,23,36)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #6171A2

#6171A2
(97,113,162)
#6F7DAA
(111,125,170)
#7D89B2
(125,137,178)
#8B95BA
(139,149,186)
#99A1C2
(153,161,194)
#A7ADCA
(167,173,202)
#B5B9D2
(181,185,210)
#C3C5DA
(195,197,218)
#D1D1E2
(209,209,226)
#DFDDEA
(223,221,234)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6171A2 color. Also use rgb(97,113,162) instead hex code.

Text Font Color

.myTextColor { color: #6171A2; }

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

This text font color is #6171A2.


Background Color

.myBgColor { background-color: #6171A2; }

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

This div background color is #6171A2.


Border color

.myBorderColor { border: 1px solid #6171A2; }

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

This div border color is #6171A2.


Opacity

.myOpacity80 { color: #6171A2; opacity: 0.8; }

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

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

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

This text has shadow with #6171A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6171A2 on black background.


Color preview on white background

This text has color #6171A2 on white background.



Black color preview on #6171A2 background

This text has black color on #6171A2 background.


White color preview on #6171A2 background

This text has white color on #6171A2 background.