COLOR #6DADD2

HEX: #6DADD2
RGB: (109,173,210)

Renk bilgisi

#6DADD2 contains mainly green and blue colors. #6DADD2 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6DADD2 color RGB value is (109,173,210).

  • kırmız ton 109;
  • yeşil ton 173;
  • mavi ton 210.
RGB:
(109,173,210)
(43%,68%,82%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 173 of 255 = 68%
B 210 of 255 = 82%

109
173
210

R + G + B ~ 64%. #6DADD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 173 + 210 = 492 (100%)
R 109 of 492 ~ 22.15%
G 173 of 492 ~ 35.16%
B 210 of 492 ~ 42.68%

%22.15
%35.16
%42.68

CMYK RENK MODELİ

#6DADD2 rengi CMYK tonu (48,18,0,18).

  • camgöbeği tonu 48.10%
  • eflatun tonu 17.62%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(48,18,0,18)
C48M18Y0K18 
(48%,18%,0%,18%)
(0.48/0.18/0.00/0.18)	

CMYK yüzdeleri

%48.1
%17.62
%0
%17.65

Codes

Color #6DADD2 in popluar color models

6DADD2
RGB109173210
HSL202°52.88%62.55%
HSB/HSV202°48.10%82.35%
CMYK48.10%17.62%0.00%
17.65%

Color #6DADD2 in popluar number systems.

HEX6DADD2
Decimal109173210
Binary11011011010110111010010
Octal155255322

Shades and tints

Shades of #6DADD2

#6DADD2
(109,173,210)
#649EBF
(100,158,191)
#5B8FAC
(91,143,172)
#528099
(82,128,153)
#497186
(73,113,134)
#406273
(64,98,115)
#375360
(55,83,96)
#2E444D
(46,68,77)
#25353A
(37,53,58)
#1C2627
(28,38,39)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #6DADD2

#6DADD2
(109,173,210)
#7AB4D6
(122,180,214)
#87BBDA
(135,187,218)
#94C2DE
(148,194,222)
#A1C9E2
(161,201,226)
#AED0E6
(174,208,230)
#BBD7EA
(187,215,234)
#C8DEEE
(200,222,238)
#D5E5F2
(213,229,242)
#E2ECF6
(226,236,246)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DADD2 color. Also use rgb(109,173,210) instead hex code.

Text Font Color

.myTextColor { color: #6DADD2; }

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

This text font color is #6DADD2.


Background Color

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

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

This div background color is #6DADD2.


Border color

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

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

This div border color is #6DADD2.


Opacity

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

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

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

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

This text has shadow with #6DADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DADD2 on black background.


Color preview on white background

This text has color #6DADD2 on white background.



Black color preview on #6DADD2 background

This text has black color on #6DADD2 background.


White color preview on #6DADD2 background

This text has white color on #6DADD2 background.