COLOR #6A5179

HEX: #6A5179 RGB: (106,81,121)

Color info

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

RGB color model

#6A5179 color RGB value is (106,81,121).

RGB: (106,81,121) (42%, 32%, 47%)

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 121 of 255 = 47%

106
81
121

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

Portions of RGB colors in percentages

R + G + B = 106 + 81 + 121 = 308 (100%)
R 106 of 308 ~ 34.42%
G 81 of 308 ~ 26.3%
B 121 of 308 ~ 39.29'%

%34.42
%26.3
%39.29

CMYK color model

#6A5179 color CMYK value is (12,33,0,53).

  • cyan value is 12.40%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (12,33,0,53)
C12M33Y0K53 (12%, 33%, 0%, 53%)
(0.12 / 0.33 / 0.00 / 0.53)

CMYK percentages

%12.4
%33.06
%0
%52.55

Codes

Color #6A5179 in popluar color models

6A 51 79
RGB 106 81 121
HSL 278° 19.80% 39.61%
HSB/HSV 278° 33.06% 47.45%
CMYK 12.40% 33.06% 0.00%
52.55%

Color #6A5179 in popluar number systems.

HEX 6A 51 79
Decimal 106 81 121
Binary 1101010 1010001 1111001
Octal 152 121 171

Shades and tints

Shades of #6A5179

#6A5179
(106,81,121)
#614A6E
(97,74,110)
#584363
(88,67,99)
#4F3C58
(79,60,88)
#46354D
(70,53,77)
#3D2E42
(61,46,66)
#342737
(52,39,55)
#2B202C
(43,32,44)
#221921
(34,25,33)
#191216
(25,18,22)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #6A5179

#6A5179
(106,81,121)
#776085
(119,96,133)
#846F91
(132,111,145)
#917E9D
(145,126,157)
#9E8DA9
(158,141,169)
#AB9CB5
(171,156,181)
#B8ABC1
(184,171,193)
#C5BACD
(197,186,205)
#D2C9D9
(210,201,217)
#DFD8E5
(223,216,229)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5179 color. Also use rgb(106,81,121) instead hex code.

Text Font Color

.myTextColor { color: #6A5179; }

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

This text font color is #6A5179.

Background Color

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

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

This div background color is #6A5179.

Border color

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

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

This div border color is #6A5179.

Opacity

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

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

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

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

This text has shadow with #6A5179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5179.

Preview

Color preview on black background

This text has color #6A5179 on black background.


Color preview on white background

This text has color #6A5179 on white background.


Black color preview on #6A5179 background

This text has black color on #6A5179 background.


White color preview on #6A5179 background

This text has white color on #6A5179 background.


Related colors

Complementary color

Complementary color for #hex is #95AE86.


I love getcolorcode.com

Triadic colors

1 #796A51 and #51796A with #6A5179 are triadic colors.

2 #79516A and #516A79 with #6A5179 are triadic colors.