COLOR #6F3AA2

HEX: #6F3AA2
RGB: (111,58,162)

Color info

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

RGB color model

#6F3AA2 color RGB value is (111,58,162).

  • red value is 111;
  • green value is 58;
  • blue value is 162.
RGB:
(111,58,162)
(44%,23%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 58 of 255 = 23%
B 162 of 255 = 64%

111
58
162

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

Portions of RGB colors in percentages

R + G + B =
111 + 58 + 162 = 331 (100%)
R 111 of 331 ~ 33.53%
G 58 of 331 ~ 17.52%
B 162 of 331 ~ 48.94%

%33.53
%17.52
%48.94

CMYK color model

#6F3AA2 color CMYK value is (31,64,0,36).

  • cyan value is 31.48%
  • magenta value is 64.20%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(31,64,0,36)
C31M64Y0K36 
(31%,64%,0%,36%)
(0.31/0.64/0.00/0.36)	

CMYK percentages

%31.48
%64.2
%0
%36.47

Codes

Color #6F3AA2 in popluar color models

6F3AA2
RGB11158162
HSL271°47.27%43.14%
HSB/HSV271°64.20%63.53%
CMYK31.48%64.20%0.00%
36.47%

Color #6F3AA2 in popluar number systems.

HEX6F3AA2
Decimal11158162
Binary110111111101010100010
Octal15772242

Shades and tints

Shades of #6F3AA2

#6F3AA2
(111,58,162)
#653594
(101,53,148)
#5B3086
(91,48,134)
#512B78
(81,43,120)
#47266A
(71,38,106)
#3D215C
(61,33,92)
#331C4E
(51,28,78)
#291740
(41,23,64)
#1F1232
(31,18,50)
#150D24
(21,13,36)
#0B0816
(11,8,22)
#000000
(0,0,0)

Tints of #6F3AA2

#6F3AA2
(111,58,162)
#7C4BAA
(124,75,170)
#895CB2
(137,92,178)
#966DBA
(150,109,186)
#A37EC2
(163,126,194)
#B08FCA
(176,143,202)
#BDA0D2
(189,160,210)
#CAB1DA
(202,177,218)
#D7C2E2
(215,194,226)
#E4D3EA
(228,211,234)
#F1E4F2
(241,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3AA2 color. Also use rgb(111,58,162) instead hex code.

Text Font Color

.myTextColor { color: #6F3AA2; }

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

This text font color is #6F3AA2.


Background Color

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

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

This div background color is #6F3AA2.


Border color

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

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

This div border color is #6F3AA2.


Opacity

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

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

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

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

This text has shadow with #6F3AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3AA2 on black background.


Color preview on white background

This text has color #6F3AA2 on white background.



Black color preview on #6F3AA2 background

This text has black color on #6F3AA2 background.


White color preview on #6F3AA2 background

This text has white color on #6F3AA2 background.