COLOR #6DD9F9

HEX: #6DD9F9
RGB: (109,217,249)

Renk bilgisi

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

RGB renk modeli

#6DD9F9 color RGB value is (109,217,249).

  • kırmız ton 109;
  • yeşil ton 217;
  • mavi ton 249.
RGB:
(109,217,249)
(43%,85%,98%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 217 of 255 = 85%
B 249 of 255 = 98%

109
217
249

R + G + B ~ 75%. #6DD9F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 217 + 249 = 575 (100%)
R 109 of 575 ~ 18.96%
G 217 of 575 ~ 37.74%
B 249 of 575 ~ 43.3%

%18.96
%37.74
%43.3

CMYK RENK MODELİ

#6DD9F9 rengi CMYK tonu (56,13,0,2).

  • camgöbeği tonu 56.22%
  • eflatun tonu 12.85%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(56,13,0,2)
C56M13Y0K2 
(56%,13%,0%,2%)
(0.56/0.13/0.00/0.02)	

CMYK yüzdeleri

%56.22
%12.85
%0
%2.35

Codes

Color #6DD9F9 in popluar color models

6DD9F9
RGB109217249
HSL194°92.11%70.20%
HSB/HSV194°56.22%97.65%
CMYK56.22%12.85%0.00%
2.35%

Color #6DD9F9 in popluar number systems.

HEX6DD9F9
Decimal109217249
Binary11011011101100111111001
Octal155331371

Shades and tints

Shades of #6DD9F9

#6DD9F9
(109,217,249)
#64C6E3
(100,198,227)
#5BB3CD
(91,179,205)
#52A0B7
(82,160,183)
#498DA1
(73,141,161)
#407A8B
(64,122,139)
#376775
(55,103,117)
#2E545F
(46,84,95)
#254149
(37,65,73)
#1C2E33
(28,46,51)
#131B1D
(19,27,29)
#000000
(0,0,0)

Tints of #6DD9F9

#6DD9F9
(109,217,249)
#7ADCF9
(122,220,249)
#87DFF9
(135,223,249)
#94E2F9
(148,226,249)
#A1E5F9
(161,229,249)
#AEE8F9
(174,232,249)
#BBEBF9
(187,235,249)
#C8EEF9
(200,238,249)
#D5F1F9
(213,241,249)
#E2F4F9
(226,244,249)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD9F9 color. Also use rgb(109,217,249) instead hex code.

Text Font Color

.myTextColor { color: #6DD9F9; }

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

This text font color is #6DD9F9.


Background Color

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

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

This div background color is #6DD9F9.


Border color

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

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

This div border color is #6DD9F9.


Opacity

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

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

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

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

This text has shadow with #6DD9F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD9F9 on black background.


Color preview on white background

This text has color #6DD9F9 on white background.



Black color preview on #6DD9F9 background

This text has black color on #6DD9F9 background.


White color preview on #6DD9F9 background

This text has white color on #6DD9F9 background.