COLOR #6A4893

HEX: #6A4893
RGB: (106,72,147)

Color info

#6A4893 contains mainly red and blue colors. Web safe color of #6A4893 is #663399 (or #639).

RGB color model

#6A4893 color RGB value is (106,72,147).

  • red value is 106;
  • green value is 72;
  • blue value is 147.
RGB:
(106,72,147)
(42%,28%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 147 of 255 = 58%

106
72
147

R + G + B ~ 43%. #6A4893 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 72 + 147 = 325 (100%)
R 106 of 325 ~ 32.62%
G 72 of 325 ~ 22.15%
B 147 of 325 ~ 45.23%

%32.62
%22.15
%45.23

CMYK color model

#6A4893 color CMYK value is (28,51,0,42).

  • cyan value is 27.89%
  • magenta value is 51.02%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(28,51,0,42)
C28M51Y0K42 
(28%,51%,0%,42%)
(0.28/0.51/0.00/0.42)	

CMYK percentages

%27.89
%51.02
%0
%42.35

Codes

Color #6A4893 in popluar color models

6A4893
RGB10672147
HSL267°34.25%42.94%
HSB/HSV267°51.02%57.65%
CMYK27.89%51.02%0.00%
42.35%

Color #6A4893 in popluar number systems.

HEX6A4893
Decimal10672147
Binary1101010100100010010011
Octal152110223

Shades and tints

Shades of #6A4893

#6A4893
(106,72,147)
#614286
(97,66,134)
#583C79
(88,60,121)
#4F366C
(79,54,108)
#46305F
(70,48,95)
#3D2A52
(61,42,82)
#342445
(52,36,69)
#2B1E38
(43,30,56)
#22182B
(34,24,43)
#19121E
(25,18,30)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #6A4893

#6A4893
(106,72,147)
#77589C
(119,88,156)
#8468A5
(132,104,165)
#9178AE
(145,120,174)
#9E88B7
(158,136,183)
#AB98C0
(171,152,192)
#B8A8C9
(184,168,201)
#C5B8D2
(197,184,210)
#D2C8DB
(210,200,219)
#DFD8E4
(223,216,228)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4893 color. Also use rgb(106,72,147) instead hex code.

Text Font Color

.myTextColor { color: #6A4893; }

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

This text font color is #6A4893.


Background Color

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

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

This div background color is #6A4893.


Border color

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

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

This div border color is #6A4893.


Opacity

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

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

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

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

This text has shadow with #6A4893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4893 on black background.


Color preview on white background

This text has color #6A4893 on white background.



Black color preview on #6A4893 background

This text has black color on #6A4893 background.


White color preview on #6A4893 background

This text has white color on #6A4893 background.