COLOR #6A54C6

HEX: #6A54C6
RGB: (106,84,198)

Color info

#6A54C6 contains mainly blue color. Web safe color of #6A54C6 is #6666CC (or #66C).

RGB color model

#6A54C6 color RGB value is (106,84,198).

  • red value is 106;
  • green value is 84;
  • blue value is 198.
RGB:
(106,84,198)
(42%,33%,78%)

RGB channels and saturation

R 106 of 255 = 42%
G 84 of 255 = 33%
B 198 of 255 = 78%

106
84
198

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

Portions of RGB colors in percentages

R + G + B =
106 + 84 + 198 = 388 (100%)
R 106 of 388 ~ 27.32%
G 84 of 388 ~ 21.65%
B 198 of 388 ~ 51.03%

%27.32
%21.65
%51.03

CMYK color model

#6A54C6 color CMYK value is (46,58,0,22).

  • cyan value is 46.46%
  • magenta value is 57.58%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(46,58,0,22)
C46M58Y0K22 
(46%,58%,0%,22%)
(0.46/0.58/0.00/0.22)	

CMYK percentages

%46.46
%57.58
%0
%22.35

Codes

Color #6A54C6 in popluar color models

6A54C6
RGB10684198
HSL252°50.00%55.29%
HSB/HSV252°57.58%77.65%
CMYK46.46%57.58%0.00%
22.35%

Color #6A54C6 in popluar number systems.

HEX6A54C6
Decimal10684198
Binary1101010101010011000110
Octal152124306

Shades and tints

Shades of #6A54C6

#6A54C6
(106,84,198)
#614DB4
(97,77,180)
#5846A2
(88,70,162)
#4F3F90
(79,63,144)
#46387E
(70,56,126)
#3D316C
(61,49,108)
#342A5A
(52,42,90)
#2B2348
(43,35,72)
#221C36
(34,28,54)
#191524
(25,21,36)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #6A54C6

#6A54C6
(106,84,198)
#7763CB
(119,99,203)
#8472D0
(132,114,208)
#9181D5
(145,129,213)
#9E90DA
(158,144,218)
#AB9FDF
(171,159,223)
#B8AEE4
(184,174,228)
#C5BDE9
(197,189,233)
#D2CCEE
(210,204,238)
#DFDBF3
(223,219,243)
#ECEAF8
(236,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A54C6 color. Also use rgb(106,84,198) instead hex code.

Text Font Color

.myTextColor { color: #6A54C6; }

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

This text font color is #6A54C6.


Background Color

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

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

This div background color is #6A54C6.


Border color

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

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

This div border color is #6A54C6.


Opacity

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

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

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

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

This text has shadow with #6A54C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A54C6 on black background.


Color preview on white background

This text has color #6A54C6 on white background.



Black color preview on #6A54C6 background

This text has black color on #6A54C6 background.


White color preview on #6A54C6 background

This text has white color on #6A54C6 background.