COLOR #6DA9CB

HEX: #6DA9CB
RGB: (109,169,203)

Renk bilgisi

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

RGB renk modeli

#6DA9CB color RGB value is (109,169,203).

  • kırmız ton 109;
  • yeşil ton 169;
  • mavi ton 203.
RGB:
(109,169,203)
(43%,66%,80%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 169 of 255 = 66%
B 203 of 255 = 80%

109
169
203

R + G + B ~ 63%. #6DA9CB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 169 + 203 = 481 (100%)
R 109 of 481 ~ 22.66%
G 169 of 481 ~ 35.14%
B 203 of 481 ~ 42.2%

%22.66
%35.14
%42.2

CMYK RENK MODELİ

#6DA9CB rengi CMYK tonu (46,17,0,20).

  • camgöbeği tonu 46.31%
  • eflatun tonu 16.75%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(46,17,0,20)
C46M17Y0K20 
(46%,17%,0%,20%)
(0.46/0.17/0.00/0.20)	

CMYK yüzdeleri

%46.31
%16.75
%0
%20.39

Codes

Color #6DA9CB in popluar color models

6DA9CB
RGB109169203
HSL202°47.47%61.18%
HSB/HSV202°46.31%79.61%
CMYK46.31%16.75%0.00%
20.39%

Color #6DA9CB in popluar number systems.

HEX6DA9CB
Decimal109169203
Binary11011011010100111001011
Octal155251313

Shades and tints

Shades of #6DA9CB

#6DA9CB
(109,169,203)
#649AB9
(100,154,185)
#5B8BA7
(91,139,167)
#527C95
(82,124,149)
#496D83
(73,109,131)
#405E71
(64,94,113)
#374F5F
(55,79,95)
#2E404D
(46,64,77)
#25313B
(37,49,59)
#1C2229
(28,34,41)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #6DA9CB

#6DA9CB
(109,169,203)
#7AB0CF
(122,176,207)
#87B7D3
(135,183,211)
#94BED7
(148,190,215)
#A1C5DB
(161,197,219)
#AECCDF
(174,204,223)
#BBD3E3
(187,211,227)
#C8DAE7
(200,218,231)
#D5E1EB
(213,225,235)
#E2E8EF
(226,232,239)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA9CB color. Also use rgb(109,169,203) instead hex code.

Text Font Color

.myTextColor { color: #6DA9CB; }

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

This text font color is #6DA9CB.


Background Color

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

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

This div background color is #6DA9CB.


Border color

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

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

This div border color is #6DA9CB.


Opacity

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

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

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

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

This text has shadow with #6DA9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA9CB on black background.


Color preview on white background

This text has color #6DA9CB on white background.



Black color preview on #6DA9CB background

This text has black color on #6DA9CB background.


White color preview on #6DA9CB background

This text has white color on #6DA9CB background.