COLOR #6FC4DB

HEX: #6FC4DB
RGB: (111,196,219)

Color info

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

RGB color model

#6FC4DB color RGB value is (111,196,219).

  • red value is 111;
  • green value is 196;
  • blue value is 219.
RGB:
(111,196,219)
(44%,77%,86%)

RGB channels and saturation

R 111 of 255 = 44%
G 196 of 255 = 77%
B 219 of 255 = 86%

111
196
219

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

Portions of RGB colors in percentages

R + G + B =
111 + 196 + 219 = 526 (100%)
R 111 of 526 ~ 21.1%
G 196 of 526 ~ 37.26%
B 219 of 526 ~ 41.63%

%21.1
%37.26
%41.63

CMYK color model

#6FC4DB color CMYK value is (49,11,0,14).

  • cyan value is 49.32%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(49,11,0,14)
C49M11Y0K14 
(49%,11%,0%,14%)
(0.49/0.11/0.00/0.14)	

CMYK percentages

%49.32
%10.5
%0
%14.12

Codes

Color #6FC4DB in popluar color models

6FC4DB
RGB111196219
HSL193°60.00%64.71%
HSB/HSV193°49.32%85.88%
CMYK49.32%10.50%0.00%
14.12%

Color #6FC4DB in popluar number systems.

HEX6FC4DB
Decimal111196219
Binary11011111100010011011011
Octal157304333

Shades and tints

Shades of #6FC4DB

#6FC4DB
(111,196,219)
#65B3C8
(101,179,200)
#5BA2B5
(91,162,181)
#5191A2
(81,145,162)
#47808F
(71,128,143)
#3D6F7C
(61,111,124)
#335E69
(51,94,105)
#294D56
(41,77,86)
#1F3C43
(31,60,67)
#152B30
(21,43,48)
#0B1A1D
(11,26,29)
#000000
(0,0,0)

Tints of #6FC4DB

#6FC4DB
(111,196,219)
#7CC9DE
(124,201,222)
#89CEE1
(137,206,225)
#96D3E4
(150,211,228)
#A3D8E7
(163,216,231)
#B0DDEA
(176,221,234)
#BDE2ED
(189,226,237)
#CAE7F0
(202,231,240)
#D7ECF3
(215,236,243)
#E4F1F6
(228,241,246)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC4DB color. Also use rgb(111,196,219) instead hex code.

Text Font Color

.myTextColor { color: #6FC4DB; }

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

This text font color is #6FC4DB.


Background Color

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

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

This div background color is #6FC4DB.


Border color

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

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

This div border color is #6FC4DB.


Opacity

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

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

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

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

This text has shadow with #6FC4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC4DB on black background.


Color preview on white background

This text has color #6FC4DB on white background.



Black color preview on #6FC4DB background

This text has black color on #6FC4DB background.


White color preview on #6FC4DB background

This text has white color on #6FC4DB background.