COLOR #6F31AC

HEX: #6F31AC
RGB: (111,49,172)

Color info

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

RGB color model

#6F31AC color RGB value is (111,49,172).

  • red value is 111;
  • green value is 49;
  • blue value is 172.
RGB:
(111,49,172)
(44%,19%,67%)

RGB channels and saturation

R 111 of 255 = 44%
G 49 of 255 = 19%
B 172 of 255 = 67%

111
49
172

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

Portions of RGB colors in percentages

R + G + B =
111 + 49 + 172 = 332 (100%)
R 111 of 332 ~ 33.43%
G 49 of 332 ~ 14.76%
B 172 of 332 ~ 51.81%

%33.43
%14.76
%51.81

CMYK color model

#6F31AC color CMYK value is (35,72,0,33).

  • cyan value is 35.47%
  • magenta value is 71.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(35,72,0,33)
C35M72Y0K33 
(35%,72%,0%,33%)
(0.35/0.72/0.00/0.33)	

CMYK percentages

%35.47
%71.51
%0
%32.55

Codes

Color #6F31AC in popluar color models

6F31AC
RGB11149172
HSL270°55.66%43.33%
HSB/HSV270°71.51%67.45%
CMYK35.47%71.51%0.00%
32.55%

Color #6F31AC in popluar number systems.

HEX6F31AC
Decimal11149172
Binary110111111000110101100
Octal15761254

Shades and tints

Shades of #6F31AC

#6F31AC
(111,49,172)
#652D9D
(101,45,157)
#5B298E
(91,41,142)
#51257F
(81,37,127)
#472170
(71,33,112)
#3D1D61
(61,29,97)
#331952
(51,25,82)
#291543
(41,21,67)
#1F1134
(31,17,52)
#150D25
(21,13,37)
#0B0916
(11,9,22)
#000000
(0,0,0)

Tints of #6F31AC

#6F31AC
(111,49,172)
#7C43B3
(124,67,179)
#8955BA
(137,85,186)
#9667C1
(150,103,193)
#A379C8
(163,121,200)
#B08BCF
(176,139,207)
#BD9DD6
(189,157,214)
#CAAFDD
(202,175,221)
#D7C1E4
(215,193,228)
#E4D3EB
(228,211,235)
#F1E5F2
(241,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F31AC color. Also use rgb(111,49,172) instead hex code.

Text Font Color

.myTextColor { color: #6F31AC; }

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

This text font color is #6F31AC.


Background Color

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

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

This div background color is #6F31AC.


Border color

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

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

This div border color is #6F31AC.


Opacity

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

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

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

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

This text has shadow with #6F31AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F31AC on black background.


Color preview on white background

This text has color #6F31AC on white background.



Black color preview on #6F31AC background

This text has black color on #6F31AC background.


White color preview on #6F31AC background

This text has white color on #6F31AC background.