COLOR #6F8EF6

HEX: #6F8EF6
RGB: (111,142,246)

Color info

#6F8EF6 contains mainly blue color. Web safe color of #6F8EF6 is #6699FF (or #69F).

RGB color model

#6F8EF6 color RGB value is (111,142,246).

  • red value is 111;
  • green value is 142;
  • blue value is 246.
RGB:
(111,142,246)
(44%,56%,96%)

RGB channels and saturation

R 111 of 255 = 44%
G 142 of 255 = 56%
B 246 of 255 = 96%

111
142
246

R + G + B ~ 65%. #6F8EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 142 + 246 = 499 (100%)
R 111 of 499 ~ 22.24%
G 142 of 499 ~ 28.46%
B 246 of 499 ~ 49.3%

%22.24
%28.46
%49.3

CMYK color model

#6F8EF6 color CMYK value is (55,42,0,4).

  • cyan value is 54.88%
  • magenta value is 42.28%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(55,42,0,4)
C55M42Y0K4 
(55%,42%,0%,4%)
(0.55/0.42/0.00/0.04)	

CMYK percentages

%54.88
%42.28
%0
%3.53

Codes

Color #6F8EF6 in popluar color models

6F8EF6
RGB111142246
HSL226°88.24%70.00%
HSB/HSV226°54.88%96.47%
CMYK54.88%42.28%0.00%
3.53%

Color #6F8EF6 in popluar number systems.

HEX6F8EF6
Decimal111142246
Binary11011111000111011110110
Octal157216366

Shades and tints

Shades of #6F8EF6

#6F8EF6
(111,142,246)
#6582E0
(101,130,224)
#5B76CA
(91,118,202)
#516AB4
(81,106,180)
#475E9E
(71,94,158)
#3D5288
(61,82,136)
#334672
(51,70,114)
#293A5C
(41,58,92)
#1F2E46
(31,46,70)
#152230
(21,34,48)
#0B161A
(11,22,26)
#000000
(0,0,0)

Tints of #6F8EF6

#6F8EF6
(111,142,246)
#7C98F6
(124,152,246)
#89A2F6
(137,162,246)
#96ACF6
(150,172,246)
#A3B6F6
(163,182,246)
#B0C0F6
(176,192,246)
#BDCAF6
(189,202,246)
#CAD4F6
(202,212,246)
#D7DEF6
(215,222,246)
#E4E8F6
(228,232,246)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8EF6 color. Also use rgb(111,142,246) instead hex code.

Text Font Color

.myTextColor { color: #6F8EF6; }

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

This text font color is #6F8EF6.


Background Color

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

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

This div background color is #6F8EF6.


Border color

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

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

This div border color is #6F8EF6.


Opacity

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

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

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

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

This text has shadow with #6F8EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8EF6 on black background.


Color preview on white background

This text has color #6F8EF6 on white background.



Black color preview on #6F8EF6 background

This text has black color on #6F8EF6 background.


White color preview on #6F8EF6 background

This text has white color on #6F8EF6 background.