COLOR #6A1873

HEX: #6A1873
RGB: (106,24,115)

Color info

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

RGB color model

#6A1873 color RGB value is (106,24,115).

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

RGB channels and saturation

R 106 of 255 = 42%
G 24 of 255 = 9%
B 115 of 255 = 45%

106
24
115

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

Portions of RGB colors in percentages

R + G + B =
106 + 24 + 115 = 245 (100%)
R 106 of 245 ~ 43.27%
G 24 of 245 ~ 9.8%
B 115 of 245 ~ 46.94%

%43.27
%9.8
%46.94

CMYK color model

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

  • cyan value is 7.83%
  • magenta value is 79.13%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(8,79,0,55)
C8M79Y0K55 
(8%,79%,0%,55%)
(0.08/0.79/0.00/0.55)	

CMYK percentages

%7.83
%79.13
%0
%54.9

Codes

Color #6A1873 in popluar color models

6A1873
RGB10624115
HSL294°65.47%27.25%
HSB/HSV294°79.13%45.10%
CMYK7.83%79.13%0.00%
54.90%

Color #6A1873 in popluar number systems.

HEX6A1873
Decimal10624115
Binary1101010110001110011
Octal15230163

Shades and tints

Shades of #6A1873

#6A1873
(106,24,115)
#611669
(97,22,105)
#58145F
(88,20,95)
#4F1255
(79,18,85)
#46104B
(70,16,75)
#3D0E41
(61,14,65)
#340C37
(52,12,55)
#2B0A2D
(43,10,45)
#220823
(34,8,35)
#190619
(25,6,25)
#10040F
(16,4,15)
#000000
(0,0,0)

Tints of #6A1873

#6A1873
(106,24,115)
#772D7F
(119,45,127)
#84428B
(132,66,139)
#915797
(145,87,151)
#9E6CA3
(158,108,163)
#AB81AF
(171,129,175)
#B896BB
(184,150,187)
#C5ABC7
(197,171,199)
#D2C0D3
(210,192,211)
#DFD5DF
(223,213,223)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1873; }

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

This text font color is #6A1873.


Background Color

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

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

This div background color is #6A1873.


Border color

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

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

This div border color is #6A1873.


Opacity

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

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

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

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

This text has shadow with #6A1873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1873 on black background.


Color preview on white background

This text has color #6A1873 on white background.



Black color preview on #6A1873 background

This text has black color on #6A1873 background.


White color preview on #6A1873 background

This text has white color on #6A1873 background.