COLOR #6A3655

HEX: #6A3655
RGB: (106,54,85)

Color info

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

RGB color model

#6A3655 color RGB value is (106,54,85).

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

RGB channels and saturation

R 106 of 255 = 42%
G 54 of 255 = 21%
B 85 of 255 = 33%

106
54
85

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

Portions of RGB colors in percentages

R + G + B =
106 + 54 + 85 = 245 (100%)
R 106 of 245 ~ 43.27%
G 54 of 245 ~ 22.04%
B 85 of 245 ~ 34.69%

%43.27
%22.04
%34.69

CMYK color model

#6A3655 color CMYK value is (0,49,20,58).

  • cyan value is 0.00%
  • magenta value is 49.06%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(0,49,20,58)
C0M49Y20K58 
(0%,49%,20%,58%)
(0.00/0.49/0.20/0.58)	

CMYK percentages

%0
%49.06
%19.81
%58.43

Codes

Color #6A3655 in popluar color models

6A3655
RGB1065485
HSL324°32.50%31.37%
HSB/HSV324°49.06%41.57%
CMYK0.00%49.06%19.81%
58.43%

Color #6A3655 in popluar number systems.

HEX6A3655
Decimal1065485
Binary11010101101101010101
Octal15266125

Shades and tints

Shades of #6A3655

#6A3655
(106,54,85)
#61324E
(97,50,78)
#582E47
(88,46,71)
#4F2A40
(79,42,64)
#462639
(70,38,57)
#3D2232
(61,34,50)
#341E2B
(52,30,43)
#2B1A24
(43,26,36)
#22161D
(34,22,29)
#191216
(25,18,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #6A3655

#6A3655
(106,54,85)
#774864
(119,72,100)
#845A73
(132,90,115)
#916C82
(145,108,130)
#9E7E91
(158,126,145)
#AB90A0
(171,144,160)
#B8A2AF
(184,162,175)
#C5B4BE
(197,180,190)
#D2C6CD
(210,198,205)
#DFD8DC
(223,216,220)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3655; }

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

This text font color is #6A3655.


Background Color

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

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

This div background color is #6A3655.


Border color

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

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

This div border color is #6A3655.


Opacity

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

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

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

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

This text has shadow with #6A3655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3655 on black background.


Color preview on white background

This text has color #6A3655 on white background.



Black color preview on #6A3655 background

This text has black color on #6A3655 background.


White color preview on #6A3655 background

This text has white color on #6A3655 background.