COLOR #6F3883

HEX: #6F3883
RGB: (111,56,131)

Color info

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

RGB color model

#6F3883 color RGB value is (111,56,131).

  • red value is 111;
  • green value is 56;
  • blue value is 131.
RGB:
(111,56,131)
(44%,22%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 56 of 255 = 22%
B 131 of 255 = 51%

111
56
131

R + G + B ~ 39%. #6F3883 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 56 + 131 = 298 (100%)
R 111 of 298 ~ 37.25%
G 56 of 298 ~ 18.79%
B 131 of 298 ~ 43.96%

%37.25
%18.79
%43.96

CMYK color model

#6F3883 color CMYK value is (15,57,0,49).

  • cyan value is 15.27%
  • magenta value is 57.25%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,57,0,49)
C15M57Y0K49 
(15%,57%,0%,49%)
(0.15/0.57/0.00/0.49)	

CMYK percentages

%15.27
%57.25
%0
%48.63

Codes

Color #6F3883 in popluar color models

6F3883
RGB11156131
HSL284°40.11%36.67%
HSB/HSV284°57.25%51.37%
CMYK15.27%57.25%0.00%
48.63%

Color #6F3883 in popluar number systems.

HEX6F3883
Decimal11156131
Binary110111111100010000011
Octal15770203

Shades and tints

Shades of #6F3883

#6F3883
(111,56,131)
#653378
(101,51,120)
#5B2E6D
(91,46,109)
#512962
(81,41,98)
#472457
(71,36,87)
#3D1F4C
(61,31,76)
#331A41
(51,26,65)
#291536
(41,21,54)
#1F102B
(31,16,43)
#150B20
(21,11,32)
#0B0615
(11,6,21)
#000000
(0,0,0)

Tints of #6F3883

#6F3883
(111,56,131)
#7C4A8E
(124,74,142)
#895C99
(137,92,153)
#966EA4
(150,110,164)
#A380AF
(163,128,175)
#B092BA
(176,146,186)
#BDA4C5
(189,164,197)
#CAB6D0
(202,182,208)
#D7C8DB
(215,200,219)
#E4DAE6
(228,218,230)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3883 color. Also use rgb(111,56,131) instead hex code.

Text Font Color

.myTextColor { color: #6F3883; }

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

This text font color is #6F3883.


Background Color

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

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

This div background color is #6F3883.


Border color

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

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

This div border color is #6F3883.


Opacity

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

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

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

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

This text has shadow with #6F3883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3883 on black background.


Color preview on white background

This text has color #6F3883 on white background.



Black color preview on #6F3883 background

This text has black color on #6F3883 background.


White color preview on #6F3883 background

This text has white color on #6F3883 background.