COLOR #6F3184

HEX: #6F3184
RGB: (111,49,132)

Color info

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

RGB color model

#6F3184 color RGB value is (111,49,132).

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

RGB channels and saturation

R 111 of 255 = 44%
G 49 of 255 = 19%
B 132 of 255 = 52%

111
49
132

R + G + B ~ 38%. #6F3184 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 49 + 132 = 292 (100%)
R 111 of 292 ~ 38.01%
G 49 of 292 ~ 16.78%
B 132 of 292 ~ 45.21%

%38.01
%16.78
%45.21

CMYK color model

#6F3184 color CMYK value is (16,63,0,48).

  • cyan value is 15.91%
  • magenta value is 62.88%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(16,63,0,48)
C16M63Y0K48 
(16%,63%,0%,48%)
(0.16/0.63/0.00/0.48)	

CMYK percentages

%15.91
%62.88
%0
%48.24

Codes

Color #6F3184 in popluar color models

6F3184
RGB11149132
HSL285°45.86%35.49%
HSB/HSV285°62.88%51.76%
CMYK15.91%62.88%0.00%
48.24%

Color #6F3184 in popluar number systems.

HEX6F3184
Decimal11149132
Binary110111111000110000100
Octal15761204

Shades and tints

Shades of #6F3184

#6F3184
(111,49,132)
#652D78
(101,45,120)
#5B296C
(91,41,108)
#512560
(81,37,96)
#472154
(71,33,84)
#3D1D48
(61,29,72)
#33193C
(51,25,60)
#291530
(41,21,48)
#1F1124
(31,17,36)
#150D18
(21,13,24)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #6F3184

#6F3184
(111,49,132)
#7C438F
(124,67,143)
#89559A
(137,85,154)
#9667A5
(150,103,165)
#A379B0
(163,121,176)
#B08BBB
(176,139,187)
#BD9DC6
(189,157,198)
#CAAFD1
(202,175,209)
#D7C1DC
(215,193,220)
#E4D3E7
(228,211,231)
#F1E5F2
(241,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3184; }

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

This text font color is #6F3184.


Background Color

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

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

This div background color is #6F3184.


Border color

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

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

This div border color is #6F3184.


Opacity

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

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

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

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

This text has shadow with #6F3184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3184 on black background.


Color preview on white background

This text has color #6F3184 on white background.



Black color preview on #6F3184 background

This text has black color on #6F3184 background.


White color preview on #6F3184 background

This text has white color on #6F3184 background.