COLOR #6F3CD1

HEX: #6F3CD1
RGB: (111,60,209)

Color info

#6F3CD1 contains mainly blue color. Web safe color of #6F3CD1 is #6633CC (or #63C).

RGB color model

#6F3CD1 color RGB value is (111,60,209).

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

RGB channels and saturation

R 111 of 255 = 44%
G 60 of 255 = 24%
B 209 of 255 = 82%

111
60
209

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

Portions of RGB colors in percentages

R + G + B =
111 + 60 + 209 = 380 (100%)
R 111 of 380 ~ 29.21%
G 60 of 380 ~ 15.79%
B 209 of 380 ~ 55%

%29.21
%15.79
%55

CMYK color model

#6F3CD1 color CMYK value is (47,71,0,18).

  • cyan value is 46.89%
  • magenta value is 71.29%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(47,71,0,18)
C47M71Y0K18 
(47%,71%,0%,18%)
(0.47/0.71/0.00/0.18)	

CMYK percentages

%46.89
%71.29
%0
%18.04

Codes

Color #6F3CD1 in popluar color models

6F3CD1
RGB11160209
HSL261°61.83%52.75%
HSB/HSV261°71.29%81.96%
CMYK46.89%71.29%0.00%
18.04%

Color #6F3CD1 in popluar number systems.

HEX6F3CD1
Decimal11160209
Binary110111111110011010001
Octal15774321

Shades and tints

Shades of #6F3CD1

#6F3CD1
(111,60,209)
#6537BE
(101,55,190)
#5B32AB
(91,50,171)
#512D98
(81,45,152)
#472885
(71,40,133)
#3D2372
(61,35,114)
#331E5F
(51,30,95)
#29194C
(41,25,76)
#1F1439
(31,20,57)
#150F26
(21,15,38)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #6F3CD1

#6F3CD1
(111,60,209)
#7C4DD5
(124,77,213)
#895ED9
(137,94,217)
#966FDD
(150,111,221)
#A380E1
(163,128,225)
#B091E5
(176,145,229)
#BDA2E9
(189,162,233)
#CAB3ED
(202,179,237)
#D7C4F1
(215,196,241)
#E4D5F5
(228,213,245)
#F1E6F9
(241,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3CD1; }

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

This text font color is #6F3CD1.


Background Color

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

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

This div background color is #6F3CD1.


Border color

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

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

This div border color is #6F3CD1.


Opacity

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

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

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

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

This text has shadow with #6F3CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3CD1 on black background.


Color preview on white background

This text has color #6F3CD1 on white background.



Black color preview on #6F3CD1 background

This text has black color on #6F3CD1 background.


White color preview on #6F3CD1 background

This text has white color on #6F3CD1 background.