COLOR #6A5F70

HEX: #6A5F70 RGB: (106,95,112)

Color info

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

RGB color model

#6A5F70 color RGB value is (106,95,112).

RGB: (106,95,112) (42%, 37%, 44%)

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 112 of 255 = 44%

106
95
112

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

Portions of RGB colors in percentages

R + G + B = 106 + 95 + 112 = 313 (100%)
R 106 of 313 ~ 33.87%
G 95 of 313 ~ 30.35%
B 112 of 313 ~ 35.78'%

%33.87
%30.35
%35.78

CMYK color model

#6A5F70 color CMYK value is (5,15,0,56).

  • cyan value is 5.36%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (5,15,0,56)
C5M15Y0K56 (5%, 15%, 0%, 56%)
(0.05 / 0.15 / 0.00 / 0.56)

CMYK percentages

%5.36
%15.18
%0
%56.08

Codes

Color #6A5F70 in popluar color models

6A 5F 70
RGB 106 95 112
HSL 279° 8.21% 40.59%
HSB/HSV 279° 15.18% 43.92%
CMYK 5.36% 15.18% 0.00%
56.08%

Color #6A5F70 in popluar number systems.

HEX 6A 5F 70
Decimal 106 95 112
Binary 1101010 1011111 1110000
Octal 152 137 160

Shades and tints

Shades of #6A5F70

#6A5F70
(106,95,112)
#615766
(97,87,102)
#584F5C
(88,79,92)
#4F4752
(79,71,82)
#463F48
(70,63,72)
#3D373E
(61,55,62)
#342F34
(52,47,52)
#2B272A
(43,39,42)
#221F20
(34,31,32)
#191716
(25,23,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A5F70

#6A5F70
(106,95,112)
#776D7D
(119,109,125)
#847B8A
(132,123,138)
#918997
(145,137,151)
#9E97A4
(158,151,164)
#ABA5B1
(171,165,177)
#B8B3BE
(184,179,190)
#C5C1CB
(197,193,203)
#D2CFD8
(210,207,216)
#DFDDE5
(223,221,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5F70; }

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

This text font color is #6A5F70.

Background Color

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

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

This div background color is #6A5F70.

Border color

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

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

This div border color is #6A5F70.

Opacity

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

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

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

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

This text has shadow with #6A5F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5F70.

Preview

Color preview on black background

This text has color #6A5F70 on black background.


Color preview on white background

This text has color #6A5F70 on white background.


Black color preview on #6A5F70 background

This text has black color on #6A5F70 background.


White color preview on #6A5F70 background

This text has white color on #6A5F70 background.


Related colors

Complementary color

Complementary color for #hex is #95A08F.


I love getcolorcode.com

Triadic colors

1 #706A5F and #5F706A with #6A5F70 are triadic colors.

2 #705F6A and #5F6A70 with #6A5F70 are triadic colors.