COLOR #6FB3EC

HEX: #6FB3EC
RGB: (111,179,236)

Color info

#6FB3EC contains mainly green and blue colors. Web safe color of #6FB3EC is #6699FF (or #69F).

RGB color model

#6FB3EC color RGB value is (111,179,236).

  • red value is 111;
  • green value is 179;
  • blue value is 236.
RGB:
(111,179,236)
(44%,70%,93%)

RGB channels and saturation

R 111 of 255 = 44%
G 179 of 255 = 70%
B 236 of 255 = 93%

111
179
236

R + G + B ~ 69%. #6FB3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 179 + 236 = 526 (100%)
R 111 of 526 ~ 21.1%
G 179 of 526 ~ 34.03%
B 236 of 526 ~ 44.87%

%21.1
%34.03
%44.87

CMYK color model

#6FB3EC color CMYK value is (53,24,0,7).

  • cyan value is 52.97%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(53,24,0,7)
C53M24Y0K7 
(53%,24%,0%,7%)
(0.53/0.24/0.00/0.07)	

CMYK percentages

%52.97
%24.15
%0
%7.45

Codes

Color #6FB3EC in popluar color models

6FB3EC
RGB111179236
HSL207°76.69%68.04%
HSB/HSV207°52.97%92.55%
CMYK52.97%24.15%0.00%
7.45%

Color #6FB3EC in popluar number systems.

HEX6FB3EC
Decimal111179236
Binary11011111011001111101100
Octal157263354

Shades and tints

Shades of #6FB3EC

#6FB3EC
(111,179,236)
#65A3D7
(101,163,215)
#5B93C2
(91,147,194)
#5183AD
(81,131,173)
#477398
(71,115,152)
#3D6383
(61,99,131)
#33536E
(51,83,110)
#294359
(41,67,89)
#1F3344
(31,51,68)
#15232F
(21,35,47)
#0B131A
(11,19,26)
#000000
(0,0,0)

Tints of #6FB3EC

#6FB3EC
(111,179,236)
#7CB9ED
(124,185,237)
#89BFEE
(137,191,238)
#96C5EF
(150,197,239)
#A3CBF0
(163,203,240)
#B0D1F1
(176,209,241)
#BDD7F2
(189,215,242)
#CADDF3
(202,221,243)
#D7E3F4
(215,227,244)
#E4E9F5
(228,233,245)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB3EC color. Also use rgb(111,179,236) instead hex code.

Text Font Color

.myTextColor { color: #6FB3EC; }

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

This text font color is #6FB3EC.


Background Color

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

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

This div background color is #6FB3EC.


Border color

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

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

This div border color is #6FB3EC.


Opacity

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

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

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

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

This text has shadow with #6FB3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB3EC on black background.


Color preview on white background

This text has color #6FB3EC on white background.



Black color preview on #6FB3EC background

This text has black color on #6FB3EC background.


White color preview on #6FB3EC background

This text has white color on #6FB3EC background.