COLOR #6F3C8C

HEX: #6F3C8C
RGB: (111,60,140)

Color info

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

RGB color model

#6F3C8C color RGB value is (111,60,140).

  • red value is 111;
  • green value is 60;
  • blue value is 140.
RGB:
(111,60,140)
(44%,24%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 60 of 255 = 24%
B 140 of 255 = 55%

111
60
140

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

Portions of RGB colors in percentages

R + G + B =
111 + 60 + 140 = 311 (100%)
R 111 of 311 ~ 35.69%
G 60 of 311 ~ 19.29%
B 140 of 311 ~ 45.02%

%35.69
%19.29
%45.02

CMYK color model

#6F3C8C color CMYK value is (21,57,0,45).

  • cyan value is 20.71%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(21,57,0,45)
C21M57Y0K45 
(21%,57%,0%,45%)
(0.21/0.57/0.00/0.45)	

CMYK percentages

%20.71
%57.14
%0
%45.1

Codes

Color #6F3C8C in popluar color models

6F3C8C
RGB11160140
HSL278°40.00%39.22%
HSB/HSV278°57.14%54.90%
CMYK20.71%57.14%0.00%
45.10%

Color #6F3C8C in popluar number systems.

HEX6F3C8C
Decimal11160140
Binary110111111110010001100
Octal15774214

Shades and tints

Shades of #6F3C8C

#6F3C8C
(111,60,140)
#653780
(101,55,128)
#5B3274
(91,50,116)
#512D68
(81,45,104)
#47285C
(71,40,92)
#3D2350
(61,35,80)
#331E44
(51,30,68)
#291938
(41,25,56)
#1F142C
(31,20,44)
#150F20
(21,15,32)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #6F3C8C

#6F3C8C
(111,60,140)
#7C4D96
(124,77,150)
#895EA0
(137,94,160)
#966FAA
(150,111,170)
#A380B4
(163,128,180)
#B091BE
(176,145,190)
#BDA2C8
(189,162,200)
#CAB3D2
(202,179,210)
#D7C4DC
(215,196,220)
#E4D5E6
(228,213,230)
#F1E6F0
(241,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3C8C color. Also use rgb(111,60,140) instead hex code.

Text Font Color

.myTextColor { color: #6F3C8C; }

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

This text font color is #6F3C8C.


Background Color

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

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

This div background color is #6F3C8C.


Border color

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

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

This div border color is #6F3C8C.


Opacity

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

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

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

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

This text has shadow with #6F3C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3C8C on black background.


Color preview on white background

This text has color #6F3C8C on white background.



Black color preview on #6F3C8C background

This text has black color on #6F3C8C background.


White color preview on #6F3C8C background

This text has white color on #6F3C8C background.