COLOR #6B43A1

HEX: #6B43A1
RGB: (107,67,161)

Color info

#6B43A1 contains mainly red and blue colors. Web safe color of #6B43A1 is #663399 (or #639).

RGB color model

#6B43A1 color RGB value is (107,67,161).

  • red value is 107;
  • green value is 67;
  • blue value is 161.
RGB:
(107,67,161)
(42%,26%,63%)

RGB channels and saturation

R 107 of 255 = 42%
G 67 of 255 = 26%
B 161 of 255 = 63%

107
67
161

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

Portions of RGB colors in percentages

R + G + B =
107 + 67 + 161 = 335 (100%)
R 107 of 335 ~ 31.94%
G 67 of 335 ~ 20%
B 161 of 335 ~ 48.06%

%31.94
%20
%48.06

CMYK color model

#6B43A1 color CMYK value is (34,58,0,37).

  • cyan value is 33.54%
  • magenta value is 58.39%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(34,58,0,37)
C34M58Y0K37 
(34%,58%,0%,37%)
(0.34/0.58/0.00/0.37)	

CMYK percentages

%33.54
%58.39
%0
%36.86

Codes

Color #6B43A1 in popluar color models

6B43A1
RGB10767161
HSL266°41.23%44.71%
HSB/HSV266°58.39%63.14%
CMYK33.54%58.39%0.00%
36.86%

Color #6B43A1 in popluar number systems.

HEX6B43A1
Decimal10767161
Binary1101011100001110100001
Octal153103241

Shades and tints

Shades of #6B43A1

#6B43A1
(107,67,161)
#623D93
(98,61,147)
#593785
(89,55,133)
#503177
(80,49,119)
#472B69
(71,43,105)
#3E255B
(62,37,91)
#351F4D
(53,31,77)
#2C193F
(44,25,63)
#231331
(35,19,49)
#1A0D23
(26,13,35)
#110715
(17,7,21)
#000000
(0,0,0)

Tints of #6B43A1

#6B43A1
(107,67,161)
#7854A9
(120,84,169)
#8565B1
(133,101,177)
#9276B9
(146,118,185)
#9F87C1
(159,135,193)
#AC98C9
(172,152,201)
#B9A9D1
(185,169,209)
#C6BAD9
(198,186,217)
#D3CBE1
(211,203,225)
#E0DCE9
(224,220,233)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B43A1 color. Also use rgb(107,67,161) instead hex code.

Text Font Color

.myTextColor { color: #6B43A1; }

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

This text font color is #6B43A1.


Background Color

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

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

This div background color is #6B43A1.


Border color

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

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

This div border color is #6B43A1.


Opacity

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

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

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

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

This text has shadow with #6B43A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B43A1 on black background.


Color preview on white background

This text has color #6B43A1 on white background.



Black color preview on #6B43A1 background

This text has black color on #6B43A1 background.


White color preview on #6B43A1 background

This text has white color on #6B43A1 background.