COLOR #6A1871

HEX: #6A1871
RGB: (106,24,113)

Color info

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

RGB color model

#6A1871 color RGB value is (106,24,113).

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

RGB channels and saturation

R 106 of 255 = 42%
G 24 of 255 = 9%
B 113 of 255 = 44%

106
24
113

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

Portions of RGB colors in percentages

R + G + B =
106 + 24 + 113 = 243 (100%)
R 106 of 243 ~ 43.62%
G 24 of 243 ~ 9.88%
B 113 of 243 ~ 46.5%

%43.62
%9.88
%46.5

CMYK color model

#6A1871 color CMYK value is (6,79,0,56).

  • cyan value is 6.19%
  • magenta value is 78.76%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(6,79,0,56)
C6M79Y0K56 
(6%,79%,0%,56%)
(0.06/0.79/0.00/0.56)	

CMYK percentages

%6.19
%78.76
%0
%55.69

Codes

Color #6A1871 in popluar color models

6A1871
RGB10624113
HSL295°64.96%26.86%
HSB/HSV295°78.76%44.31%
CMYK6.19%78.76%0.00%
55.69%

Color #6A1871 in popluar number systems.

HEX6A1871
Decimal10624113
Binary1101010110001110001
Octal15230161

Shades and tints

Shades of #6A1871

#6A1871
(106,24,113)
#611667
(97,22,103)
#58145D
(88,20,93)
#4F1253
(79,18,83)
#461049
(70,16,73)
#3D0E3F
(61,14,63)
#340C35
(52,12,53)
#2B0A2B
(43,10,43)
#220821
(34,8,33)
#190617
(25,6,23)
#10040D
(16,4,13)
#000000
(0,0,0)

Tints of #6A1871

#6A1871
(106,24,113)
#772D7D
(119,45,125)
#844289
(132,66,137)
#915795
(145,87,149)
#9E6CA1
(158,108,161)
#AB81AD
(171,129,173)
#B896B9
(184,150,185)
#C5ABC5
(197,171,197)
#D2C0D1
(210,192,209)
#DFD5DD
(223,213,221)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1871; }

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

This text font color is #6A1871.


Background Color

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

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

This div background color is #6A1871.


Border color

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

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

This div border color is #6A1871.


Opacity

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

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

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

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

This text has shadow with #6A1871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1871 on black background.


Color preview on white background

This text has color #6A1871 on white background.



Black color preview on #6A1871 background

This text has black color on #6A1871 background.


White color preview on #6A1871 background

This text has white color on #6A1871 background.