COLOR #6F9EEE

HEX: #6F9EEE
RGB: (111,158,238)

Color info

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

RGB color model

#6F9EEE color RGB value is (111,158,238).

  • red value is 111;
  • green value is 158;
  • blue value is 238.
RGB:
(111,158,238)
(44%,62%,93%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 238 of 255 = 93%

111
158
238

R + G + B ~ 66%. #6F9EEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 158 + 238 = 507 (100%)
R 111 of 507 ~ 21.89%
G 158 of 507 ~ 31.16%
B 238 of 507 ~ 46.94%

%21.89
%31.16
%46.94

CMYK color model

#6F9EEE color CMYK value is (53,34,0,7).

  • cyan value is 53.36%
  • magenta value is 33.61%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(53,34,0,7)
C53M34Y0K7 
(53%,34%,0%,7%)
(0.53/0.34/0.00/0.07)	

CMYK percentages

%53.36
%33.61
%0
%6.67

Codes

Color #6F9EEE in popluar color models

6F9EEE
RGB111158238
HSL218°78.88%68.43%
HSB/HSV218°53.36%93.33%
CMYK53.36%33.61%0.00%
6.67%

Color #6F9EEE in popluar number systems.

HEX6F9EEE
Decimal111158238
Binary11011111001111011101110
Octal157236356

Shades and tints

Shades of #6F9EEE

#6F9EEE
(111,158,238)
#6590D9
(101,144,217)
#5B82C4
(91,130,196)
#5174AF
(81,116,175)
#47669A
(71,102,154)
#3D5885
(61,88,133)
#334A70
(51,74,112)
#293C5B
(41,60,91)
#1F2E46
(31,46,70)
#152031
(21,32,49)
#0B121C
(11,18,28)
#000000
(0,0,0)

Tints of #6F9EEE

#6F9EEE
(111,158,238)
#7CA6EF
(124,166,239)
#89AEF0
(137,174,240)
#96B6F1
(150,182,241)
#A3BEF2
(163,190,242)
#B0C6F3
(176,198,243)
#BDCEF4
(189,206,244)
#CAD6F5
(202,214,245)
#D7DEF6
(215,222,246)
#E4E6F7
(228,230,247)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9EEE color. Also use rgb(111,158,238) instead hex code.

Text Font Color

.myTextColor { color: #6F9EEE; }

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

This text font color is #6F9EEE.


Background Color

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

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

This div background color is #6F9EEE.


Border color

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

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

This div border color is #6F9EEE.


Opacity

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

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

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

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

This text has shadow with #6F9EEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9EEE on black background.


Color preview on white background

This text has color #6F9EEE on white background.



Black color preview on #6F9EEE background

This text has black color on #6F9EEE background.


White color preview on #6F9EEE background

This text has white color on #6F9EEE background.