COLOR #6F5EFE

HEX: #6F5EFE
RGB: (111,94,254)

Color info

#6F5EFE contains mainly blue color. Web safe color of #6F5EFE is #6666FF (or #66F).

RGB color model

#6F5EFE color RGB value is (111,94,254).

  • red value is 111;
  • green value is 94;
  • blue value is 254.
RGB:
(111,94,254)
(44%,37%,100%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 254 of 255 = 100%

111
94
254

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

Portions of RGB colors in percentages

R + G + B =
111 + 94 + 254 = 459 (100%)
R 111 of 459 ~ 24.18%
G 94 of 459 ~ 20.48%
B 254 of 459 ~ 55.34%

%24.18
%20.48
%55.34

CMYK color model

#6F5EFE color CMYK value is (56,63,0,0).

  • cyan value is 56.30%
  • magenta value is 62.99%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(56,63,0,0)
C56M63Y0K0 
(56%,63%,0%,0%)
(0.56/0.63/0.00/0.00)	

CMYK percentages

%56.3
%62.99
%0
%0.39

Codes

Color #6F5EFE in popluar color models

6F5EFE
RGB11194254
HSL246°98.77%68.24%
HSB/HSV246°62.99%99.61%
CMYK56.30%62.99%0.00%
0.39%

Color #6F5EFE in popluar number systems.

HEX6F5EFE
Decimal11194254
Binary1101111101111011111110
Octal157136376

Shades and tints

Shades of #6F5EFE

#6F5EFE
(111,94,254)
#6556E7
(101,86,231)
#5B4ED0
(91,78,208)
#5146B9
(81,70,185)
#473EA2
(71,62,162)
#3D368B
(61,54,139)
#332E74
(51,46,116)
#29265D
(41,38,93)
#1F1E46
(31,30,70)
#15162F
(21,22,47)
#0B0E18
(11,14,24)
#000000
(0,0,0)

Tints of #6F5EFE

#6F5EFE
(111,94,254)
#7C6CFE
(124,108,254)
#897AFE
(137,122,254)
#9688FE
(150,136,254)
#A396FE
(163,150,254)
#B0A4FE
(176,164,254)
#BDB2FE
(189,178,254)
#CAC0FE
(202,192,254)
#D7CEFE
(215,206,254)
#E4DCFE
(228,220,254)
#F1EAFE
(241,234,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5EFE color. Also use rgb(111,94,254) instead hex code.

Text Font Color

.myTextColor { color: #6F5EFE; }

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

This text font color is #6F5EFE.


Background Color

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

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

This div background color is #6F5EFE.


Border color

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

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

This div border color is #6F5EFE.


Opacity

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

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

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

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

This text has shadow with #6F5EFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5EFE on black background.


Color preview on white background

This text has color #6F5EFE on white background.



Black color preview on #6F5EFE background

This text has black color on #6F5EFE background.


White color preview on #6F5EFE background

This text has white color on #6F5EFE background.