COLOR #6B43AF

HEX: #6B43AF
RGB: (107,67,175)

Color info

#6B43AF contains mainly blue color. Web safe color of #6B43AF is #663399 (or #639).

RGB color model

#6B43AF color RGB value is (107,67,175).

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

RGB channels and saturation

R 107 of 255 = 42%
G 67 of 255 = 26%
B 175 of 255 = 69%

107
67
175

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

Portions of RGB colors in percentages

R + G + B =
107 + 67 + 175 = 349 (100%)
R 107 of 349 ~ 30.66%
G 67 of 349 ~ 19.2%
B 175 of 349 ~ 50.14%

%30.66
%19.2
%50.14

CMYK color model

#6B43AF color CMYK value is (39,62,0,31).

  • cyan value is 38.86%
  • magenta value is 61.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(39,62,0,31)
C39M62Y0K31 
(39%,62%,0%,31%)
(0.39/0.62/0.00/0.31)	

CMYK percentages

%38.86
%61.71
%0
%31.37

Codes

Color #6B43AF in popluar color models

6B43AF
RGB10767175
HSL262°44.63%47.45%
HSB/HSV262°61.71%68.63%
CMYK38.86%61.71%0.00%
31.37%

Color #6B43AF in popluar number systems.

HEX6B43AF
Decimal10767175
Binary1101011100001110101111
Octal153103257

Shades and tints

Shades of #6B43AF

#6B43AF
(107,67,175)
#623DA0
(98,61,160)
#593791
(89,55,145)
#503182
(80,49,130)
#472B73
(71,43,115)
#3E2564
(62,37,100)
#351F55
(53,31,85)
#2C1946
(44,25,70)
#231337
(35,19,55)
#1A0D28
(26,13,40)
#110719
(17,7,25)
#000000
(0,0,0)

Tints of #6B43AF

#6B43AF
(107,67,175)
#7854B6
(120,84,182)
#8565BD
(133,101,189)
#9276C4
(146,118,196)
#9F87CB
(159,135,203)
#AC98D2
(172,152,210)
#B9A9D9
(185,169,217)
#C6BAE0
(198,186,224)
#D3CBE7
(211,203,231)
#E0DCEE
(224,220,238)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B43AF; }

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

This text font color is #6B43AF.


Background Color

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

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

This div background color is #6B43AF.


Border color

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

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

This div border color is #6B43AF.


Opacity

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

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

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

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

This text has shadow with #6B43AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B43AF on black background.


Color preview on white background

This text has color #6B43AF on white background.



Black color preview on #6B43AF background

This text has black color on #6B43AF background.


White color preview on #6B43AF background

This text has white color on #6B43AF background.