COLOR #6A5976

HEX: #6A5976 RGB: (106,89,118)

Color info

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

RGB color model

#6A5976 color RGB value is (106,89,118).

RGB: (106,89,118) (42%, 35%, 46%)

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 118 of 255 = 46%

106
89
118

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

Portions of RGB colors in percentages

R + G + B = 106 + 89 + 118 = 313 (100%)
R 106 of 313 ~ 33.87%
G 89 of 313 ~ 28.43%
B 118 of 313 ~ 37.7'%

%33.87
%28.43
%37.7

CMYK color model

#6A5976 color CMYK value is (10,25,0,54).

  • cyan value is 10.17%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (10,25,0,54)
C10M25Y0K54 (10%, 25%, 0%, 54%)
(0.10 / 0.25 / 0.00 / 0.54)

CMYK percentages

%10.17
%24.58
%0
%53.73

Codes

Color #6A5976 in popluar color models

6A 59 76
RGB 106 89 118
HSL 275° 14.01% 40.59%
HSB/HSV 275° 24.58% 46.27%
CMYK 10.17% 24.58% 0.00%
53.73%

Color #6A5976 in popluar number systems.

HEX 6A 59 76
Decimal 106 89 118
Binary 1101010 1011001 1110110
Octal 152 131 166

Shades and tints

Shades of #6A5976

#6A5976
(106,89,118)
#61516C
(97,81,108)
#584962
(88,73,98)
#4F4158
(79,65,88)
#46394E
(70,57,78)
#3D3144
(61,49,68)
#34293A
(52,41,58)
#2B2130
(43,33,48)
#221926
(34,25,38)
#19111C
(25,17,28)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #6A5976

#6A5976
(106,89,118)
#776882
(119,104,130)
#84778E
(132,119,142)
#91869A
(145,134,154)
#9E95A6
(158,149,166)
#ABA4B2
(171,164,178)
#B8B3BE
(184,179,190)
#C5C2CA
(197,194,202)
#D2D1D6
(210,209,214)
#DFE0E2
(223,224,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5976; }

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

This text font color is #6A5976.

Background Color

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

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

This div background color is #6A5976.

Border color

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

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

This div border color is #6A5976.

Opacity

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

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

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

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

This text has shadow with #6A5976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5976.

Preview

Color preview on black background

This text has color #6A5976 on black background.


Color preview on white background

This text has color #6A5976 on white background.


Black color preview on #6A5976 background

This text has black color on #6A5976 background.


White color preview on #6A5976 background

This text has white color on #6A5976 background.


Related colors

Complementary color

Complementary color for #hex is #95A689.


I love getcolorcode.com

Triadic colors

1 #766A59 and #59766A with #6A5976 are triadic colors.

2 #76596A and #596A76 with #6A5976 are triadic colors.