COLOR #6A49E3

HEX: #6A49E3
RGB: (106,73,227)

Color info

#6A49E3 contains mainly blue color. Web safe color of #6A49E3 is #6633CC (or #63C).

RGB color model

#6A49E3 color RGB value is (106,73,227).

  • red value is 106;
  • green value is 73;
  • blue value is 227.
RGB:
(106,73,227)
(42%,29%,89%)

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 227 of 255 = 89%

106
73
227

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 227 = 406 (100%)
R 106 of 406 ~ 26.11%
G 73 of 406 ~ 17.98%
B 227 of 406 ~ 55.91%

%26.11
%17.98
%55.91

CMYK color model

#6A49E3 color CMYK value is (53,68,0,11).

  • cyan value is 53.30%
  • magenta value is 67.84%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(53,68,0,11)
C53M68Y0K11 
(53%,68%,0%,11%)
(0.53/0.68/0.00/0.11)	

CMYK percentages

%53.3
%67.84
%0
%10.98

Codes

Color #6A49E3 in popluar color models

6A49E3
RGB10673227
HSL253°73.33%58.82%
HSB/HSV253°67.84%89.02%
CMYK53.30%67.84%0.00%
10.98%

Color #6A49E3 in popluar number systems.

HEX6A49E3
Decimal10673227
Binary1101010100100111100011
Octal152111343

Shades and tints

Shades of #6A49E3

#6A49E3
(106,73,227)
#6143CF
(97,67,207)
#583DBB
(88,61,187)
#4F37A7
(79,55,167)
#463193
(70,49,147)
#3D2B7F
(61,43,127)
#34256B
(52,37,107)
#2B1F57
(43,31,87)
#221943
(34,25,67)
#19132F
(25,19,47)
#100D1B
(16,13,27)
#000000
(0,0,0)

Tints of #6A49E3

#6A49E3
(106,73,227)
#7759E5
(119,89,229)
#8469E7
(132,105,231)
#9179E9
(145,121,233)
#9E89EB
(158,137,235)
#AB99ED
(171,153,237)
#B8A9EF
(184,169,239)
#C5B9F1
(197,185,241)
#D2C9F3
(210,201,243)
#DFD9F5
(223,217,245)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A49E3 color. Also use rgb(106,73,227) instead hex code.

Text Font Color

.myTextColor { color: #6A49E3; }

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

This text font color is #6A49E3.


Background Color

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

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

This div background color is #6A49E3.


Border color

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

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

This div border color is #6A49E3.


Opacity

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

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

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

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

This text has shadow with #6A49E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A49E3 on black background.


Color preview on white background

This text has color #6A49E3 on white background.



Black color preview on #6A49E3 background

This text has black color on #6A49E3 background.


White color preview on #6A49E3 background

This text has white color on #6A49E3 background.