COLOR #6FC5D8

HEX: #6FC5D8
RGB: (111,197,216)

Color info

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

RGB color model

#6FC5D8 color RGB value is (111,197,216).

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

RGB channels and saturation

R 111 of 255 = 44%
G 197 of 255 = 77%
B 216 of 255 = 85%

111
197
216

R + G + B ~ 69%. #6FC5D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 197 + 216 = 524 (100%)
R 111 of 524 ~ 21.18%
G 197 of 524 ~ 37.6%
B 216 of 524 ~ 41.22%

%21.18
%37.6
%41.22

CMYK color model

#6FC5D8 color CMYK value is (49,9,0,15).

  • cyan value is 48.61%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(49,9,0,15)
C49M9Y0K15 
(49%,9%,0%,15%)
(0.49/0.09/0.00/0.15)	

CMYK percentages

%48.61
%8.8
%0
%15.29

Codes

Color #6FC5D8 in popluar color models

6FC5D8
RGB111197216
HSL191°57.38%64.12%
HSB/HSV191°48.61%84.71%
CMYK48.61%8.80%0.00%
15.29%

Color #6FC5D8 in popluar number systems.

HEX6FC5D8
Decimal111197216
Binary11011111100010111011000
Octal157305330

Shades and tints

Shades of #6FC5D8

#6FC5D8
(111,197,216)
#65B4C5
(101,180,197)
#5BA3B2
(91,163,178)
#51929F
(81,146,159)
#47818C
(71,129,140)
#3D7079
(61,112,121)
#335F66
(51,95,102)
#294E53
(41,78,83)
#1F3D40
(31,61,64)
#152C2D
(21,44,45)
#0B1B1A
(11,27,26)
#000000
(0,0,0)

Tints of #6FC5D8

#6FC5D8
(111,197,216)
#7CCADB
(124,202,219)
#89CFDE
(137,207,222)
#96D4E1
(150,212,225)
#A3D9E4
(163,217,228)
#B0DEE7
(176,222,231)
#BDE3EA
(189,227,234)
#CAE8ED
(202,232,237)
#D7EDF0
(215,237,240)
#E4F2F3
(228,242,243)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC5D8; }

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

This text font color is #6FC5D8.


Background Color

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

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

This div background color is #6FC5D8.


Border color

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

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

This div border color is #6FC5D8.


Opacity

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

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

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

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

This text has shadow with #6FC5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC5D8 on black background.


Color preview on white background

This text has color #6FC5D8 on white background.



Black color preview on #6FC5D8 background

This text has black color on #6FC5D8 background.


White color preview on #6FC5D8 background

This text has white color on #6FC5D8 background.