COLOR #6F50DF

HEX: #6F50DF
RGB: (111,80,223)

Color info

#6F50DF contains mainly blue color. Web safe color of #6F50DF is #6666CC (or #66C).

RGB color model

#6F50DF color RGB value is (111,80,223).

  • red value is 111;
  • green value is 80;
  • blue value is 223.
RGB:
(111,80,223)
(44%,31%,87%)

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 223 of 255 = 87%

111
80
223

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

Portions of RGB colors in percentages

R + G + B =
111 + 80 + 223 = 414 (100%)
R 111 of 414 ~ 26.81%
G 80 of 414 ~ 19.32%
B 223 of 414 ~ 53.86%

%26.81
%19.32
%53.86

CMYK color model

#6F50DF color CMYK value is (50,64,0,13).

  • cyan value is 50.22%
  • magenta value is 64.13%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(50,64,0,13)
C50M64Y0K13 
(50%,64%,0%,13%)
(0.50/0.64/0.00/0.13)	

CMYK percentages

%50.22
%64.13
%0
%12.55

Codes

Color #6F50DF in popluar color models

6F50DF
RGB11180223
HSL253°69.08%59.41%
HSB/HSV253°64.13%87.45%
CMYK50.22%64.13%0.00%
12.55%

Color #6F50DF in popluar number systems.

HEX6F50DF
Decimal11180223
Binary1101111101000011011111
Octal157120337

Shades and tints

Shades of #6F50DF

#6F50DF
(111,80,223)
#6549CB
(101,73,203)
#5B42B7
(91,66,183)
#513BA3
(81,59,163)
#47348F
(71,52,143)
#3D2D7B
(61,45,123)
#332667
(51,38,103)
#291F53
(41,31,83)
#1F183F
(31,24,63)
#15112B
(21,17,43)
#0B0A17
(11,10,23)
#000000
(0,0,0)

Tints of #6F50DF

#6F50DF
(111,80,223)
#7C5FE1
(124,95,225)
#896EE3
(137,110,227)
#967DE5
(150,125,229)
#A38CE7
(163,140,231)
#B09BE9
(176,155,233)
#BDAAEB
(189,170,235)
#CAB9ED
(202,185,237)
#D7C8EF
(215,200,239)
#E4D7F1
(228,215,241)
#F1E6F3
(241,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F50DF color. Also use rgb(111,80,223) instead hex code.

Text Font Color

.myTextColor { color: #6F50DF; }

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

This text font color is #6F50DF.


Background Color

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

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

This div background color is #6F50DF.


Border color

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

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

This div border color is #6F50DF.


Opacity

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

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

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

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

This text has shadow with #6F50DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F50DF on black background.


Color preview on white background

This text has color #6F50DF on white background.



Black color preview on #6F50DF background

This text has black color on #6F50DF background.


White color preview on #6F50DF background

This text has white color on #6F50DF background.