COLOR #6A2547

HEX: #6A2547
RGB: (106,37,71)

Color info

#6A2547 contains mainly red and blue colors. Web safe color of #6A2547 is #663333 (or #633).

RGB color model

#6A2547 color RGB value is (106,37,71).

  • red value is 106;
  • green value is 37;
  • blue value is 71.
RGB:
(106,37,71)
(42%,15%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 37 of 255 = 15%
B 71 of 255 = 28%

106
37
71

R + G + B ~ 28%. #6A2547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 37 + 71 = 214 (100%)
R 106 of 214 ~ 49.53%
G 37 of 214 ~ 17.29%
B 71 of 214 ~ 33.18%

%49.53
%17.29
%33.18

CMYK color model

#6A2547 color CMYK value is (0,65,33,58).

  • cyan value is 0.00%
  • magenta value is 65.09%
  • yellow value is 33.02%
  • key color value is 58.43%
CMYK:
(0,65,33,58)
C0M65Y33K58 
(0%,65%,33%,58%)
(0.00/0.65/0.33/0.58)	

CMYK percentages

%0
%65.09
%33.02
%58.43

Codes

Color #6A2547 in popluar color models

6A2547
RGB1063771
HSL330°48.25%28.04%
HSB/HSV330°65.09%41.57%
CMYK0.00%65.09%33.02%
58.43%

Color #6A2547 in popluar number systems.

HEX6A2547
Decimal1063771
Binary11010101001011000111
Octal15245107

Shades and tints

Shades of #6A2547

#6A2547
(106,37,71)
#612241
(97,34,65)
#581F3B
(88,31,59)
#4F1C35
(79,28,53)
#46192F
(70,25,47)
#3D1629
(61,22,41)
#341323
(52,19,35)
#2B101D
(43,16,29)
#220D17
(34,13,23)
#190A11
(25,10,17)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #6A2547

#6A2547
(106,37,71)
#773857
(119,56,87)
#844B67
(132,75,103)
#915E77
(145,94,119)
#9E7187
(158,113,135)
#AB8497
(171,132,151)
#B897A7
(184,151,167)
#C5AAB7
(197,170,183)
#D2BDC7
(210,189,199)
#DFD0D7
(223,208,215)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2547 color. Also use rgb(106,37,71) instead hex code.

Text Font Color

.myTextColor { color: #6A2547; }

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

This text font color is #6A2547.


Background Color

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

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

This div background color is #6A2547.


Border color

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

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

This div border color is #6A2547.


Opacity

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

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

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

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

This text has shadow with #6A2547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2547 on black background.


Color preview on white background

This text has color #6A2547 on white background.



Black color preview on #6A2547 background

This text has black color on #6A2547 background.


White color preview on #6A2547 background

This text has white color on #6A2547 background.