COLOR #6D5970

HEX: #6D5970 RGB: (109,89,112)

Color info

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

RGB color model

#6D5970 color RGB value is (109,89,112).

RGB: (109,89,112) (43%, 35%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 112 of 255 = 44%

109
89
112

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

Portions of RGB colors in percentages

R + G + B = 109 + 89 + 112 = 310 (100%)
R 109 of 310 ~ 35.16%
G 89 of 310 ~ 28.71%
B 112 of 310 ~ 36.13'%

%35.16
%28.71
%36.13

CMYK color model

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

  • cyan value is 2.68%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (3,21,0,56)
C3M21Y0K56 (3%, 21%, 0%, 56%)
(0.03 / 0.21 / 0.00 / 0.56)

CMYK percentages

%2.68
%20.54
%0
%56.08

Codes

Color #6D5970 in popluar color models

6D 59 70
RGB 109 89 112
HSL 292° 11.44% 39.41%
HSB/HSV 292° 20.54% 43.92%
CMYK 2.68% 20.54% 0.00%
56.08%

Color #6D5970 in popluar number systems.

HEX 6D 59 70
Decimal 109 89 112
Binary 1101101 1011001 1110000
Octal 155 131 160

Shades and tints

Shades of #6D5970

#6D5970
(109,89,112)
#645166
(100,81,102)
#5B495C
(91,73,92)
#524152
(82,65,82)
#493948
(73,57,72)
#40313E
(64,49,62)
#372934
(55,41,52)
#2E212A
(46,33,42)
#251920
(37,25,32)
#1C1116
(28,17,22)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #6D5970

#6D5970
(109,89,112)
#7A687D
(122,104,125)
#87778A
(135,119,138)
#948697
(148,134,151)
#A195A4
(161,149,164)
#AEA4B1
(174,164,177)
#BBB3BE
(187,179,190)
#C8C2CB
(200,194,203)
#D5D1D8
(213,209,216)
#E2E0E5
(226,224,229)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5970; }

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

This text font color is #6D5970.

Background Color

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

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

This div background color is #6D5970.

Border color

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

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

This div border color is #6D5970.

Opacity

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

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

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

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

This text has shadow with #6D5970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5970.

Preview

Color preview on black background

This text has color #6D5970 on black background.


Color preview on white background

This text has color #6D5970 on white background.


Black color preview on #6D5970 background

This text has black color on #6D5970 background.


White color preview on #6D5970 background

This text has white color on #6D5970 background.


Related colors

Complementary color

Complementary color for #hex is #92A68F.


I love getcolorcode.com

Triadic colors

1 #706D59 and #59706D with #6D5970 are triadic colors.

2 #70596D and #596D70 with #6D5970 are triadic colors.