COLOR #6A5EA1

HEX: #6A5EA1
RGB: (106,94,161)

Color info

#6A5EA1 contains mainly red and blue colors. Web safe color of #6A5EA1 is #666699 (or #669).

RGB color model

#6A5EA1 color RGB value is (106,94,161).

  • red value is 106;
  • green value is 94;
  • blue value is 161.
RGB:
(106,94,161)
(42%,37%,63%)

RGB channels and saturation

R 106 of 255 = 42%
G 94 of 255 = 37%
B 161 of 255 = 63%

106
94
161

R + G + B ~ 47%. #6A5EA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 94 + 161 = 361 (100%)
R 106 of 361 ~ 29.36%
G 94 of 361 ~ 26.04%
B 161 of 361 ~ 44.6%

%29.36
%26.04
%44.6

CMYK color model

#6A5EA1 color CMYK value is (34,42,0,37).

  • cyan value is 34.16%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(34,42,0,37)
C34M42Y0K37 
(34%,42%,0%,37%)
(0.34/0.42/0.00/0.37)	

CMYK percentages

%34.16
%41.61
%0
%36.86

Codes

Color #6A5EA1 in popluar color models

6A5EA1
RGB10694161
HSL251°26.27%50.00%
HSB/HSV251°41.61%63.14%
CMYK34.16%41.61%0.00%
36.86%

Color #6A5EA1 in popluar number systems.

HEX6A5EA1
Decimal10694161
Binary1101010101111010100001
Octal152136241

Shades and tints

Shades of #6A5EA1

#6A5EA1
(106,94,161)
#615693
(97,86,147)
#584E85
(88,78,133)
#4F4677
(79,70,119)
#463E69
(70,62,105)
#3D365B
(61,54,91)
#342E4D
(52,46,77)
#2B263F
(43,38,63)
#221E31
(34,30,49)
#191623
(25,22,35)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #6A5EA1

#6A5EA1
(106,94,161)
#776CA9
(119,108,169)
#847AB1
(132,122,177)
#9188B9
(145,136,185)
#9E96C1
(158,150,193)
#ABA4C9
(171,164,201)
#B8B2D1
(184,178,209)
#C5C0D9
(197,192,217)
#D2CEE1
(210,206,225)
#DFDCE9
(223,220,233)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5EA1 color. Also use rgb(106,94,161) instead hex code.

Text Font Color

.myTextColor { color: #6A5EA1; }

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

This text font color is #6A5EA1.


Background Color

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

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

This div background color is #6A5EA1.


Border color

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

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

This div border color is #6A5EA1.


Opacity

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

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

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

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

This text has shadow with #6A5EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5EA1 on black background.


Color preview on white background

This text has color #6A5EA1 on white background.



Black color preview on #6A5EA1 background

This text has black color on #6A5EA1 background.


White color preview on #6A5EA1 background

This text has white color on #6A5EA1 background.