COLOR #6A5971

HEX: #6A5971
RGB: (106,89,113)

Color info

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

RGB color model

#6A5971 color RGB value is (106,89,113).

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

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 113 of 255 = 44%

106
89
113

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 113 = 308 (100%)
R 106 of 308 ~ 34.42%
G 89 of 308 ~ 28.9%
B 113 of 308 ~ 36.69%

%34.42
%28.9
%36.69

CMYK color model

#6A5971 color CMYK value is (6,21,0,56).

  • cyan value is 6.19%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(6,21,0,56)
C6M21Y0K56 
(6%,21%,0%,56%)
(0.06/0.21/0.00/0.56)	

CMYK percentages

%6.19
%21.24
%0
%55.69

Codes

Color #6A5971 in popluar color models

6A5971
RGB10689113
HSL283°11.88%39.61%
HSB/HSV283°21.24%44.31%
CMYK6.19%21.24%0.00%
55.69%

Color #6A5971 in popluar number systems.

HEX6A5971
Decimal10689113
Binary110101010110011110001
Octal152131161

Shades and tints

Shades of #6A5971

#6A5971
(106,89,113)
#615167
(97,81,103)
#58495D
(88,73,93)
#4F4153
(79,65,83)
#463949
(70,57,73)
#3D313F
(61,49,63)
#342935
(52,41,53)
#2B212B
(43,33,43)
#221921
(34,25,33)
#191117
(25,17,23)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #6A5971

#6A5971
(106,89,113)
#77687D
(119,104,125)
#847789
(132,119,137)
#918695
(145,134,149)
#9E95A1
(158,149,161)
#ABA4AD
(171,164,173)
#B8B3B9
(184,179,185)
#C5C2C5
(197,194,197)
#D2D1D1
(210,209,209)
#DFE0DD
(223,224,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5971; }

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

This text font color is #6A5971.


Background Color

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

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

This div background color is #6A5971.


Border color

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

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

This div border color is #6A5971.


Opacity

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

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

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

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

This text has shadow with #6A5971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5971 on black background.


Color preview on white background

This text has color #6A5971 on white background.



Black color preview on #6A5971 background

This text has black color on #6A5971 background.


White color preview on #6A5971 background

This text has white color on #6A5971 background.