COLOR #6F72E7

HEX: #6F72E7
RGB: (111,114,231)

Color info

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

RGB color model

#6F72E7 color RGB value is (111,114,231).

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

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 231 of 255 = 91%

111
114
231

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 231 = 456 (100%)
R 111 of 456 ~ 24.34%
G 114 of 456 ~ 25%
B 231 of 456 ~ 50.66%

%24.34
%25
%50.66

CMYK color model

#6F72E7 color CMYK value is (52,51,0,9).

  • cyan value is 51.95%
  • magenta value is 50.65%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(52,51,0,9)
C52M51Y0K9 
(52%,51%,0%,9%)
(0.52/0.51/0.00/0.09)	

CMYK percentages

%51.95
%50.65
%0
%9.41

Codes

Color #6F72E7 in popluar color models

6F72E7
RGB111114231
HSL239°71.43%67.06%
HSB/HSV239°51.95%90.59%
CMYK51.95%50.65%0.00%
9.41%

Color #6F72E7 in popluar number systems.

HEX6F72E7
Decimal111114231
Binary1101111111001011100111
Octal157162347

Shades and tints

Shades of #6F72E7

#6F72E7
(111,114,231)
#6568D2
(101,104,210)
#5B5EBD
(91,94,189)
#5154A8
(81,84,168)
#474A93
(71,74,147)
#3D407E
(61,64,126)
#333669
(51,54,105)
#292C54
(41,44,84)
#1F223F
(31,34,63)
#15182A
(21,24,42)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #6F72E7

#6F72E7
(111,114,231)
#7C7EE9
(124,126,233)
#898AEB
(137,138,235)
#9696ED
(150,150,237)
#A3A2EF
(163,162,239)
#B0AEF1
(176,174,241)
#BDBAF3
(189,186,243)
#CAC6F5
(202,198,245)
#D7D2F7
(215,210,247)
#E4DEF9
(228,222,249)
#F1EAFB
(241,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F72E7; }

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

This text font color is #6F72E7.


Background Color

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

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

This div background color is #6F72E7.


Border color

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

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

This div border color is #6F72E7.


Opacity

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

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

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

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

This text has shadow with #6F72E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F72E7 on black background.


Color preview on white background

This text has color #6F72E7 on white background.



Black color preview on #6F72E7 background

This text has black color on #6F72E7 background.


White color preview on #6F72E7 background

This text has white color on #6F72E7 background.