COLOR #6A6171

HEX: #6A6171
RGB: (106,97,113)

Color info

#6A6171 contains red, green and blue colors in about the same proportion. Web safe color of #6A6171 is #666666 (or #666).

RGB color model

#6A6171 color RGB value is (106,97,113).

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

RGB channels and saturation

R 106 of 255 = 42%
G 97 of 255 = 38%
B 113 of 255 = 44%

106
97
113

R + G + B ~ 41%. #6A6171 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 97 + 113 = 316 (100%)
R 106 of 316 ~ 33.54%
G 97 of 316 ~ 30.7%
B 113 of 316 ~ 35.76%

%33.54
%30.7
%35.76

CMYK color model

#6A6171 color CMYK value is (6,14,0,56).

  • cyan value is 6.19%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(6,14,0,56)
C6M14Y0K56 
(6%,14%,0%,56%)
(0.06/0.14/0.00/0.56)	

CMYK percentages

%6.19
%14.16
%0
%55.69

Codes

Color #6A6171 in popluar color models

6A6171
RGB10697113
HSL274°7.62%41.18%
HSB/HSV274°14.16%44.31%
CMYK6.19%14.16%0.00%
55.69%

Color #6A6171 in popluar number systems.

HEX6A6171
Decimal10697113
Binary110101011000011110001
Octal152141161

Shades and tints

Shades of #6A6171

#6A6171
(106,97,113)
#615967
(97,89,103)
#58515D
(88,81,93)
#4F4953
(79,73,83)
#464149
(70,65,73)
#3D393F
(61,57,63)
#343135
(52,49,53)
#2B292B
(43,41,43)
#222121
(34,33,33)
#191917
(25,25,23)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #6A6171

#6A6171
(106,97,113)
#776F7D
(119,111,125)
#847D89
(132,125,137)
#918B95
(145,139,149)
#9E99A1
(158,153,161)
#ABA7AD
(171,167,173)
#B8B5B9
(184,181,185)
#C5C3C5
(197,195,197)
#D2D1D1
(210,209,209)
#DFDFDD
(223,223,221)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6171 color. Also use rgb(106,97,113) instead hex code.

Text Font Color

.myTextColor { color: #6A6171; }

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

This text font color is #6A6171.


Background Color

.myBgColor { background-color: #6A6171; }

<div style="background-color:#6A6171">Inner text</div>

This div background color is #6A6171.


Border color

.myBorderColor { border: 1px solid #6A6171; }

<div style="border:3px solid #6A6171">Div</div>

This div border color is #6A6171.


Opacity

.myOpacity80 { color: #6A6171; opacity: 0.8; }

<p style="color:#6A6171;opacity:0.8;">80%</p>

Text with #6A6171 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 #6A6171;}

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

This text has shadow with #6A6171 color.

.textShadow {text-shadow: 3px 3px 1px #6A6171, 3px 3px 1px red;}

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

This text has shadow with #6A6171 primary color and red secondary color.


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

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

This text has shadow with #6A6171 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6171 on black background.


Color preview on white background

This text has color #6A6171 on white background.



Black color preview on #6A6171 background

This text has black color on #6A6171 background.


White color preview on #6A6171 background

This text has white color on #6A6171 background.