COLOR #6F72E1

HEX: #6F72E1
RGB: (111,114,225)

Color info

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

RGB color model

#6F72E1 color RGB value is (111,114,225).

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

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 225 of 255 = 88%

111
114
225

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 225 = 450 (100%)
R 111 of 450 ~ 24.67%
G 114 of 450 ~ 25.33%
B 225 of 450 ~ 50%

%24.67
%25.33
%50

CMYK color model

#6F72E1 color CMYK value is (51,49,0,12).

  • cyan value is 50.67%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(51,49,0,12)
C51M49Y0K12 
(51%,49%,0%,12%)
(0.51/0.49/0.00/0.12)	

CMYK percentages

%50.67
%49.33
%0
%11.76

Codes

Color #6F72E1 in popluar color models

6F72E1
RGB111114225
HSL238°65.52%65.88%
HSB/HSV238°50.67%88.24%
CMYK50.67%49.33%0.00%
11.76%

Color #6F72E1 in popluar number systems.

HEX6F72E1
Decimal111114225
Binary1101111111001011100001
Octal157162341

Shades and tints

Shades of #6F72E1

#6F72E1
(111,114,225)
#6568CD
(101,104,205)
#5B5EB9
(91,94,185)
#5154A5
(81,84,165)
#474A91
(71,74,145)
#3D407D
(61,64,125)
#333669
(51,54,105)
#292C55
(41,44,85)
#1F2241
(31,34,65)
#15182D
(21,24,45)
#0B0E19
(11,14,25)
#000000
(0,0,0)

Tints of #6F72E1

#6F72E1
(111,114,225)
#7C7EE3
(124,126,227)
#898AE5
(137,138,229)
#9696E7
(150,150,231)
#A3A2E9
(163,162,233)
#B0AEEB
(176,174,235)
#BDBAED
(189,186,237)
#CAC6EF
(202,198,239)
#D7D2F1
(215,210,241)
#E4DEF3
(228,222,243)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F72E1; }

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

This text font color is #6F72E1.


Background Color

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

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

This div background color is #6F72E1.


Border color

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

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

This div border color is #6F72E1.


Opacity

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

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

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

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

This text has shadow with #6F72E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F72E1 on black background.


Color preview on white background

This text has color #6F72E1 on white background.



Black color preview on #6F72E1 background

This text has black color on #6F72E1 background.


White color preview on #6F72E1 background

This text has white color on #6F72E1 background.