COLOR #6A4E5A

HEX: #6A4E5A
RGB: (106,78,90)

Color info

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

RGB color model

#6A4E5A color RGB value is (106,78,90).

  • red value is 106;
  • green value is 78;
  • blue value is 90.
RGB:
(106,78,90)
(42%,31%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 78 of 255 = 31%
B 90 of 255 = 35%

106
78
90

R + G + B ~ 36%. #6A4E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 78 + 90 = 274 (100%)
R 106 of 274 ~ 38.69%
G 78 of 274 ~ 28.47%
B 90 of 274 ~ 32.85%

%38.69
%28.47
%32.85

CMYK color model

#6A4E5A color CMYK value is (0,26,15,58).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(0,26,15,58)
C0M26Y15K58 
(0%,26%,15%,58%)
(0.00/0.26/0.15/0.58)	

CMYK percentages

%0
%26.42
%15.09
%58.43

Codes

Color #6A4E5A in popluar color models

6A4E5A
RGB1067890
HSL334°15.22%36.08%
HSB/HSV334°26.42%41.57%
CMYK0.00%26.42%15.09%
58.43%

Color #6A4E5A in popluar number systems.

HEX6A4E5A
Decimal1067890
Binary110101010011101011010
Octal152116132

Shades and tints

Shades of #6A4E5A

#6A4E5A
(106,78,90)
#614752
(97,71,82)
#58404A
(88,64,74)
#4F3942
(79,57,66)
#46323A
(70,50,58)
#3D2B32
(61,43,50)
#34242A
(52,36,42)
#2B1D22
(43,29,34)
#22161A
(34,22,26)
#190F12
(25,15,18)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #6A4E5A

#6A4E5A
(106,78,90)
#775E69
(119,94,105)
#846E78
(132,110,120)
#917E87
(145,126,135)
#9E8E96
(158,142,150)
#AB9EA5
(171,158,165)
#B8AEB4
(184,174,180)
#C5BEC3
(197,190,195)
#D2CED2
(210,206,210)
#DFDEE1
(223,222,225)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4E5A color. Also use rgb(106,78,90) instead hex code.

Text Font Color

.myTextColor { color: #6A4E5A; }

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

This text font color is #6A4E5A.


Background Color

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

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

This div background color is #6A4E5A.


Border color

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

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

This div border color is #6A4E5A.


Opacity

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

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

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

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

This text has shadow with #6A4E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4E5A on black background.


Color preview on white background

This text has color #6A4E5A on white background.



Black color preview on #6A4E5A background

This text has black color on #6A4E5A background.


White color preview on #6A4E5A background

This text has white color on #6A4E5A background.