COLOR #6A1473

HEX: #6A1473
RGB: (106,20,115)

Color info

#6A1473 contains mainly red and blue colors. Web safe color of #6A1473 is #660066 (or #606).

RGB color model

#6A1473 color RGB value is (106,20,115).

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

RGB channels and saturation

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

106
20
115

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

Portions of RGB colors in percentages

R + G + B =
106 + 20 + 115 = 241 (100%)
R 106 of 241 ~ 43.98%
G 20 of 241 ~ 8.3%
B 115 of 241 ~ 47.72%

%43.98
%47.72

CMYK color model

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

  • cyan value is 7.83%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(8,83,0,55)
C8M83Y0K55 
(8%,83%,0%,55%)
(0.08/0.83/0.00/0.55)	

CMYK percentages

%7.83
%82.61
%0
%54.9

Codes

Color #6A1473 in popluar color models

6A1473
RGB10620115
HSL294°70.37%26.47%
HSB/HSV294°82.61%45.10%
CMYK7.83%82.61%0.00%
54.90%

Color #6A1473 in popluar number systems.

HEX6A1473
Decimal10620115
Binary1101010101001110011
Octal15224163

Shades and tints

Shades of #6A1473

#6A1473
(106,20,115)
#611369
(97,19,105)
#58125F
(88,18,95)
#4F1155
(79,17,85)
#46104B
(70,16,75)
#3D0F41
(61,15,65)
#340E37
(52,14,55)
#2B0D2D
(43,13,45)
#220C23
(34,12,35)
#190B19
(25,11,25)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #6A1473

#6A1473
(106,20,115)
#77297F
(119,41,127)
#843E8B
(132,62,139)
#915397
(145,83,151)
#9E68A3
(158,104,163)
#AB7DAF
(171,125,175)
#B892BB
(184,146,187)
#C5A7C7
(197,167,199)
#D2BCD3
(210,188,211)
#DFD1DF
(223,209,223)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1473; }

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

This text font color is #6A1473.


Background Color

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

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

This div background color is #6A1473.


Border color

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

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

This div border color is #6A1473.


Opacity

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

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

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

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

This text has shadow with #6A1473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1473 on black background.


Color preview on white background

This text has color #6A1473 on white background.



Black color preview on #6A1473 background

This text has black color on #6A1473 background.


White color preview on #6A1473 background

This text has white color on #6A1473 background.