COLOR #6F3E81

HEX: #6F3E81
RGB: (111,62,129)

Color info

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

RGB color model

#6F3E81 color RGB value is (111,62,129).

  • red value is 111;
  • green value is 62;
  • blue value is 129.
RGB:
(111,62,129)
(44%,24%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 62 of 255 = 24%
B 129 of 255 = 51%

111
62
129

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

Portions of RGB colors in percentages

R + G + B =
111 + 62 + 129 = 302 (100%)
R 111 of 302 ~ 36.75%
G 62 of 302 ~ 20.53%
B 129 of 302 ~ 42.72%

%36.75
%20.53
%42.72

CMYK color model

#6F3E81 color CMYK value is (14,52,0,49).

  • cyan value is 13.95%
  • magenta value is 51.94%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(14,52,0,49)
C14M52Y0K49 
(14%,52%,0%,49%)
(0.14/0.52/0.00/0.49)	

CMYK percentages

%13.95
%51.94
%0
%49.41

Codes

Color #6F3E81 in popluar color models

6F3E81
RGB11162129
HSL284°35.08%37.45%
HSB/HSV284°51.94%50.59%
CMYK13.95%51.94%0.00%
49.41%

Color #6F3E81 in popluar number systems.

HEX6F3E81
Decimal11162129
Binary110111111111010000001
Octal15776201

Shades and tints

Shades of #6F3E81

#6F3E81
(111,62,129)
#653976
(101,57,118)
#5B346B
(91,52,107)
#512F60
(81,47,96)
#472A55
(71,42,85)
#3D254A
(61,37,74)
#33203F
(51,32,63)
#291B34
(41,27,52)
#1F1629
(31,22,41)
#15111E
(21,17,30)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #6F3E81

#6F3E81
(111,62,129)
#7C4F8C
(124,79,140)
#896097
(137,96,151)
#9671A2
(150,113,162)
#A382AD
(163,130,173)
#B093B8
(176,147,184)
#BDA4C3
(189,164,195)
#CAB5CE
(202,181,206)
#D7C6D9
(215,198,217)
#E4D7E4
(228,215,228)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3E81 color. Also use rgb(111,62,129) instead hex code.

Text Font Color

.myTextColor { color: #6F3E81; }

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

This text font color is #6F3E81.


Background Color

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

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

This div background color is #6F3E81.


Border color

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

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

This div border color is #6F3E81.


Opacity

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

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

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

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

This text has shadow with #6F3E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3E81 on black background.


Color preview on white background

This text has color #6F3E81 on white background.



Black color preview on #6F3E81 background

This text has black color on #6F3E81 background.


White color preview on #6F3E81 background

This text has white color on #6F3E81 background.