COLOR #6A4053

HEX: #6A4053 RGB: (106,64,83)

Color info

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

RGB color model

#6A4053 color RGB value is (106,64,83).

RGB: (106,64,83) (42%, 25%, 33%)

RGB channels and saturation

R 106 of 255 = 42%
G 64 of 255 = 25%
B 83 of 255 = 33%

106
64
83

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

Portions of RGB colors in percentages

R + G + B = 106 + 64 + 83 = 253 (100%)
R 106 of 253 ~ 41.9%
G 64 of 253 ~ 25.3%
B 83 of 253 ~ 32.81'%

%41.9
%25.3
%32.81

CMYK color model

#6A4053 color CMYK value is (0,40,22,58).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 21.70%
  • key color value is 58.43%

CMYK: (0,40,22,58)
C0M40Y22K58 (0%, 40%, 22%, 58%)
(0.00 / 0.40 / 0.22 / 0.58)

CMYK percentages

%0
%39.62
%21.7
%58.43

Codes

Color #6A4053 in popluar color models

6A 40 53
RGB 106 64 83
HSL 333° 24.71% 33.33%
HSB/HSV 333° 39.62% 41.57%
CMYK 0.00% 39.62% 21.70%
58.43%

Color #6A4053 in popluar number systems.

HEX 6A 40 53
Decimal 106 64 83
Binary 1101010 1000000 1010011
Octal 152 100 123

Shades and tints

Shades of #6A4053

#6A4053
(106,64,83)
#613B4C
(97,59,76)
#583645
(88,54,69)
#4F313E
(79,49,62)
#462C37
(70,44,55)
#3D2730
(61,39,48)
#342229
(52,34,41)
#2B1D22
(43,29,34)
#22181B
(34,24,27)
#191314
(25,19,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #6A4053

#6A4053
(106,64,83)
#775162
(119,81,98)
#846271
(132,98,113)
#917380
(145,115,128)
#9E848F
(158,132,143)
#AB959E
(171,149,158)
#B8A6AD
(184,166,173)
#C5B7BC
(197,183,188)
#D2C8CB
(210,200,203)
#DFD9DA
(223,217,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4053; }

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

This text font color is #6A4053.

Background Color

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

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

This div background color is #6A4053.

Border color

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

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

This div border color is #6A4053.

Opacity

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

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

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

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

This text has shadow with #6A4053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4053.

Preview

Color preview on black background

This text has color #6A4053 on black background.


Color preview on white background

This text has color #6A4053 on white background.


Black color preview on #6A4053 background

This text has black color on #6A4053 background.


White color preview on #6A4053 background

This text has white color on #6A4053 background.


Related colors

Complementary color

Complementary color for #hex is #95BFAC.


I love getcolorcode.com

Triadic colors

1 #536A40 and #40536A with #6A4053 are triadic colors.

2 #53406A and #406A53 with #6A4053 are triadic colors.