COLOR #6F3580

HEX: #6F3580 RGB: (111,53,128)

Color info

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

RGB color model

#6F3580 color RGB value is (111,53,128).

RGB: (111,53,128) (44%, 21%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 53 of 255 = 21%
B 128 of 255 = 50%

111
53
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 53 + 128 = 292 (100%)
R 111 of 292 ~ 38.01%
G 53 of 292 ~ 18.15%
B 128 of 292 ~ 43.84'%

%38.01
%18.15
%43.84

CMYK color model

#6F3580 color CMYK value is (13,59,0,50).

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

CMYK: (13,59,0,50)
C13M59Y0K50 (13%, 59%, 0%, 50%)
(0.13 / 0.59 / 0.00 / 0.50)

CMYK percentages

%13.28
%58.59
%0
%49.8

Codes

Color #6F3580 in popluar color models

6F 35 80
RGB 111 53 128
HSL 286° 41.44% 35.49%
HSB/HSV 286° 58.59% 50.20%
CMYK 13.28% 58.59% 0.00%
49.80%

Color #6F3580 in popluar number systems.

HEX 6F 35 80
Decimal 111 53 128
Binary 1101111 110101 10000000
Octal 157 65 200

Shades and tints

Shades of #6F3580

#6F3580
(111,53,128)
#653175
(101,49,117)
#5B2D6A
(91,45,106)
#51295F
(81,41,95)
#472554
(71,37,84)
#3D2149
(61,33,73)
#331D3E
(51,29,62)
#291933
(41,25,51)
#1F1528
(31,21,40)
#15111D
(21,17,29)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #6F3580

#6F3580
(111,53,128)
#7C478B
(124,71,139)
#895996
(137,89,150)
#966BA1
(150,107,161)
#A37DAC
(163,125,172)
#B08FB7
(176,143,183)
#BDA1C2
(189,161,194)
#CAB3CD
(202,179,205)
#D7C5D8
(215,197,216)
#E4D7E3
(228,215,227)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3580; }

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

This text font color is #6F3580.

Background Color

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

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

This div background color is #6F3580.

Border color

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

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

This div border color is #6F3580.

Opacity

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

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

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

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

This text has shadow with #6F3580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3580.

Preview

Color preview on black background

This text has color #6F3580 on black background.


Color preview on white background

This text has color #6F3580 on white background.


Black color preview on #6F3580 background

This text has black color on #6F3580 background.


White color preview on #6F3580 background

This text has white color on #6F3580 background.


Related colors

Complementary color

Complementary color for #hex is #90CA7F.


I love getcolorcode.com

Triadic colors

1 #806F35 and #35806F with #6F3580 are triadic colors.

2 #80356F and #356F80 with #6F3580 are triadic colors.