COLOR #6A5980

HEX: #6A5980 RGB: (106,89,128)

Color info

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

RGB color model

#6A5980 color RGB value is (106,89,128).

RGB: (106,89,128) (42%, 35%, 50%)

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 128 of 255 = 50%

106
89
128

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

Portions of RGB colors in percentages

R + G + B = 106 + 89 + 128 = 323 (100%)
R 106 of 323 ~ 32.82%
G 89 of 323 ~ 27.55%
B 128 of 323 ~ 39.63'%

%32.82
%27.55
%39.63

CMYK color model

#6A5980 color CMYK value is (17,30,0,50).

  • cyan value is 17.19%
  • magenta value is 30.47%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (17,30,0,50)
C17M30Y0K50 (17%, 30%, 0%, 50%)
(0.17 / 0.30 / 0.00 / 0.50)

CMYK percentages

%17.19
%30.47
%0
%49.8

Codes

Color #6A5980 in popluar color models

6A 59 80
RGB 106 89 128
HSL 266° 17.97% 42.55%
HSB/HSV 266° 30.47% 50.20%
CMYK 17.19% 30.47% 0.00%
49.80%

Color #6A5980 in popluar number systems.

HEX 6A 59 80
Decimal 106 89 128
Binary 1101010 1011001 10000000
Octal 152 131 200

Shades and tints

Shades of #6A5980

#6A5980
(106,89,128)
#615175
(97,81,117)
#58496A
(88,73,106)
#4F415F
(79,65,95)
#463954
(70,57,84)
#3D3149
(61,49,73)
#34293E
(52,41,62)
#2B2133
(43,33,51)
#221928
(34,25,40)
#19111D
(25,17,29)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #6A5980

#6A5980
(106,89,128)
#77688B
(119,104,139)
#847796
(132,119,150)
#9186A1
(145,134,161)
#9E95AC
(158,149,172)
#ABA4B7
(171,164,183)
#B8B3C2
(184,179,194)
#C5C2CD
(197,194,205)
#D2D1D8
(210,209,216)
#DFE0E3
(223,224,227)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5980; }

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

This text font color is #6A5980.

Background Color

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

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

This div background color is #6A5980.

Border color

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

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

This div border color is #6A5980.

Opacity

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

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

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

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

This text has shadow with #6A5980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5980.

Preview

Color preview on black background

This text has color #6A5980 on black background.


Color preview on white background

This text has color #6A5980 on white background.


Black color preview on #6A5980 background

This text has black color on #6A5980 background.


White color preview on #6A5980 background

This text has white color on #6A5980 background.


Related colors

Complementary color

Complementary color for #hex is #95A67F.


I love getcolorcode.com

Triadic colors

1 #806A59 and #59806A with #6A5980 are triadic colors.

2 #80596A and #596A80 with #6A5980 are triadic colors.