COLOR #6A41C6

HEX: #6A41C6
RGB: (106,65,198)

Color info

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

RGB color model

#6A41C6 color RGB value is (106,65,198).

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

RGB channels and saturation

R 106 of 255 = 42%
G 65 of 255 = 25%
B 198 of 255 = 78%

106
65
198

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

Portions of RGB colors in percentages

R + G + B =
106 + 65 + 198 = 369 (100%)
R 106 of 369 ~ 28.73%
G 65 of 369 ~ 17.62%
B 198 of 369 ~ 53.66%

%28.73
%17.62
%53.66

CMYK color model

#6A41C6 color CMYK value is (46,67,0,22).

  • cyan value is 46.46%
  • magenta value is 67.17%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(46,67,0,22)
C46M67Y0K22 
(46%,67%,0%,22%)
(0.46/0.67/0.00/0.22)	

CMYK percentages

%46.46
%67.17
%0
%22.35

Codes

Color #6A41C6 in popluar color models

6A41C6
RGB10665198
HSL258°53.85%51.57%
HSB/HSV258°67.17%77.65%
CMYK46.46%67.17%0.00%
22.35%

Color #6A41C6 in popluar number systems.

HEX6A41C6
Decimal10665198
Binary1101010100000111000110
Octal152101306

Shades and tints

Shades of #6A41C6

#6A41C6
(106,65,198)
#613CB4
(97,60,180)
#5837A2
(88,55,162)
#4F3290
(79,50,144)
#462D7E
(70,45,126)
#3D286C
(61,40,108)
#34235A
(52,35,90)
#2B1E48
(43,30,72)
#221936
(34,25,54)
#191424
(25,20,36)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #6A41C6

#6A41C6
(106,65,198)
#7752CB
(119,82,203)
#8463D0
(132,99,208)
#9174D5
(145,116,213)
#9E85DA
(158,133,218)
#AB96DF
(171,150,223)
#B8A7E4
(184,167,228)
#C5B8E9
(197,184,233)
#D2C9EE
(210,201,238)
#DFDAF3
(223,218,243)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A41C6; }

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

This text font color is #6A41C6.


Background Color

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

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

This div background color is #6A41C6.


Border color

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

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

This div border color is #6A41C6.


Opacity

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

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

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

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

This text has shadow with #6A41C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A41C6 on black background.


Color preview on white background

This text has color #6A41C6 on white background.



Black color preview on #6A41C6 background

This text has black color on #6A41C6 background.


White color preview on #6A41C6 background

This text has white color on #6A41C6 background.