COLOR #6A3550

HEX: #6A3550
RGB: (106,53,80)

Color info

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

RGB color model

#6A3550 color RGB value is (106,53,80).

  • red value is 106;
  • green value is 53;
  • blue value is 80.
RGB:
(106,53,80)
(42%,21%,31%)

RGB channels and saturation

R 106 of 255 = 42%
G 53 of 255 = 21%
B 80 of 255 = 31%

106
53
80

R + G + B ~ 31%. #6A3550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 53 + 80 = 239 (100%)
R 106 of 239 ~ 44.35%
G 53 of 239 ~ 22.18%
B 80 of 239 ~ 33.47%

%44.35
%22.18
%33.47

CMYK color model

#6A3550 color CMYK value is (0,50,25,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(0,50,25,58)
C0M50Y25K58 
(0%,50%,25%,58%)
(0.00/0.50/0.25/0.58)	

CMYK percentages

%0
%50
%24.53
%58.43

Codes

Color #6A3550 in popluar color models

6A3550
RGB1065380
HSL329°33.33%31.18%
HSB/HSV329°50.00%41.57%
CMYK0.00%50.00%24.53%
58.43%

Color #6A3550 in popluar number systems.

HEX6A3550
Decimal1065380
Binary11010101101011010000
Octal15265120

Shades and tints

Shades of #6A3550

#6A3550
(106,53,80)
#613149
(97,49,73)
#582D42
(88,45,66)
#4F293B
(79,41,59)
#462534
(70,37,52)
#3D212D
(61,33,45)
#341D26
(52,29,38)
#2B191F
(43,25,31)
#221518
(34,21,24)
#191111
(25,17,17)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #6A3550

#6A3550
(106,53,80)
#77475F
(119,71,95)
#84596E
(132,89,110)
#916B7D
(145,107,125)
#9E7D8C
(158,125,140)
#AB8F9B
(171,143,155)
#B8A1AA
(184,161,170)
#C5B3B9
(197,179,185)
#D2C5C8
(210,197,200)
#DFD7D7
(223,215,215)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3550 color. Also use rgb(106,53,80) instead hex code.

Text Font Color

.myTextColor { color: #6A3550; }

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

This text font color is #6A3550.


Background Color

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

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

This div background color is #6A3550.


Border color

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

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

This div border color is #6A3550.


Opacity

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

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

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

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

This text has shadow with #6A3550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3550 on black background.


Color preview on white background

This text has color #6A3550 on white background.



Black color preview on #6A3550 background

This text has black color on #6A3550 background.


White color preview on #6A3550 background

This text has white color on #6A3550 background.