COLOR #6A5575

HEX: #6A5575 RGB: (106,85,117)

Color info

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

RGB color model

#6A5575 color RGB value is (106,85,117).

RGB: (106,85,117) (42%, 33%, 46%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 117 of 255 = 46%

106
85
117

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

Portions of RGB colors in percentages

R + G + B = 106 + 85 + 117 = 308 (100%)
R 106 of 308 ~ 34.42%
G 85 of 308 ~ 27.6%
B 117 of 308 ~ 37.99'%

%34.42
%27.6
%37.99

CMYK color model

#6A5575 color CMYK value is (9,27,0,54).

  • cyan value is 9.40%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (9,27,0,54) C9M27Y0K54 (9%,27%,0%,54%) (0.09/0.27/0.00/0.54) 

CMYK percentages

%9.4
%27.35
%0
%54.12

Codes

Color #6A5575 in popluar color models

6A 55 75
RGB 106 85 117
HSL 279° 15.84% 39.61%
HSB/HSV 279° 27.35% 45.88%
CMYK 9.40% 27.35% 0.00%
54.12%

Color #6A5575 in popluar number systems.

HEX 6A 55 75
Decimal 106 85 117
Binary 1101010 1010101 1110101
Octal 152 125 165

Shades and tints

Shades of #6A5575

#6A5575
(106,85,117)
#614E6B
(97,78,107)
#584761
(88,71,97)
#4F4057
(79,64,87)
#46394D
(70,57,77)
#3D3243
(61,50,67)
#342B39
(52,43,57)
#2B242F
(43,36,47)
#221D25
(34,29,37)
#19161B
(25,22,27)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A5575

#6A5575
(106,85,117)
#776481
(119,100,129)
#84738D
(132,115,141)
#918299
(145,130,153)
#9E91A5
(158,145,165)
#ABA0B1
(171,160,177)
#B8AFBD
(184,175,189)
#C5BEC9
(197,190,201)
#D2CDD5
(210,205,213)
#DFDCE1
(223,220,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5575 color. Also use rgb(106,85,117) instead hex code.

Text Font Color

.myTextColor { color: #6A5575; }

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

This text font color is #6A5575.

Background Color

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

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

This div background color is #6A5575.

Border color

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

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

This div border color is #6A5575.

Opacity

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

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

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

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

This text has shadow with #6A5575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5575.

Preview

Color preview on black background

This text has color #6A5575 on black background.


Color preview on white background

This text has color #6A5575 on white background.


Black color preview on #6A5575 background

This text has black color on #6A5575 background.


White color preview on #6A5575 background

This text has white color on #6A5575 background.


Related colors

Complementary color

Complementary color for #hex is #95AA8A.


I love getcolorcode.com

Triadic colors

1 #756A55 and #55756A with #6A5575 are triadic colors.

2 #75556A and #556A75 with #6A5575 are triadic colors.