COLOR #6A43D9

HEX: #6A43D9
RGB: (106,67,217)

Color info

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

RGB color model

#6A43D9 color RGB value is (106,67,217).

  • red value is 106;
  • green value is 67;
  • blue value is 217.
RGB:
(106,67,217)
(42%,26%,85%)

RGB channels and saturation

R 106 of 255 = 42%
G 67 of 255 = 26%
B 217 of 255 = 85%

106
67
217

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

Portions of RGB colors in percentages

R + G + B =
106 + 67 + 217 = 390 (100%)
R 106 of 390 ~ 27.18%
G 67 of 390 ~ 17.18%
B 217 of 390 ~ 55.64%

%27.18
%17.18
%55.64

CMYK color model

#6A43D9 color CMYK value is (51,69,0,15).

  • cyan value is 51.15%
  • magenta value is 69.12%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(51,69,0,15)
C51M69Y0K15 
(51%,69%,0%,15%)
(0.51/0.69/0.00/0.15)	

CMYK percentages

%51.15
%69.12
%0
%14.9

Codes

Color #6A43D9 in popluar color models

6A43D9
RGB10667217
HSL256°66.37%55.69%
HSB/HSV256°69.12%85.10%
CMYK51.15%69.12%0.00%
14.90%

Color #6A43D9 in popluar number systems.

HEX6A43D9
Decimal10667217
Binary1101010100001111011001
Octal152103331

Shades and tints

Shades of #6A43D9

#6A43D9
(106,67,217)
#613DC6
(97,61,198)
#5837B3
(88,55,179)
#4F31A0
(79,49,160)
#462B8D
(70,43,141)
#3D257A
(61,37,122)
#341F67
(52,31,103)
#2B1954
(43,25,84)
#221341
(34,19,65)
#190D2E
(25,13,46)
#10071B
(16,7,27)
#000000
(0,0,0)

Tints of #6A43D9

#6A43D9
(106,67,217)
#7754DC
(119,84,220)
#8465DF
(132,101,223)
#9176E2
(145,118,226)
#9E87E5
(158,135,229)
#AB98E8
(171,152,232)
#B8A9EB
(184,169,235)
#C5BAEE
(197,186,238)
#D2CBF1
(210,203,241)
#DFDCF4
(223,220,244)
#ECEDF7
(236,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A43D9 color. Also use rgb(106,67,217) instead hex code.

Text Font Color

.myTextColor { color: #6A43D9; }

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

This text font color is #6A43D9.


Background Color

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

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

This div background color is #6A43D9.


Border color

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

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

This div border color is #6A43D9.


Opacity

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

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

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

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

This text has shadow with #6A43D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A43D9 on black background.


Color preview on white background

This text has color #6A43D9 on white background.



Black color preview on #6A43D9 background

This text has black color on #6A43D9 background.


White color preview on #6A43D9 background

This text has white color on #6A43D9 background.