COLOR #6FC3D9

HEX: #6FC3D9
RGB: (111,195,217)

Color info

#6FC3D9 contains mainly green and blue colors. Web safe color of #6FC3D9 is #66CCCC (or #6CC).

RGB color model

#6FC3D9 color RGB value is (111,195,217).

  • red value is 111;
  • green value is 195;
  • blue value is 217.
RGB:
(111,195,217)
(44%,76%,85%)

RGB channels and saturation

R 111 of 255 = 44%
G 195 of 255 = 76%
B 217 of 255 = 85%

111
195
217

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

Portions of RGB colors in percentages

R + G + B =
111 + 195 + 217 = 523 (100%)
R 111 of 523 ~ 21.22%
G 195 of 523 ~ 37.28%
B 217 of 523 ~ 41.49%

%21.22
%37.28
%41.49

CMYK color model

#6FC3D9 color CMYK value is (49,10,0,15).

  • cyan value is 48.85%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(49,10,0,15)
C49M10Y0K15 
(49%,10%,0%,15%)
(0.49/0.10/0.00/0.15)	

CMYK percentages

%48.85
%10.14
%0
%14.9

Codes

Color #6FC3D9 in popluar color models

6FC3D9
RGB111195217
HSL192°58.24%64.31%
HSB/HSV192°48.85%85.10%
CMYK48.85%10.14%0.00%
14.90%

Color #6FC3D9 in popluar number systems.

HEX6FC3D9
Decimal111195217
Binary11011111100001111011001
Octal157303331

Shades and tints

Shades of #6FC3D9

#6FC3D9
(111,195,217)
#65B2C6
(101,178,198)
#5BA1B3
(91,161,179)
#5190A0
(81,144,160)
#477F8D
(71,127,141)
#3D6E7A
(61,110,122)
#335D67
(51,93,103)
#294C54
(41,76,84)
#1F3B41
(31,59,65)
#152A2E
(21,42,46)
#0B191B
(11,25,27)
#000000
(0,0,0)

Tints of #6FC3D9

#6FC3D9
(111,195,217)
#7CC8DC
(124,200,220)
#89CDDF
(137,205,223)
#96D2E2
(150,210,226)
#A3D7E5
(163,215,229)
#B0DCE8
(176,220,232)
#BDE1EB
(189,225,235)
#CAE6EE
(202,230,238)
#D7EBF1
(215,235,241)
#E4F0F4
(228,240,244)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC3D9 color. Also use rgb(111,195,217) instead hex code.

Text Font Color

.myTextColor { color: #6FC3D9; }

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

This text font color is #6FC3D9.


Background Color

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

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

This div background color is #6FC3D9.


Border color

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

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

This div border color is #6FC3D9.


Opacity

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

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

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

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

This text has shadow with #6FC3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC3D9 on black background.


Color preview on white background

This text has color #6FC3D9 on white background.



Black color preview on #6FC3D9 background

This text has black color on #6FC3D9 background.


White color preview on #6FC3D9 background

This text has white color on #6FC3D9 background.