COLOR #6EC3F3

HEX: #6EC3F3
RGB: (110,195,243)

Renk bilgisi

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

RGB renk modeli

#6EC3F3 color RGB value is (110,195,243).

  • kırmız ton 110;
  • yeşil ton 195;
  • mavi ton 243.
RGB:
(110,195,243)
(43%,76%,95%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 195 of 255 = 76%
B 243 of 255 = 95%

110
195
243

R + G + B ~ 71%. #6EC3F3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 195 + 243 = 548 (100%)
R 110 of 548 ~ 20.07%
G 195 of 548 ~ 35.58%
B 243 of 548 ~ 44.34%

%20.07
%35.58
%44.34

CMYK RENK MODELİ

#6EC3F3 rengi CMYK tonu (55,20,0,5).

  • camgöbeği tonu 54.73%
  • eflatun tonu 19.75%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(55,20,0,5)
C55M20Y0K5 
(55%,20%,0%,5%)
(0.55/0.20/0.00/0.05)	

CMYK yüzdeleri

%54.73
%19.75
%0
%4.71

Codes

Color #6EC3F3 in popluar color models

6EC3F3
RGB110195243
HSL202°84.71%69.22%
HSB/HSV202°54.73%95.29%
CMYK54.73%19.75%0.00%
4.71%

Color #6EC3F3 in popluar number systems.

HEX6EC3F3
Decimal110195243
Binary11011101100001111110011
Octal156303363

Shades and tints

Shades of #6EC3F3

#6EC3F3
(110,195,243)
#64B2DD
(100,178,221)
#5AA1C7
(90,161,199)
#5090B1
(80,144,177)
#467F9B
(70,127,155)
#3C6E85
(60,110,133)
#325D6F
(50,93,111)
#284C59
(40,76,89)
#1E3B43
(30,59,67)
#142A2D
(20,42,45)
#0A1917
(10,25,23)
#000000
(0,0,0)

Tints of #6EC3F3

#6EC3F3
(110,195,243)
#7BC8F4
(123,200,244)
#88CDF5
(136,205,245)
#95D2F6
(149,210,246)
#A2D7F7
(162,215,247)
#AFDCF8
(175,220,248)
#BCE1F9
(188,225,249)
#C9E6FA
(201,230,250)
#D6EBFB
(214,235,251)
#E3F0FC
(227,240,252)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC3F3 color. Also use rgb(110,195,243) instead hex code.

Text Font Color

.myTextColor { color: #6EC3F3; }

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

This text font color is #6EC3F3.


Background Color

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

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

This div background color is #6EC3F3.


Border color

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

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

This div border color is #6EC3F3.


Opacity

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

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

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

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

This text has shadow with #6EC3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC3F3 on black background.


Color preview on white background

This text has color #6EC3F3 on white background.



Black color preview on #6EC3F3 background

This text has black color on #6EC3F3 background.


White color preview on #6EC3F3 background

This text has white color on #6EC3F3 background.