COLOR #6FD3ED

HEX: #6FD3ED RGB: (111,211,237)

Color info

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

RGB color model

#6FD3ED color RGB value is (111,211,237).

RGB: (111,211,237) (44%, 83%, 93%)

RGB channels and saturation

R 111 of 255 = 44%
G 211 of 255 = 83%
B 237 of 255 = 93%

111
211
237

R + G + B ~ 73%. #6FD3ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 211 + 237 = 559 (100%)
R 111 of 559 ~ 19.86%
G 211 of 559 ~ 37.75%
B 237 of 559 ~ 42.4'%

%19.86
%37.75
%42.4

CMYK color model

#6FD3ED color CMYK value is (53,11,0,7).

  • cyan value is 53.16%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (53,11,0,7)
C53M11Y0K7 (53%, 11%, 0%, 7%)
(0.53 / 0.11 / 0.00 / 0.07)

CMYK percentages

%53.16
%10.97
%0
%7.06

Codes

Color #6FD3ED in popluar color models

6F D3 ED
RGB 111 211 237
HSL 192° 77.78% 68.24%
HSB/HSV 192° 53.16% 92.94%
CMYK 53.16% 10.97% 0.00%
7.06%

Color #6FD3ED in popluar number systems.

HEX 6F D3 ED
Decimal 111 211 237
Binary 1101111 11010011 11101101
Octal 157 323 355

Shades and tints

Shades of #6FD3ED

#6FD3ED
(111,211,237)
#65C0D8
(101,192,216)
#5BADC3
(91,173,195)
#519AAE
(81,154,174)
#478799
(71,135,153)
#3D7484
(61,116,132)
#33616F
(51,97,111)
#294E5A
(41,78,90)
#1F3B45
(31,59,69)
#152830
(21,40,48)
#0B151B
(11,21,27)
#000000
(0,0,0)

Tints of #6FD3ED

#6FD3ED
(111,211,237)
#7CD7EE
(124,215,238)
#89DBEF
(137,219,239)
#96DFF0
(150,223,240)
#A3E3F1
(163,227,241)
#B0E7F2
(176,231,242)
#BDEBF3
(189,235,243)
#CAEFF4
(202,239,244)
#D7F3F5
(215,243,245)
#E4F7F6
(228,247,246)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD3ED color. Also use rgb(111,211,237) instead hex code.

Text Font Color

.myTextColor { color: #6FD3ED; }

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

This text font color is #6FD3ED.

Background Color

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

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

This div background color is #6FD3ED.

Border color

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

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

This div border color is #6FD3ED.

Opacity

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

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

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

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

This text has shadow with #6FD3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD3ED.

Preview

Color preview on black background

This text has color #6FD3ED on black background.


Color preview on white background

This text has color #6FD3ED on white background.


Black color preview on #6FD3ED background

This text has black color on #6FD3ED background.


White color preview on #6FD3ED background

This text has white color on #6FD3ED background.


Related colors

Complementary color

Complementary color for #hex is #902C12.


I love getcolorcode.com

Triadic colors

1 #ED6FD3 and #D3ED6F with #6FD3ED are triadic colors.

2 #EDD36F and #D36FED with #6FD3ED are triadic colors.