COLOR #6A1891

HEX: #6A1891
RGB: (106,24,145)

Color info

#6A1891 contains mainly red and blue colors. Web safe color of #6A1891 is #660099 (or #609).

RGB color model

#6A1891 color RGB value is (106,24,145).

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

RGB channels and saturation

R 106 of 255 = 42%
G 24 of 255 = 9%
B 145 of 255 = 57%

106
24
145

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

Portions of RGB colors in percentages

R + G + B =
106 + 24 + 145 = 275 (100%)
R 106 of 275 ~ 38.55%
G 24 of 275 ~ 8.73%
B 145 of 275 ~ 52.73%

%38.55
%52.73

CMYK color model

#6A1891 color CMYK value is (27,83,0,43).

  • cyan value is 26.90%
  • magenta value is 83.45%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(27,83,0,43)
C27M83Y0K43 
(27%,83%,0%,43%)
(0.27/0.83/0.00/0.43)	

CMYK percentages

%26.9
%83.45
%0
%43.14

Codes

Color #6A1891 in popluar color models

6A1891
RGB10624145
HSL281°71.60%33.14%
HSB/HSV281°83.45%56.86%
CMYK26.90%83.45%0.00%
43.14%

Color #6A1891 in popluar number systems.

HEX6A1891
Decimal10624145
Binary11010101100010010001
Octal15230221

Shades and tints

Shades of #6A1891

#6A1891
(106,24,145)
#611684
(97,22,132)
#581477
(88,20,119)
#4F126A
(79,18,106)
#46105D
(70,16,93)
#3D0E50
(61,14,80)
#340C43
(52,12,67)
#2B0A36
(43,10,54)
#220829
(34,8,41)
#19061C
(25,6,28)
#10040F
(16,4,15)
#000000
(0,0,0)

Tints of #6A1891

#6A1891
(106,24,145)
#772D9B
(119,45,155)
#8442A5
(132,66,165)
#9157AF
(145,87,175)
#9E6CB9
(158,108,185)
#AB81C3
(171,129,195)
#B896CD
(184,150,205)
#C5ABD7
(197,171,215)
#D2C0E1
(210,192,225)
#DFD5EB
(223,213,235)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1891; }

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

This text font color is #6A1891.


Background Color

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

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

This div background color is #6A1891.


Border color

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

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

This div border color is #6A1891.


Opacity

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

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

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

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

This text has shadow with #6A1891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1891 on black background.


Color preview on white background

This text has color #6A1891 on white background.



Black color preview on #6A1891 background

This text has black color on #6A1891 background.


White color preview on #6A1891 background

This text has white color on #6A1891 background.