COLOR #6A445D

HEX: #6A445D
RGB: (106,68,93)

Color info

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

RGB color model

#6A445D color RGB value is (106,68,93).

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

RGB channels and saturation

R 106 of 255 = 42%
G 68 of 255 = 27%
B 93 of 255 = 36%

106
68
93

R + G + B ~ 35%. #6A445D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 68 + 93 = 267 (100%)
R 106 of 267 ~ 39.7%
G 68 of 267 ~ 25.47%
B 93 of 267 ~ 34.83%

%39.7
%25.47
%34.83

CMYK color model

#6A445D color CMYK value is (0,36,12,58).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(0,36,12,58)
C0M36Y12K58 
(0%,36%,12%,58%)
(0.00/0.36/0.12/0.58)	

CMYK percentages

%0
%35.85
%12.26
%58.43

Codes

Color #6A445D in popluar color models

6A445D
RGB1066893
HSL321°21.84%34.12%
HSB/HSV321°35.85%41.57%
CMYK0.00%35.85%12.26%
58.43%

Color #6A445D in popluar number systems.

HEX6A445D
Decimal1066893
Binary110101010001001011101
Octal152104135

Shades and tints

Shades of #6A445D

#6A445D
(106,68,93)
#613E55
(97,62,85)
#58384D
(88,56,77)
#4F3245
(79,50,69)
#462C3D
(70,44,61)
#3D2635
(61,38,53)
#34202D
(52,32,45)
#2B1A25
(43,26,37)
#22141D
(34,20,29)
#190E15
(25,14,21)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #6A445D

#6A445D
(106,68,93)
#77556B
(119,85,107)
#846679
(132,102,121)
#917787
(145,119,135)
#9E8895
(158,136,149)
#AB99A3
(171,153,163)
#B8AAB1
(184,170,177)
#C5BBBF
(197,187,191)
#D2CCCD
(210,204,205)
#DFDDDB
(223,221,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A445D; }

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

This text font color is #6A445D.


Background Color

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

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

This div background color is #6A445D.


Border color

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

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

This div border color is #6A445D.


Opacity

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

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

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

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

This text has shadow with #6A445D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A445D on black background.


Color preview on white background

This text has color #6A445D on white background.



Black color preview on #6A445D background

This text has black color on #6A445D background.


White color preview on #6A445D background

This text has white color on #6A445D background.