COLOR #6A1E8A

HEX: #6A1E8A
RGB: (106,30,138)

Color info

#6A1E8A contains mainly red and blue colors. Web safe color of #6A1E8A is #663399 (or #639).

RGB color model

#6A1E8A color RGB value is (106,30,138).

  • red value is 106;
  • green value is 30;
  • blue value is 138.
RGB:
(106,30,138)
(42%,12%,54%)

RGB channels and saturation

R 106 of 255 = 42%
G 30 of 255 = 12%
B 138 of 255 = 54%

106
30
138

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

Portions of RGB colors in percentages

R + G + B =
106 + 30 + 138 = 274 (100%)
R 106 of 274 ~ 38.69%
G 30 of 274 ~ 10.95%
B 138 of 274 ~ 50.36%

%38.69
%10.95
%50.36

CMYK color model

#6A1E8A color CMYK value is (23,78,0,46).

  • cyan value is 23.19%
  • magenta value is 78.26%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(23,78,0,46)
C23M78Y0K46 
(23%,78%,0%,46%)
(0.23/0.78/0.00/0.46)	

CMYK percentages

%23.19
%78.26
%0
%45.88

Codes

Color #6A1E8A in popluar color models

6A1E8A
RGB10630138
HSL282°64.29%32.94%
HSB/HSV282°78.26%54.12%
CMYK23.19%78.26%0.00%
45.88%

Color #6A1E8A in popluar number systems.

HEX6A1E8A
Decimal10630138
Binary11010101111010001010
Octal15236212

Shades and tints

Shades of #6A1E8A

#6A1E8A
(106,30,138)
#611C7E
(97,28,126)
#581A72
(88,26,114)
#4F1866
(79,24,102)
#46165A
(70,22,90)
#3D144E
(61,20,78)
#341242
(52,18,66)
#2B1036
(43,16,54)
#220E2A
(34,14,42)
#190C1E
(25,12,30)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #6A1E8A

#6A1E8A
(106,30,138)
#773294
(119,50,148)
#84469E
(132,70,158)
#915AA8
(145,90,168)
#9E6EB2
(158,110,178)
#AB82BC
(171,130,188)
#B896C6
(184,150,198)
#C5AAD0
(197,170,208)
#D2BEDA
(210,190,218)
#DFD2E4
(223,210,228)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1E8A color. Also use rgb(106,30,138) instead hex code.

Text Font Color

.myTextColor { color: #6A1E8A; }

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

This text font color is #6A1E8A.


Background Color

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

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

This div background color is #6A1E8A.


Border color

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

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

This div border color is #6A1E8A.


Opacity

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

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

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

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

This text has shadow with #6A1E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1E8A on black background.


Color preview on white background

This text has color #6A1E8A on white background.



Black color preview on #6A1E8A background

This text has black color on #6A1E8A background.


White color preview on #6A1E8A background

This text has white color on #6A1E8A background.