COLOR #6A3D55

HEX: #6A3D55
RGB: (106,61,85)

Color info

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

RGB color model

#6A3D55 color RGB value is (106,61,85).

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

RGB channels and saturation

R 106 of 255 = 42%
G 61 of 255 = 24%
B 85 of 255 = 33%

106
61
85

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

Portions of RGB colors in percentages

R + G + B =
106 + 61 + 85 = 252 (100%)
R 106 of 252 ~ 42.06%
G 61 of 252 ~ 24.21%
B 85 of 252 ~ 33.73%

%42.06
%24.21
%33.73

CMYK color model

#6A3D55 color CMYK value is (0,42,20,58).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(0,42,20,58)
C0M42Y20K58 
(0%,42%,20%,58%)
(0.00/0.42/0.20/0.58)	

CMYK percentages

%0
%42.45
%19.81
%58.43

Codes

Color #6A3D55 in popluar color models

6A3D55
RGB1066185
HSL328°26.95%32.75%
HSB/HSV328°42.45%41.57%
CMYK0.00%42.45%19.81%
58.43%

Color #6A3D55 in popluar number systems.

HEX6A3D55
Decimal1066185
Binary11010101111011010101
Octal15275125

Shades and tints

Shades of #6A3D55

#6A3D55
(106,61,85)
#61384E
(97,56,78)
#583347
(88,51,71)
#4F2E40
(79,46,64)
#462939
(70,41,57)
#3D2432
(61,36,50)
#341F2B
(52,31,43)
#2B1A24
(43,26,36)
#22151D
(34,21,29)
#191016
(25,16,22)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A3D55

#6A3D55
(106,61,85)
#774E64
(119,78,100)
#845F73
(132,95,115)
#917082
(145,112,130)
#9E8191
(158,129,145)
#AB92A0
(171,146,160)
#B8A3AF
(184,163,175)
#C5B4BE
(197,180,190)
#D2C5CD
(210,197,205)
#DFD6DC
(223,214,220)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3D55; }

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

This text font color is #6A3D55.


Background Color

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

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

This div background color is #6A3D55.


Border color

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

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

This div border color is #6A3D55.


Opacity

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

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

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

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

This text has shadow with #6A3D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3D55 on black background.


Color preview on white background

This text has color #6A3D55 on white background.



Black color preview on #6A3D55 background

This text has black color on #6A3D55 background.


White color preview on #6A3D55 background

This text has white color on #6A3D55 background.