COLOR #6A53A8

HEX: #6A53A8
RGB: (106,83,168)

Color info

#6A53A8 contains mainly blue color. Web safe color of #6A53A8 is #666699 (or #669).

RGB color model

#6A53A8 color RGB value is (106,83,168).

  • red value is 106;
  • green value is 83;
  • blue value is 168.
RGB:
(106,83,168)
(42%,33%,66%)

RGB channels and saturation

R 106 of 255 = 42%
G 83 of 255 = 33%
B 168 of 255 = 66%

106
83
168

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

Portions of RGB colors in percentages

R + G + B =
106 + 83 + 168 = 357 (100%)
R 106 of 357 ~ 29.69%
G 83 of 357 ~ 23.25%
B 168 of 357 ~ 47.06%

%29.69
%23.25
%47.06

CMYK color model

#6A53A8 color CMYK value is (37,51,0,34).

  • cyan value is 36.90%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(37,51,0,34)
C37M51Y0K34 
(37%,51%,0%,34%)
(0.37/0.51/0.00/0.34)	

CMYK percentages

%36.9
%50.6
%0
%34.12

Codes

Color #6A53A8 in popluar color models

6A53A8
RGB10683168
HSL256°33.86%49.22%
HSB/HSV256°50.60%65.88%
CMYK36.90%50.60%0.00%
34.12%

Color #6A53A8 in popluar number systems.

HEX6A53A8
Decimal10683168
Binary1101010101001110101000
Octal152123250

Shades and tints

Shades of #6A53A8

#6A53A8
(106,83,168)
#614C99
(97,76,153)
#58458A
(88,69,138)
#4F3E7B
(79,62,123)
#46376C
(70,55,108)
#3D305D
(61,48,93)
#34294E
(52,41,78)
#2B223F
(43,34,63)
#221B30
(34,27,48)
#191421
(25,20,33)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #6A53A8

#6A53A8
(106,83,168)
#7762AF
(119,98,175)
#8471B6
(132,113,182)
#9180BD
(145,128,189)
#9E8FC4
(158,143,196)
#AB9ECB
(171,158,203)
#B8ADD2
(184,173,210)
#C5BCD9
(197,188,217)
#D2CBE0
(210,203,224)
#DFDAE7
(223,218,231)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A53A8 color. Also use rgb(106,83,168) instead hex code.

Text Font Color

.myTextColor { color: #6A53A8; }

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

This text font color is #6A53A8.


Background Color

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

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

This div background color is #6A53A8.


Border color

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

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

This div border color is #6A53A8.


Opacity

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

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

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

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

This text has shadow with #6A53A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A53A8 on black background.


Color preview on white background

This text has color #6A53A8 on white background.



Black color preview on #6A53A8 background

This text has black color on #6A53A8 background.


White color preview on #6A53A8 background

This text has white color on #6A53A8 background.