COLOR #6F3A94

HEX: #6F3A94
RGB: (111,58,148)

Color info

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

RGB color model

#6F3A94 color RGB value is (111,58,148).

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

RGB channels and saturation

R 111 of 255 = 44%
G 58 of 255 = 23%
B 148 of 255 = 58%

111
58
148

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

Portions of RGB colors in percentages

R + G + B =
111 + 58 + 148 = 317 (100%)
R 111 of 317 ~ 35.02%
G 58 of 317 ~ 18.3%
B 148 of 317 ~ 46.69%

%35.02
%18.3
%46.69

CMYK color model

#6F3A94 color CMYK value is (25,61,0,42).

  • cyan value is 25.00%
  • magenta value is 60.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(25,61,0,42)
C25M61Y0K42 
(25%,61%,0%,42%)
(0.25/0.61/0.00/0.42)	

CMYK percentages

%25
%60.81
%0
%41.96

Codes

Color #6F3A94 in popluar color models

6F3A94
RGB11158148
HSL275°43.69%40.39%
HSB/HSV275°60.81%58.04%
CMYK25.00%60.81%0.00%
41.96%

Color #6F3A94 in popluar number systems.

HEX6F3A94
Decimal11158148
Binary110111111101010010100
Octal15772224

Shades and tints

Shades of #6F3A94

#6F3A94
(111,58,148)
#653587
(101,53,135)
#5B307A
(91,48,122)
#512B6D
(81,43,109)
#472660
(71,38,96)
#3D2153
(61,33,83)
#331C46
(51,28,70)
#291739
(41,23,57)
#1F122C
(31,18,44)
#150D1F
(21,13,31)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #6F3A94

#6F3A94
(111,58,148)
#7C4B9D
(124,75,157)
#895CA6
(137,92,166)
#966DAF
(150,109,175)
#A37EB8
(163,126,184)
#B08FC1
(176,143,193)
#BDA0CA
(189,160,202)
#CAB1D3
(202,177,211)
#D7C2DC
(215,194,220)
#E4D3E5
(228,211,229)
#F1E4EE
(241,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3A94; }

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

This text font color is #6F3A94.


Background Color

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

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

This div background color is #6F3A94.


Border color

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

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

This div border color is #6F3A94.


Opacity

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

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

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

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

This text has shadow with #6F3A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3A94 on black background.


Color preview on white background

This text has color #6F3A94 on white background.



Black color preview on #6F3A94 background

This text has black color on #6F3A94 background.


White color preview on #6F3A94 background

This text has white color on #6F3A94 background.