COLOR #6A5E76

HEX: #6A5E76
RGB: (106,94,118)

Color info

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

RGB color model

#6A5E76 color RGB value is (106,94,118).

  • red value is 106;
  • green value is 94;
  • blue value is 118.
RGB:
(106,94,118)
(42%,37%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 94 of 255 = 37%
B 118 of 255 = 46%

106
94
118

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

Portions of RGB colors in percentages

R + G + B =
106 + 94 + 118 = 318 (100%)
R 106 of 318 ~ 33.33%
G 94 of 318 ~ 29.56%
B 118 of 318 ~ 37.11%

%33.33
%29.56
%37.11

CMYK color model

#6A5E76 color CMYK value is (10,20,0,54).

  • cyan value is 10.17%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(10,20,0,54)
C10M20Y0K54 
(10%,20%,0%,54%)
(0.10/0.20/0.00/0.54)	

CMYK percentages

%10.17
%20.34
%0
%53.73

Codes

Color #6A5E76 in popluar color models

6A5E76
RGB10694118
HSL270°11.32%41.57%
HSB/HSV270°20.34%46.27%
CMYK10.17%20.34%0.00%
53.73%

Color #6A5E76 in popluar number systems.

HEX6A5E76
Decimal10694118
Binary110101010111101110110
Octal152136166

Shades and tints

Shades of #6A5E76

#6A5E76
(106,94,118)
#61566C
(97,86,108)
#584E62
(88,78,98)
#4F4658
(79,70,88)
#463E4E
(70,62,78)
#3D3644
(61,54,68)
#342E3A
(52,46,58)
#2B2630
(43,38,48)
#221E26
(34,30,38)
#19161C
(25,22,28)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #6A5E76

#6A5E76
(106,94,118)
#776C82
(119,108,130)
#847A8E
(132,122,142)
#91889A
(145,136,154)
#9E96A6
(158,150,166)
#ABA4B2
(171,164,178)
#B8B2BE
(184,178,190)
#C5C0CA
(197,192,202)
#D2CED6
(210,206,214)
#DFDCE2
(223,220,226)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5E76; }

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

This text font color is #6A5E76.


Background Color

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

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

This div background color is #6A5E76.


Border color

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

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

This div border color is #6A5E76.


Opacity

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

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

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

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

This text has shadow with #6A5E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5E76 on black background.


Color preview on white background

This text has color #6A5E76 on white background.



Black color preview on #6A5E76 background

This text has black color on #6A5E76 background.


White color preview on #6A5E76 background

This text has white color on #6A5E76 background.