COLOR #6A355E

HEX: #6A355E
RGB: (106,53,94)

Color info

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

RGB color model

#6A355E color RGB value is (106,53,94).

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

RGB channels and saturation

R 106 of 255 = 42%
G 53 of 255 = 21%
B 94 of 255 = 37%

106
53
94

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

Portions of RGB colors in percentages

R + G + B =
106 + 53 + 94 = 253 (100%)
R 106 of 253 ~ 41.9%
G 53 of 253 ~ 20.95%
B 94 of 253 ~ 37.15%

%41.9
%20.95
%37.15

CMYK color model

#6A355E color CMYK value is (0,50,11,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 11.32%
  • key color value is 58.43%
CMYK:
(0,50,11,58)
C0M50Y11K58 
(0%,50%,11%,58%)
(0.00/0.50/0.11/0.58)	

CMYK percentages

%0
%50
%11.32
%58.43

Codes

Color #6A355E in popluar color models

6A355E
RGB1065394
HSL314°33.33%31.18%
HSB/HSV314°50.00%41.57%
CMYK0.00%50.00%11.32%
58.43%

Color #6A355E in popluar number systems.

HEX6A355E
Decimal1065394
Binary11010101101011011110
Octal15265136

Shades and tints

Shades of #6A355E

#6A355E
(106,53,94)
#613156
(97,49,86)
#582D4E
(88,45,78)
#4F2946
(79,41,70)
#46253E
(70,37,62)
#3D2136
(61,33,54)
#341D2E
(52,29,46)
#2B1926
(43,25,38)
#22151E
(34,21,30)
#191116
(25,17,22)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #6A355E

#6A355E
(106,53,94)
#77476C
(119,71,108)
#84597A
(132,89,122)
#916B88
(145,107,136)
#9E7D96
(158,125,150)
#AB8FA4
(171,143,164)
#B8A1B2
(184,161,178)
#C5B3C0
(197,179,192)
#D2C5CE
(210,197,206)
#DFD7DC
(223,215,220)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A355E; }

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

This text font color is #6A355E.


Background Color

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

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

This div background color is #6A355E.


Border color

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

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

This div border color is #6A355E.


Opacity

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

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

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

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

This text has shadow with #6A355E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A355E on black background.


Color preview on white background

This text has color #6A355E on white background.



Black color preview on #6A355E background

This text has black color on #6A355E background.


White color preview on #6A355E background

This text has white color on #6A355E background.