COLOR #6F53E7

HEX: #6F53E7
RGB: (111,83,231)

Color info

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

RGB color model

#6F53E7 color RGB value is (111,83,231).

  • red value is 111;
  • green value is 83;
  • blue value is 231.
RGB:
(111,83,231)
(44%,33%,91%)

RGB channels and saturation

R 111 of 255 = 44%
G 83 of 255 = 33%
B 231 of 255 = 91%

111
83
231

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

Portions of RGB colors in percentages

R + G + B =
111 + 83 + 231 = 425 (100%)
R 111 of 425 ~ 26.12%
G 83 of 425 ~ 19.53%
B 231 of 425 ~ 54.35%

%26.12
%19.53
%54.35

CMYK color model

#6F53E7 color CMYK value is (52,64,0,9).

  • cyan value is 51.95%
  • magenta value is 64.07%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(52,64,0,9)
C52M64Y0K9 
(52%,64%,0%,9%)
(0.52/0.64/0.00/0.09)	

CMYK percentages

%51.95
%64.07
%0
%9.41

Codes

Color #6F53E7 in popluar color models

6F53E7
RGB11183231
HSL251°75.51%61.57%
HSB/HSV251°64.07%90.59%
CMYK51.95%64.07%0.00%
9.41%

Color #6F53E7 in popluar number systems.

HEX6F53E7
Decimal11183231
Binary1101111101001111100111
Octal157123347

Shades and tints

Shades of #6F53E7

#6F53E7
(111,83,231)
#654CD2
(101,76,210)
#5B45BD
(91,69,189)
#513EA8
(81,62,168)
#473793
(71,55,147)
#3D307E
(61,48,126)
#332969
(51,41,105)
#292254
(41,34,84)
#1F1B3F
(31,27,63)
#15142A
(21,20,42)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #6F53E7

#6F53E7
(111,83,231)
#7C62E9
(124,98,233)
#8971EB
(137,113,235)
#9680ED
(150,128,237)
#A38FEF
(163,143,239)
#B09EF1
(176,158,241)
#BDADF3
(189,173,243)
#CABCF5
(202,188,245)
#D7CBF7
(215,203,247)
#E4DAF9
(228,218,249)
#F1E9FB
(241,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F53E7 color. Also use rgb(111,83,231) instead hex code.

Text Font Color

.myTextColor { color: #6F53E7; }

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

This text font color is #6F53E7.


Background Color

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

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

This div background color is #6F53E7.


Border color

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

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

This div border color is #6F53E7.


Opacity

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

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

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

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

This text has shadow with #6F53E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F53E7 on black background.


Color preview on white background

This text has color #6F53E7 on white background.



Black color preview on #6F53E7 background

This text has black color on #6F53E7 background.


White color preview on #6F53E7 background

This text has white color on #6F53E7 background.