COLOR #6A5C77

HEX: #6A5C77 RGB: (106,92,119)

Color info

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

RGB color model

#6A5C77 color RGB value is (106,92,119).

RGB: (106,92,119) (42%, 36%, 47%)

RGB channels and saturation

R 106 of 255 = 42%
G 92 of 255 = 36%
B 119 of 255 = 47%

106
92
119

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

Portions of RGB colors in percentages

R + G + B = 106 + 92 + 119 = 317 (100%)
R 106 of 317 ~ 33.44%
G 92 of 317 ~ 29.02%
B 119 of 317 ~ 37.54'%

%33.44
%29.02
%37.54

CMYK color model

#6A5C77 color CMYK value is (11,23,0,53).

  • cyan value is 10.92%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (11,23,0,53)
C11M23Y0K53 (11%, 23%, 0%, 53%)
(0.11 / 0.23 / 0.00 / 0.53)

CMYK percentages

%10.92
%22.69
%0
%53.33

Codes

Color #6A5C77 in popluar color models

6A 5C 77
RGB 106 92 119
HSL 271° 12.80% 41.37%
HSB/HSV 271° 22.69% 46.67%
CMYK 10.92% 22.69% 0.00%
53.33%

Color #6A5C77 in popluar number systems.

HEX 6A 5C 77
Decimal 106 92 119
Binary 1101010 1011100 1110111
Octal 152 134 167

Shades and tints

Shades of #6A5C77

#6A5C77
(106,92,119)
#61546D
(97,84,109)
#584C63
(88,76,99)
#4F4459
(79,68,89)
#463C4F
(70,60,79)
#3D3445
(61,52,69)
#342C3B
(52,44,59)
#2B2431
(43,36,49)
#221C27
(34,28,39)
#19141D
(25,20,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #6A5C77

#6A5C77
(106,92,119)
#776A83
(119,106,131)
#84788F
(132,120,143)
#91869B
(145,134,155)
#9E94A7
(158,148,167)
#ABA2B3
(171,162,179)
#B8B0BF
(184,176,191)
#C5BECB
(197,190,203)
#D2CCD7
(210,204,215)
#DFDAE3
(223,218,227)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5C77 color. Also use rgb(106,92,119) instead hex code.

Text Font Color

.myTextColor { color: #6A5C77; }

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

This text font color is #6A5C77.

Background Color

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

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

This div background color is #6A5C77.

Border color

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

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

This div border color is #6A5C77.

Opacity

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

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

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

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

This text has shadow with #6A5C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5C77.

Preview

Color preview on black background

This text has color #6A5C77 on black background.


Color preview on white background

This text has color #6A5C77 on white background.


Black color preview on #6A5C77 background

This text has black color on #6A5C77 background.


White color preview on #6A5C77 background

This text has white color on #6A5C77 background.


Related colors

Complementary color

Complementary color for #hex is #95A388.


I love getcolorcode.com

Triadic colors

1 #776A5C and #5C776A with #6A5C77 are triadic colors.

2 #775C6A and #5C6A77 with #6A5C77 are triadic colors.