COLOR #6FD5F8

HEX: #6FD5F8
RGB: (111,213,248)

Color info

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

RGB color model

#6FD5F8 color RGB value is (111,213,248).

  • red value is 111;
  • green value is 213;
  • blue value is 248.
RGB:
(111,213,248)
(44%,84%,97%)

RGB channels and saturation

R 111 of 255 = 44%
G 213 of 255 = 84%
B 248 of 255 = 97%

111
213
248

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

Portions of RGB colors in percentages

R + G + B =
111 + 213 + 248 = 572 (100%)
R 111 of 572 ~ 19.41%
G 213 of 572 ~ 37.24%
B 248 of 572 ~ 43.36%

%19.41
%37.24
%43.36

CMYK color model

#6FD5F8 color CMYK value is (55,14,0,3).

  • cyan value is 55.24%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(55,14,0,3)
C55M14Y0K3 
(55%,14%,0%,3%)
(0.55/0.14/0.00/0.03)	

CMYK percentages

%55.24
%14.11
%0
%2.75

Codes

Color #6FD5F8 in popluar color models

6FD5F8
RGB111213248
HSL195°90.73%70.39%
HSB/HSV195°55.24%97.25%
CMYK55.24%14.11%0.00%
2.75%

Color #6FD5F8 in popluar number systems.

HEX6FD5F8
Decimal111213248
Binary11011111101010111111000
Octal157325370

Shades and tints

Shades of #6FD5F8

#6FD5F8
(111,213,248)
#65C2E2
(101,194,226)
#5BAFCC
(91,175,204)
#519CB6
(81,156,182)
#4789A0
(71,137,160)
#3D768A
(61,118,138)
#336374
(51,99,116)
#29505E
(41,80,94)
#1F3D48
(31,61,72)
#152A32
(21,42,50)
#0B171C
(11,23,28)
#000000
(0,0,0)

Tints of #6FD5F8

#6FD5F8
(111,213,248)
#7CD8F8
(124,216,248)
#89DBF8
(137,219,248)
#96DEF8
(150,222,248)
#A3E1F8
(163,225,248)
#B0E4F8
(176,228,248)
#BDE7F8
(189,231,248)
#CAEAF8
(202,234,248)
#D7EDF8
(215,237,248)
#E4F0F8
(228,240,248)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD5F8 color. Also use rgb(111,213,248) instead hex code.

Text Font Color

.myTextColor { color: #6FD5F8; }

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

This text font color is #6FD5F8.


Background Color

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

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

This div background color is #6FD5F8.


Border color

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

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

This div border color is #6FD5F8.


Opacity

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

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

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

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

This text has shadow with #6FD5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD5F8 on black background.


Color preview on white background

This text has color #6FD5F8 on white background.



Black color preview on #6FD5F8 background

This text has black color on #6FD5F8 background.


White color preview on #6FD5F8 background

This text has white color on #6FD5F8 background.