COLOR #6F94DE

HEX: #6F94DE
RGB: (111,148,222)

Color info

#6F94DE contains mainly blue color. Web safe color of #6F94DE is #6699CC (or #69C).

RGB color model

#6F94DE color RGB value is (111,148,222).

  • red value is 111;
  • green value is 148;
  • blue value is 222.
RGB:
(111,148,222)
(44%,58%,87%)

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 222 of 255 = 87%

111
148
222

R + G + B ~ 63%. #6F94DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 222 = 481 (100%)
R 111 of 481 ~ 23.08%
G 148 of 481 ~ 30.77%
B 222 of 481 ~ 46.15%

%23.08
%30.77
%46.15

CMYK color model

#6F94DE color CMYK value is (50,33,0,13).

  • cyan value is 50.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(50,33,0,13)
C50M33Y0K13 
(50%,33%,0%,13%)
(0.50/0.33/0.00/0.13)	

CMYK percentages

%50
%33.33
%0
%12.94

Codes

Color #6F94DE in popluar color models

6F94DE
RGB111148222
HSL220°62.71%65.29%
HSB/HSV220°50.00%87.06%
CMYK50.00%33.33%0.00%
12.94%

Color #6F94DE in popluar number systems.

HEX6F94DE
Decimal111148222
Binary11011111001010011011110
Octal157224336

Shades and tints

Shades of #6F94DE

#6F94DE
(111,148,222)
#6587CA
(101,135,202)
#5B7AB6
(91,122,182)
#516DA2
(81,109,162)
#47608E
(71,96,142)
#3D537A
(61,83,122)
#334666
(51,70,102)
#293952
(41,57,82)
#1F2C3E
(31,44,62)
#151F2A
(21,31,42)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #6F94DE

#6F94DE
(111,148,222)
#7C9DE1
(124,157,225)
#89A6E4
(137,166,228)
#96AFE7
(150,175,231)
#A3B8EA
(163,184,234)
#B0C1ED
(176,193,237)
#BDCAF0
(189,202,240)
#CAD3F3
(202,211,243)
#D7DCF6
(215,220,246)
#E4E5F9
(228,229,249)
#F1EEFC
(241,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F94DE color. Also use rgb(111,148,222) instead hex code.

Text Font Color

.myTextColor { color: #6F94DE; }

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

This text font color is #6F94DE.


Background Color

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

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

This div background color is #6F94DE.


Border color

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

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

This div border color is #6F94DE.


Opacity

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

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

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

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

This text has shadow with #6F94DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F94DE on black background.


Color preview on white background

This text has color #6F94DE on white background.



Black color preview on #6F94DE background

This text has black color on #6F94DE background.


White color preview on #6F94DE background

This text has white color on #6F94DE background.