COLOR #6A15C6

HEX: #6A15C6
RGB: (106,21,198)

Color info

#6A15C6 contains mainly blue color. Web safe color of #6A15C6 is #6600CC (or #60C).

RGB color model

#6A15C6 color RGB value is (106,21,198).

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

RGB channels and saturation

R 106 of 255 = 42%
G 21 of 255 = 8%
B 198 of 255 = 78%

106
21
198

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

Portions of RGB colors in percentages

R + G + B =
106 + 21 + 198 = 325 (100%)
R 106 of 325 ~ 32.62%
G 21 of 325 ~ 6.46%
B 198 of 325 ~ 60.92%

%32.62
%60.92

CMYK color model

#6A15C6 color CMYK value is (46,89,0,22).

  • cyan value is 46.46%
  • magenta value is 89.39%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(46,89,0,22)
C46M89Y0K22 
(46%,89%,0%,22%)
(0.46/0.89/0.00/0.22)	

CMYK percentages

%46.46
%89.39
%0
%22.35

Codes

Color #6A15C6 in popluar color models

6A15C6
RGB10621198
HSL269°80.82%42.94%
HSB/HSV269°89.39%77.65%
CMYK46.46%89.39%0.00%
22.35%

Color #6A15C6 in popluar number systems.

HEX6A15C6
Decimal10621198
Binary11010101010111000110
Octal15225306

Shades and tints

Shades of #6A15C6

#6A15C6
(106,21,198)
#6114B4
(97,20,180)
#5813A2
(88,19,162)
#4F1290
(79,18,144)
#46117E
(70,17,126)
#3D106C
(61,16,108)
#340F5A
(52,15,90)
#2B0E48
(43,14,72)
#220D36
(34,13,54)
#190C24
(25,12,36)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #6A15C6

#6A15C6
(106,21,198)
#772ACB
(119,42,203)
#843FD0
(132,63,208)
#9154D5
(145,84,213)
#9E69DA
(158,105,218)
#AB7EDF
(171,126,223)
#B893E4
(184,147,228)
#C5A8E9
(197,168,233)
#D2BDEE
(210,189,238)
#DFD2F3
(223,210,243)
#ECE7F8
(236,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A15C6; }

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

This text font color is #6A15C6.


Background Color

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

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

This div background color is #6A15C6.


Border color

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

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

This div border color is #6A15C6.


Opacity

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

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

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

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

This text has shadow with #6A15C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A15C6 on black background.


Color preview on white background

This text has color #6A15C6 on white background.



Black color preview on #6A15C6 background

This text has black color on #6A15C6 background.


White color preview on #6A15C6 background

This text has white color on #6A15C6 background.