COLOR #6FD0F3

HEX: #6FD0F3
RGB: (111,208,243)

Color info

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

RGB color model

#6FD0F3 color RGB value is (111,208,243).

  • red value is 111;
  • green value is 208;
  • blue value is 243.
RGB:
(111,208,243)
(44%,82%,95%)

RGB channels and saturation

R 111 of 255 = 44%
G 208 of 255 = 82%
B 243 of 255 = 95%

111
208
243

R + G + B ~ 74%. #6FD0F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 208 + 243 = 562 (100%)
R 111 of 562 ~ 19.75%
G 208 of 562 ~ 37.01%
B 243 of 562 ~ 43.24%

%19.75
%37.01
%43.24

CMYK color model

#6FD0F3 color CMYK value is (54,14,0,5).

  • cyan value is 54.32%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(54,14,0,5)
C54M14Y0K5 
(54%,14%,0%,5%)
(0.54/0.14/0.00/0.05)	

CMYK percentages

%54.32
%14.4
%0
%4.71

Codes

Color #6FD0F3 in popluar color models

6FD0F3
RGB111208243
HSL196°84.62%69.41%
HSB/HSV196°54.32%95.29%
CMYK54.32%14.40%0.00%
4.71%

Color #6FD0F3 in popluar number systems.

HEX6FD0F3
Decimal111208243
Binary11011111101000011110011
Octal157320363

Shades and tints

Shades of #6FD0F3

#6FD0F3
(111,208,243)
#65BEDD
(101,190,221)
#5BACC7
(91,172,199)
#519AB1
(81,154,177)
#47889B
(71,136,155)
#3D7685
(61,118,133)
#33646F
(51,100,111)
#295259
(41,82,89)
#1F4043
(31,64,67)
#152E2D
(21,46,45)
#0B1C17
(11,28,23)
#000000
(0,0,0)

Tints of #6FD0F3

#6FD0F3
(111,208,243)
#7CD4F4
(124,212,244)
#89D8F5
(137,216,245)
#96DCF6
(150,220,246)
#A3E0F7
(163,224,247)
#B0E4F8
(176,228,248)
#BDE8F9
(189,232,249)
#CAECFA
(202,236,250)
#D7F0FB
(215,240,251)
#E4F4FC
(228,244,252)
#F1F8FD
(241,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD0F3 color. Also use rgb(111,208,243) instead hex code.

Text Font Color

.myTextColor { color: #6FD0F3; }

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

This text font color is #6FD0F3.


Background Color

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

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

This div background color is #6FD0F3.


Border color

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

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

This div border color is #6FD0F3.


Opacity

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

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

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

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

This text has shadow with #6FD0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FD0F3 on black background.


Color preview on white background

This text has color #6FD0F3 on white background.



Black color preview on #6FD0F3 background

This text has black color on #6FD0F3 background.


White color preview on #6FD0F3 background

This text has white color on #6FD0F3 background.