COLOR #6F3F80

HEX: #6F3F80 RGB: (111,63,128)

Color info

#6F3F80 contains mainly red and blue colors. Web safe color of #6F3F80 is #663366 (or #636).

RGB color model

#6F3F80 color RGB value is (111,63,128).

RGB: (111,63,128) (44%, 25%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 63 of 255 = 25%
B 128 of 255 = 50%

111
63
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 63 + 128 = 302 (100%)
R 111 of 302 ~ 36.75%
G 63 of 302 ~ 20.86%
B 128 of 302 ~ 42.38'%

%36.75
%20.86
%42.38

CMYK color model

#6F3F80 color CMYK value is (13,51,0,50).

  • cyan value is 13.28%
  • magenta value is 50.78%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (13,51,0,50)
C13M51Y0K50 (13%, 51%, 0%, 50%)
(0.13 / 0.51 / 0.00 / 0.50)

CMYK percentages

%13.28
%50.78
%0
%49.8

Codes

Color #6F3F80 in popluar color models

6F 3F 80
RGB 111 63 128
HSL 284° 34.03% 37.45%
HSB/HSV 284° 50.78% 50.20%
CMYK 13.28% 50.78% 0.00%
49.80%

Color #6F3F80 in popluar number systems.

HEX 6F 3F 80
Decimal 111 63 128
Binary 1101111 111111 10000000
Octal 157 77 200

Shades and tints

Shades of #6F3F80

#6F3F80
(111,63,128)
#653A75
(101,58,117)
#5B356A
(91,53,106)
#51305F
(81,48,95)
#472B54
(71,43,84)
#3D2649
(61,38,73)
#33213E
(51,33,62)
#291C33
(41,28,51)
#1F1728
(31,23,40)
#15121D
(21,18,29)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #6F3F80

#6F3F80
(111,63,128)
#7C508B
(124,80,139)
#896196
(137,97,150)
#9672A1
(150,114,161)
#A383AC
(163,131,172)
#B094B7
(176,148,183)
#BDA5C2
(189,165,194)
#CAB6CD
(202,182,205)
#D7C7D8
(215,199,216)
#E4D8E3
(228,216,227)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3F80 color. Also use rgb(111,63,128) instead hex code.

Text Font Color

.myTextColor { color: #6F3F80; }

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

This text font color is #6F3F80.

Background Color

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

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

This div background color is #6F3F80.

Border color

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

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

This div border color is #6F3F80.

Opacity

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

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

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

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

This text has shadow with #6F3F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3F80.

Preview

Color preview on black background

This text has color #6F3F80 on black background.


Color preview on white background

This text has color #6F3F80 on white background.


Black color preview on #6F3F80 background

This text has black color on #6F3F80 background.


White color preview on #6F3F80 background

This text has white color on #6F3F80 background.


Related colors

Complementary color

Complementary color for #hex is #90C07F.


I love getcolorcode.com

Triadic colors

1 #806F3F and #3F806F with #6F3F80 are triadic colors.

2 #803F6F and #3F6F80 with #6F3F80 are triadic colors.