COLOR #6A3A53

HEX: #6A3A53
RGB: (106,58,83)

Color info

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

RGB color model

#6A3A53 color RGB value is (106,58,83).

  • red value is 106;
  • green value is 58;
  • blue value is 83.
RGB:
(106,58,83)
(42%,23%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 58 of 255 = 23%
B 83 of 255 = 33%

106
58
83

R + G + B ~ 33%. #6A3A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 58 + 83 = 247 (100%)
R 106 of 247 ~ 42.91%
G 58 of 247 ~ 23.48%
B 83 of 247 ~ 33.6%

%42.91
%23.48
%33.6

CMYK color model

#6A3A53 color CMYK value is (0,45,22,58).

  • cyan value is 0.00%
  • magenta value is 45.28%
  • yellow value is 21.70%
  • key color value is 58.43%
CMYK:
(0,45,22,58)
C0M45Y22K58 
(0%,45%,22%,58%)
(0.00/0.45/0.22/0.58)	

CMYK percentages

%0
%45.28
%21.7
%58.43

Codes

Color #6A3A53 in popluar color models

6A3A53
RGB1065883
HSL329°29.27%32.16%
HSB/HSV329°45.28%41.57%
CMYK0.00%45.28%21.70%
58.43%

Color #6A3A53 in popluar number systems.

HEX6A3A53
Decimal1065883
Binary11010101110101010011
Octal15272123

Shades and tints

Shades of #6A3A53

#6A3A53
(106,58,83)
#61354C
(97,53,76)
#583045
(88,48,69)
#4F2B3E
(79,43,62)
#462637
(70,38,55)
#3D2130
(61,33,48)
#341C29
(52,28,41)
#2B1722
(43,23,34)
#22121B
(34,18,27)
#190D14
(25,13,20)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #6A3A53

#6A3A53
(106,58,83)
#774B62
(119,75,98)
#845C71
(132,92,113)
#916D80
(145,109,128)
#9E7E8F
(158,126,143)
#AB8F9E
(171,143,158)
#B8A0AD
(184,160,173)
#C5B1BC
(197,177,188)
#D2C2CB
(210,194,203)
#DFD3DA
(223,211,218)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3A53 color. Also use rgb(106,58,83) instead hex code.

Text Font Color

.myTextColor { color: #6A3A53; }

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

This text font color is #6A3A53.


Background Color

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

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

This div background color is #6A3A53.


Border color

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

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

This div border color is #6A3A53.


Opacity

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

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

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

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

This text has shadow with #6A3A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3A53 on black background.


Color preview on white background

This text has color #6A3A53 on white background.



Black color preview on #6A3A53 background

This text has black color on #6A3A53 background.


White color preview on #6A3A53 background

This text has white color on #6A3A53 background.