COLOR #6FC6DC

HEX: #6FC6DC
RGB: (111,198,220)

Renk bilgisi

#6FC6DC contains mainly green and blue colors. #6FC6DC ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#6FC6DC color RGB value is (111,198,220).

  • kırmız ton 111;
  • yeşil ton 198;
  • mavi ton 220.
RGB:
(111,198,220)
(44%,78%,86%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 198 of 255 = 78%
B 220 of 255 = 86%

111
198
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 198 + 220 = 529 (100%)
R 111 of 529 ~ 20.98%
G 198 of 529 ~ 37.43%
B 220 of 529 ~ 41.59%

%20.98
%37.43
%41.59

CMYK RENK MODELİ

#6FC6DC rengi CMYK tonu (50,10,0,14).

  • camgöbeği tonu 49.55%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(50,10,0,14)
C50M10Y0K14 
(50%,10%,0%,14%)
(0.50/0.10/0.00/0.14)	

CMYK yüzdeleri

%49.55
%10
%0
%13.73

Codes

Color #6FC6DC in popluar color models

6FC6DC
RGB111198220
HSL192°60.89%64.90%
HSB/HSV192°49.55%86.27%
CMYK49.55%10.00%0.00%
13.73%

Color #6FC6DC in popluar number systems.

HEX6FC6DC
Decimal111198220
Binary11011111100011011011100
Octal157306334

Shades and tints

Shades of #6FC6DC

#6FC6DC
(111,198,220)
#65B4C8
(101,180,200)
#5BA2B4
(91,162,180)
#5190A0
(81,144,160)
#477E8C
(71,126,140)
#3D6C78
(61,108,120)
#335A64
(51,90,100)
#294850
(41,72,80)
#1F363C
(31,54,60)
#152428
(21,36,40)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #6FC6DC

#6FC6DC
(111,198,220)
#7CCBDF
(124,203,223)
#89D0E2
(137,208,226)
#96D5E5
(150,213,229)
#A3DAE8
(163,218,232)
#B0DFEB
(176,223,235)
#BDE4EE
(189,228,238)
#CAE9F1
(202,233,241)
#D7EEF4
(215,238,244)
#E4F3F7
(228,243,247)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC6DC color. Also use rgb(111,198,220) instead hex code.

Text Font Color

.myTextColor { color: #6FC6DC; }

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

This text font color is #6FC6DC.


Background Color

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

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

This div background color is #6FC6DC.


Border color

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

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

This div border color is #6FC6DC.


Opacity

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

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

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

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

This text has shadow with #6FC6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC6DC on black background.


Color preview on white background

This text has color #6FC6DC on white background.



Black color preview on #6FC6DC background

This text has black color on #6FC6DC background.


White color preview on #6FC6DC background

This text has white color on #6FC6DC background.