COLOR #6FC6EE

HEX: #6FC6EE
RGB: (111,198,238)

Renk bilgisi

#6FC6EE contains mainly green and blue colors. #6FC6EE ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#6FC6EE color RGB value is (111,198,238).

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

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 198 of 255 = 78%
B 238 of 255 = 93%

111
198
238

R + G + B ~ 72%. #6FC6EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 198 + 238 = 547 (100%)
R 111 of 547 ~ 20.29%
G 198 of 547 ~ 36.2%
B 238 of 547 ~ 43.51%

%20.29
%36.2
%43.51

CMYK RENK MODELİ

#6FC6EE rengi CMYK tonu (53,17,0,7).

  • camgöbeği tonu 53.36%
  • eflatun tonu 16.81%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(53,17,0,7)
C53M17Y0K7 
(53%,17%,0%,7%)
(0.53/0.17/0.00/0.07)	

CMYK yüzdeleri

%53.36
%16.81
%0
%6.67

Codes

Color #6FC6EE in popluar color models

6FC6EE
RGB111198238
HSL199°78.88%68.43%
HSB/HSV199°53.36%93.33%
CMYK53.36%16.81%0.00%
6.67%

Color #6FC6EE in popluar number systems.

HEX6FC6EE
Decimal111198238
Binary11011111100011011101110
Octal157306356

Shades and tints

Shades of #6FC6EE

#6FC6EE
(111,198,238)
#65B4D9
(101,180,217)
#5BA2C4
(91,162,196)
#5190AF
(81,144,175)
#477E9A
(71,126,154)
#3D6C85
(61,108,133)
#335A70
(51,90,112)
#29485B
(41,72,91)
#1F3646
(31,54,70)
#152431
(21,36,49)
#0B121C
(11,18,28)
#000000
(0,0,0)

Tints of #6FC6EE

#6FC6EE
(111,198,238)
#7CCBEF
(124,203,239)
#89D0F0
(137,208,240)
#96D5F1
(150,213,241)
#A3DAF2
(163,218,242)
#B0DFF3
(176,223,243)
#BDE4F4
(189,228,244)
#CAE9F5
(202,233,245)
#D7EEF6
(215,238,246)
#E4F3F7
(228,243,247)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC6EE; }

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

This text font color is #6FC6EE.


Background Color

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

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

This div background color is #6FC6EE.


Border color

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

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

This div border color is #6FC6EE.


Opacity

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

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

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

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

This text has shadow with #6FC6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC6EE on black background.


Color preview on white background

This text has color #6FC6EE on white background.



Black color preview on #6FC6EE background

This text has black color on #6FC6EE background.


White color preview on #6FC6EE background

This text has white color on #6FC6EE background.