COLOR #6A5780

HEX: #6A5780 RGB: (106,87,128)

Color info

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

RGB color model

#6A5780 color RGB value is (106,87,128).

RGB: (106,87,128) (42%, 34%, 50%)

RGB channels and saturation

R 106 of 255 = 42%
G 87 of 255 = 34%
B 128 of 255 = 50%

106
87
128

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

Portions of RGB colors in percentages

R + G + B = 106 + 87 + 128 = 321 (100%)
R 106 of 321 ~ 33.02%
G 87 of 321 ~ 27.1%
B 128 of 321 ~ 39.88'%

%33.02
%27.1
%39.88

CMYK color model

#6A5780 color CMYK value is (17,32,0,50).

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

CMYK: (17,32,0,50)
C17M32Y0K50 (17%, 32%, 0%, 50%)
(0.17 / 0.32 / 0.00 / 0.50)

CMYK percentages

%17.19
%32.03
%0
%49.8

Codes

Color #6A5780 in popluar color models

6A 57 80
RGB 106 87 128
HSL 268° 19.07% 42.16%
HSB/HSV 268° 32.03% 50.20%
CMYK 17.19% 32.03% 0.00%
49.80%

Color #6A5780 in popluar number systems.

HEX 6A 57 80
Decimal 106 87 128
Binary 1101010 1010111 10000000
Octal 152 127 200

Shades and tints

Shades of #6A5780

#6A5780
(106,87,128)
#615075
(97,80,117)
#58496A
(88,73,106)
#4F425F
(79,66,95)
#463B54
(70,59,84)
#3D3449
(61,52,73)
#342D3E
(52,45,62)
#2B2633
(43,38,51)
#221F28
(34,31,40)
#19181D
(25,24,29)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #6A5780

#6A5780
(106,87,128)
#77668B
(119,102,139)
#847596
(132,117,150)
#9184A1
(145,132,161)
#9E93AC
(158,147,172)
#ABA2B7
(171,162,183)
#B8B1C2
(184,177,194)
#C5C0CD
(197,192,205)
#D2CFD8
(210,207,216)
#DFDEE3
(223,222,227)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5780; }

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

This text font color is #6A5780.

Background Color

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

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

This div background color is #6A5780.

Border color

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

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

This div border color is #6A5780.

Opacity

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

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

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

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

This text has shadow with #6A5780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5780.

Preview

Color preview on black background

This text has color #6A5780 on black background.


Color preview on white background

This text has color #6A5780 on white background.


Black color preview on #6A5780 background

This text has black color on #6A5780 background.


White color preview on #6A5780 background

This text has white color on #6A5780 background.


Related colors

Complementary color

Complementary color for #hex is #95A87F.


I love getcolorcode.com

Triadic colors

1 #806A57 and #57806A with #6A5780 are triadic colors.

2 #80576A and #576A80 with #6A5780 are triadic colors.