COLOR #6DC5FA

HEX: #6DC5FA
RGB: (109,197,250)

Renk bilgisi

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

RGB renk modeli

#6DC5FA color RGB value is (109,197,250).

  • kırmız ton 109;
  • yeşil ton 197;
  • mavi ton 250.
RGB:
(109,197,250)
(43%,77%,98%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 197 of 255 = 77%
B 250 of 255 = 98%

109
197
250

R + G + B ~ 73%. #6DC5FA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 197 + 250 = 556 (100%)
R 109 of 556 ~ 19.6%
G 197 of 556 ~ 35.43%
B 250 of 556 ~ 44.96%

%19.6
%35.43
%44.96

CMYK RENK MODELİ

#6DC5FA rengi CMYK tonu (56,21,0,2).

  • camgöbeği tonu 56.40%
  • eflatun tonu 21.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(56,21,0,2)
C56M21Y0K2 
(56%,21%,0%,2%)
(0.56/0.21/0.00/0.02)	

CMYK yüzdeleri

%56.4
%21.2
%0
%1.96

Codes

Color #6DC5FA in popluar color models

6DC5FA
RGB109197250
HSL203°93.38%70.39%
HSB/HSV203°56.40%98.04%
CMYK56.40%21.20%0.00%
1.96%

Color #6DC5FA in popluar number systems.

HEX6DC5FA
Decimal109197250
Binary11011011100010111111010
Octal155305372

Shades and tints

Shades of #6DC5FA

#6DC5FA
(109,197,250)
#64B4E4
(100,180,228)
#5BA3CE
(91,163,206)
#5292B8
(82,146,184)
#4981A2
(73,129,162)
#40708C
(64,112,140)
#375F76
(55,95,118)
#2E4E60
(46,78,96)
#253D4A
(37,61,74)
#1C2C34
(28,44,52)
#131B1E
(19,27,30)
#000000
(0,0,0)

Tints of #6DC5FA

#6DC5FA
(109,197,250)
#7ACAFA
(122,202,250)
#87CFFA
(135,207,250)
#94D4FA
(148,212,250)
#A1D9FA
(161,217,250)
#AEDEFA
(174,222,250)
#BBE3FA
(187,227,250)
#C8E8FA
(200,232,250)
#D5EDFA
(213,237,250)
#E2F2FA
(226,242,250)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC5FA color. Also use rgb(109,197,250) instead hex code.

Text Font Color

.myTextColor { color: #6DC5FA; }

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

This text font color is #6DC5FA.


Background Color

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

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

This div background color is #6DC5FA.


Border color

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

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

This div border color is #6DC5FA.


Opacity

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

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

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

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

This text has shadow with #6DC5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC5FA on black background.


Color preview on white background

This text has color #6DC5FA on white background.



Black color preview on #6DC5FA background

This text has black color on #6DC5FA background.


White color preview on #6DC5FA background

This text has white color on #6DC5FA background.