COLOR #6FB3E9

HEX: #6FB3E9
RGB: (111,179,233)

Color info

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

RGB color model

#6FB3E9 color RGB value is (111,179,233).

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

RGB channels and saturation

R 111 of 255 = 44%
G 179 of 255 = 70%
B 233 of 255 = 91%

111
179
233

R + G + B ~ 68%. #6FB3E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 179 + 233 = 523 (100%)
R 111 of 523 ~ 21.22%
G 179 of 523 ~ 34.23%
B 233 of 523 ~ 44.55%

%21.22
%34.23
%44.55

CMYK color model

#6FB3E9 color CMYK value is (52,23,0,9).

  • cyan value is 52.36%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(52,23,0,9)
C52M23Y0K9 
(52%,23%,0%,9%)
(0.52/0.23/0.00/0.09)	

CMYK percentages

%52.36
%23.18
%0
%8.63

Codes

Color #6FB3E9 in popluar color models

6FB3E9
RGB111179233
HSL207°73.49%67.45%
HSB/HSV207°52.36%91.37%
CMYK52.36%23.18%0.00%
8.63%

Color #6FB3E9 in popluar number systems.

HEX6FB3E9
Decimal111179233
Binary11011111011001111101001
Octal157263351

Shades and tints

Shades of #6FB3E9

#6FB3E9
(111,179,233)
#65A3D4
(101,163,212)
#5B93BF
(91,147,191)
#5183AA
(81,131,170)
#477395
(71,115,149)
#3D6380
(61,99,128)
#33536B
(51,83,107)
#294356
(41,67,86)
#1F3341
(31,51,65)
#15232C
(21,35,44)
#0B1317
(11,19,23)
#000000
(0,0,0)

Tints of #6FB3E9

#6FB3E9
(111,179,233)
#7CB9EB
(124,185,235)
#89BFED
(137,191,237)
#96C5EF
(150,197,239)
#A3CBF1
(163,203,241)
#B0D1F3
(176,209,243)
#BDD7F5
(189,215,245)
#CADDF7
(202,221,247)
#D7E3F9
(215,227,249)
#E4E9FB
(228,233,251)
#F1EFFD
(241,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB3E9; }

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

This text font color is #6FB3E9.


Background Color

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

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

This div background color is #6FB3E9.


Border color

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

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

This div border color is #6FB3E9.


Opacity

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

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

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

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

This text has shadow with #6FB3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB3E9 on black background.


Color preview on white background

This text has color #6FB3E9 on white background.



Black color preview on #6FB3E9 background

This text has black color on #6FB3E9 background.


White color preview on #6FB3E9 background

This text has white color on #6FB3E9 background.