COLOR #6A4D5D

HEX: #6A4D5D
RGB: (106,77,93)

Color info

#6A4D5D contains red, green and blue colors in about the same proportion. Web safe color of #6A4D5D is #663366 (or #636).

RGB color model

#6A4D5D color RGB value is (106,77,93).

  • red value is 106;
  • green value is 77;
  • blue value is 93.
RGB:
(106,77,93)
(42%,30%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 77 of 255 = 30%
B 93 of 255 = 36%

106
77
93

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

Portions of RGB colors in percentages

R + G + B =
106 + 77 + 93 = 276 (100%)
R 106 of 276 ~ 38.41%
G 77 of 276 ~ 27.9%
B 93 of 276 ~ 33.7%

%38.41
%27.9
%33.7

CMYK color model

#6A4D5D color CMYK value is (0,27,12,58).

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(0,27,12,58)
C0M27Y12K58 
(0%,27%,12%,58%)
(0.00/0.27/0.12/0.58)	

CMYK percentages

%0
%27.36
%12.26
%58.43

Codes

Color #6A4D5D in popluar color models

6A4D5D
RGB1067793
HSL327°15.85%35.88%
HSB/HSV327°27.36%41.57%
CMYK0.00%27.36%12.26%
58.43%

Color #6A4D5D in popluar number systems.

HEX6A4D5D
Decimal1067793
Binary110101010011011011101
Octal152115135

Shades and tints

Shades of #6A4D5D

#6A4D5D
(106,77,93)
#614655
(97,70,85)
#583F4D
(88,63,77)
#4F3845
(79,56,69)
#46313D
(70,49,61)
#3D2A35
(61,42,53)
#34232D
(52,35,45)
#2B1C25
(43,28,37)
#22151D
(34,21,29)
#190E15
(25,14,21)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #6A4D5D

#6A4D5D
(106,77,93)
#775D6B
(119,93,107)
#846D79
(132,109,121)
#917D87
(145,125,135)
#9E8D95
(158,141,149)
#AB9DA3
(171,157,163)
#B8ADB1
(184,173,177)
#C5BDBF
(197,189,191)
#D2CDCD
(210,205,205)
#DFDDDB
(223,221,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4D5D color. Also use rgb(106,77,93) instead hex code.

Text Font Color

.myTextColor { color: #6A4D5D; }

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

This text font color is #6A4D5D.


Background Color

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

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

This div background color is #6A4D5D.


Border color

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

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

This div border color is #6A4D5D.


Opacity

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

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

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

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

This text has shadow with #6A4D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4D5D on black background.


Color preview on white background

This text has color #6A4D5D on white background.



Black color preview on #6A4D5D background

This text has black color on #6A4D5D background.


White color preview on #6A4D5D background

This text has white color on #6A4D5D background.