COLOR #6F73EB

HEX: #6F73EB
RGB: (111,115,235)

Color info

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

RGB color model

#6F73EB color RGB value is (111,115,235).

  • red value is 111;
  • green value is 115;
  • blue value is 235.
RGB:
(111,115,235)
(44%,45%,92%)

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 235 of 255 = 92%

111
115
235

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

Portions of RGB colors in percentages

R + G + B =
111 + 115 + 235 = 461 (100%)
R 111 of 461 ~ 24.08%
G 115 of 461 ~ 24.95%
B 235 of 461 ~ 50.98%

%24.08
%24.95
%50.98

CMYK color model

#6F73EB color CMYK value is (53,51,0,8).

  • cyan value is 52.77%
  • magenta value is 51.06%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(53,51,0,8)
C53M51Y0K8 
(53%,51%,0%,8%)
(0.53/0.51/0.00/0.08)	

CMYK percentages

%52.77
%51.06
%0
%7.84

Codes

Color #6F73EB in popluar color models

6F73EB
RGB111115235
HSL238°75.61%67.84%
HSB/HSV238°52.77%92.16%
CMYK52.77%51.06%0.00%
7.84%

Color #6F73EB in popluar number systems.

HEX6F73EB
Decimal111115235
Binary1101111111001111101011
Octal157163353

Shades and tints

Shades of #6F73EB

#6F73EB
(111,115,235)
#6569D6
(101,105,214)
#5B5FC1
(91,95,193)
#5155AC
(81,85,172)
#474B97
(71,75,151)
#3D4182
(61,65,130)
#33376D
(51,55,109)
#292D58
(41,45,88)
#1F2343
(31,35,67)
#15192E
(21,25,46)
#0B0F19
(11,15,25)
#000000
(0,0,0)

Tints of #6F73EB

#6F73EB
(111,115,235)
#7C7FEC
(124,127,236)
#898BED
(137,139,237)
#9697EE
(150,151,238)
#A3A3EF
(163,163,239)
#B0AFF0
(176,175,240)
#BDBBF1
(189,187,241)
#CAC7F2
(202,199,242)
#D7D3F3
(215,211,243)
#E4DFF4
(228,223,244)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F73EB color. Also use rgb(111,115,235) instead hex code.

Text Font Color

.myTextColor { color: #6F73EB; }

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

This text font color is #6F73EB.


Background Color

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

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

This div background color is #6F73EB.


Border color

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

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

This div border color is #6F73EB.


Opacity

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

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

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

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

This text has shadow with #6F73EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F73EB on black background.


Color preview on white background

This text has color #6F73EB on white background.



Black color preview on #6F73EB background

This text has black color on #6F73EB background.


White color preview on #6F73EB background

This text has white color on #6F73EB background.