COLOR #6A5970

HEX: #6A5970
RGB: (106,89,112)

Color info

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

RGB color model

#6A5970 color RGB value is (106,89,112).

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

RGB channels and saturation

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

106
89
112

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 112 = 307 (100%)
R 106 of 307 ~ 34.53%
G 89 of 307 ~ 28.99%
B 112 of 307 ~ 36.48%

%34.53
%28.99
%36.48

CMYK color model

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

  • cyan value is 5.36%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(5,21,0,56)
C5M21Y0K56 
(5%,21%,0%,56%)
(0.05/0.21/0.00/0.56)	

CMYK percentages

%5.36
%20.54
%0
%56.08

Codes

Color #6A5970 in popluar color models

6A5970
RGB10689112
HSL284°11.44%39.41%
HSB/HSV284°20.54%43.92%
CMYK5.36%20.54%0.00%
56.08%

Color #6A5970 in popluar number systems.

HEX6A5970
Decimal10689112
Binary110101010110011110000
Octal152131160

Shades and tints

Shades of #6A5970

#6A5970
(106,89,112)
#615166
(97,81,102)
#58495C
(88,73,92)
#4F4152
(79,65,82)
#463948
(70,57,72)
#3D313E
(61,49,62)
#342934
(52,41,52)
#2B212A
(43,33,42)
#221920
(34,25,32)
#191116
(25,17,22)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #6A5970

#6A5970
(106,89,112)
#77687D
(119,104,125)
#84778A
(132,119,138)
#918697
(145,134,151)
#9E95A4
(158,149,164)
#ABA4B1
(171,164,177)
#B8B3BE
(184,179,190)
#C5C2CB
(197,194,203)
#D2D1D8
(210,209,216)
#DFE0E5
(223,224,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5970; }

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

This text font color is #6A5970.


Background Color

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

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

This div background color is #6A5970.


Border color

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

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

This div border color is #6A5970.


Opacity

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

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

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

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

This text has shadow with #6A5970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5970 on black background.


Color preview on white background

This text has color #6A5970 on white background.



Black color preview on #6A5970 background

This text has black color on #6A5970 background.


White color preview on #6A5970 background

This text has white color on #6A5970 background.