COLOR #6FD8F6

HEX: #6FD8F6
RGB: (111,216,246)

Color info

#6FD8F6 contains mainly green and blue colors. Web safe color of #6FD8F6 is #66CCFF (or #6CF).

RGB color model

#6FD8F6 color RGB value is (111,216,246).

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

RGB channels and saturation

R 111 of 255 = 44%
G 216 of 255 = 85%
B 246 of 255 = 96%

111
216
246

R + G + B ~ 75%. #6FD8F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 216 + 246 = 573 (100%)
R 111 of 573 ~ 19.37%
G 216 of 573 ~ 37.7%
B 246 of 573 ~ 42.93%

%19.37
%37.7
%42.93

CMYK color model

#6FD8F6 color CMYK value is (55,12,0,4).

  • cyan value is 54.88%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(55,12,0,4)
C55M12Y0K4 
(55%,12%,0%,4%)
(0.55/0.12/0.00/0.04)	

CMYK percentages

%54.88
%12.2
%0
%3.53

Codes

Color #6FD8F6 in popluar color models

6FD8F6
RGB111216246
HSL193°88.24%70.00%
HSB/HSV193°54.88%96.47%
CMYK54.88%12.20%0.00%
3.53%

Color #6FD8F6 in popluar number systems.

HEX6FD8F6
Decimal111216246
Binary11011111101100011110110
Octal157330366

Shades and tints

Shades of #6FD8F6

#6FD8F6
(111,216,246)
#65C5E0
(101,197,224)
#5BB2CA
(91,178,202)
#519FB4
(81,159,180)
#478C9E
(71,140,158)
#3D7988
(61,121,136)
#336672
(51,102,114)
#29535C
(41,83,92)
#1F4046
(31,64,70)
#152D30
(21,45,48)
#0B1A1A
(11,26,26)
#000000
(0,0,0)

Tints of #6FD8F6

#6FD8F6
(111,216,246)
#7CDBF6
(124,219,246)
#89DEF6
(137,222,246)
#96E1F6
(150,225,246)
#A3E4F6
(163,228,246)
#B0E7F6
(176,231,246)
#BDEAF6
(189,234,246)
#CAEDF6
(202,237,246)
#D7F0F6
(215,240,246)
#E4F3F6
(228,243,246)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FD8F6; }

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

This text font color is #6FD8F6.


Background Color

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

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

This div background color is #6FD8F6.


Border color

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

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

This div border color is #6FD8F6.


Opacity

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

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

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

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

This text has shadow with #6FD8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD8F6 on black background.


Color preview on white background

This text has color #6FD8F6 on white background.



Black color preview on #6FD8F6 background

This text has black color on #6FD8F6 background.


White color preview on #6FD8F6 background

This text has white color on #6FD8F6 background.