COLOR #6A3473

HEX: #6A3473
RGB: (106,52,115)

Color info

#6A3473 contains mainly red and blue colors. Web safe color of #6A3473 is #663366 (or #636).

RGB color model

#6A3473 color RGB value is (106,52,115).

  • red value is 106;
  • green value is 52;
  • blue value is 115.
RGB:
(106,52,115)
(42%,20%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 52 of 255 = 20%
B 115 of 255 = 45%

106
52
115

R + G + B ~ 36%. #6A3473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 52 + 115 = 273 (100%)
R 106 of 273 ~ 38.83%
G 52 of 273 ~ 19.05%
B 115 of 273 ~ 42.12%

%38.83
%19.05
%42.12

CMYK color model

#6A3473 color CMYK value is (8,55,0,55).

  • cyan value is 7.83%
  • magenta value is 54.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(8,55,0,55)
C8M55Y0K55 
(8%,55%,0%,55%)
(0.08/0.55/0.00/0.55)	

CMYK percentages

%7.83
%54.78
%0
%54.9

Codes

Color #6A3473 in popluar color models

6A3473
RGB10652115
HSL291°37.72%32.75%
HSB/HSV291°54.78%45.10%
CMYK7.83%54.78%0.00%
54.90%

Color #6A3473 in popluar number systems.

HEX6A3473
Decimal10652115
Binary11010101101001110011
Octal15264163

Shades and tints

Shades of #6A3473

#6A3473
(106,52,115)
#613069
(97,48,105)
#582C5F
(88,44,95)
#4F2855
(79,40,85)
#46244B
(70,36,75)
#3D2041
(61,32,65)
#341C37
(52,28,55)
#2B182D
(43,24,45)
#221423
(34,20,35)
#191019
(25,16,25)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #6A3473

#6A3473
(106,52,115)
#77467F
(119,70,127)
#84588B
(132,88,139)
#916A97
(145,106,151)
#9E7CA3
(158,124,163)
#AB8EAF
(171,142,175)
#B8A0BB
(184,160,187)
#C5B2C7
(197,178,199)
#D2C4D3
(210,196,211)
#DFD6DF
(223,214,223)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3473 color. Also use rgb(106,52,115) instead hex code.

Text Font Color

.myTextColor { color: #6A3473; }

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

This text font color is #6A3473.


Background Color

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

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

This div background color is #6A3473.


Border color

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

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

This div border color is #6A3473.


Opacity

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

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

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

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

This text has shadow with #6A3473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3473 on black background.


Color preview on white background

This text has color #6A3473 on white background.



Black color preview on #6A3473 background

This text has black color on #6A3473 background.


White color preview on #6A3473 background

This text has white color on #6A3473 background.