COLOR #6A3855

HEX: #6A3855
RGB: (106,56,85)

Color info

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

RGB color model

#6A3855 color RGB value is (106,56,85).

  • red value is 106;
  • green value is 56;
  • blue value is 85.
RGB:
(106,56,85)
(42%,22%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 56 of 255 = 22%
B 85 of 255 = 33%

106
56
85

R + G + B ~ 32%. #6A3855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 56 + 85 = 247 (100%)
R 106 of 247 ~ 42.91%
G 56 of 247 ~ 22.67%
B 85 of 247 ~ 34.41%

%42.91
%22.67
%34.41

CMYK color model

#6A3855 color CMYK value is (0,47,20,58).

  • cyan value is 0.00%
  • magenta value is 47.17%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(0,47,20,58)
C0M47Y20K58 
(0%,47%,20%,58%)
(0.00/0.47/0.20/0.58)	

CMYK percentages

%0
%47.17
%19.81
%58.43

Codes

Color #6A3855 in popluar color models

6A3855
RGB1065685
HSL325°30.86%31.76%
HSB/HSV325°47.17%41.57%
CMYK0.00%47.17%19.81%
58.43%

Color #6A3855 in popluar number systems.

HEX6A3855
Decimal1065685
Binary11010101110001010101
Octal15270125

Shades and tints

Shades of #6A3855

#6A3855
(106,56,85)
#61334E
(97,51,78)
#582E47
(88,46,71)
#4F2940
(79,41,64)
#462439
(70,36,57)
#3D1F32
(61,31,50)
#341A2B
(52,26,43)
#2B1524
(43,21,36)
#22101D
(34,16,29)
#190B16
(25,11,22)
#10060F
(16,6,15)
#000000
(0,0,0)

Tints of #6A3855

#6A3855
(106,56,85)
#774A64
(119,74,100)
#845C73
(132,92,115)
#916E82
(145,110,130)
#9E8091
(158,128,145)
#AB92A0
(171,146,160)
#B8A4AF
(184,164,175)
#C5B6BE
(197,182,190)
#D2C8CD
(210,200,205)
#DFDADC
(223,218,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3855 color. Also use rgb(106,56,85) instead hex code.

Text Font Color

.myTextColor { color: #6A3855; }

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

This text font color is #6A3855.


Background Color

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

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

This div background color is #6A3855.


Border color

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

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

This div border color is #6A3855.


Opacity

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

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

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

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

This text has shadow with #6A3855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3855 on black background.


Color preview on white background

This text has color #6A3855 on white background.



Black color preview on #6A3855 background

This text has black color on #6A3855 background.


White color preview on #6A3855 background

This text has white color on #6A3855 background.