COLOR #6DA5BE

HEX: #6DA5BE
RGB: (109,165,190)

Renk bilgisi

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

RGB renk modeli

#6DA5BE color RGB value is (109,165,190).

  • kırmız ton 109;
  • yeşil ton 165;
  • mavi ton 190.
RGB:
(109,165,190)
(43%,65%,75%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 165 of 255 = 65%
B 190 of 255 = 75%

109
165
190

R + G + B ~ 61%. #6DA5BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 165 + 190 = 464 (100%)
R 109 of 464 ~ 23.49%
G 165 of 464 ~ 35.56%
B 190 of 464 ~ 40.95%

%23.49
%35.56
%40.95

CMYK RENK MODELİ

#6DA5BE rengi CMYK tonu (43,13,0,25).

  • camgöbeği tonu 42.63%
  • eflatun tonu 13.16%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(43,13,0,25)
C43M13Y0K25 
(43%,13%,0%,25%)
(0.43/0.13/0.00/0.25)	

CMYK yüzdeleri

%42.63
%13.16
%0
%25.49

Codes

Color #6DA5BE in popluar color models

6DA5BE
RGB109165190
HSL199°38.39%58.63%
HSB/HSV199°42.63%74.51%
CMYK42.63%13.16%0.00%
25.49%

Color #6DA5BE in popluar number systems.

HEX6DA5BE
Decimal109165190
Binary11011011010010110111110
Octal155245276

Shades and tints

Shades of #6DA5BE

#6DA5BE
(109,165,190)
#6496AD
(100,150,173)
#5B879C
(91,135,156)
#52788B
(82,120,139)
#49697A
(73,105,122)
#405A69
(64,90,105)
#374B58
(55,75,88)
#2E3C47
(46,60,71)
#252D36
(37,45,54)
#1C1E25
(28,30,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #6DA5BE

#6DA5BE
(109,165,190)
#7AADC3
(122,173,195)
#87B5C8
(135,181,200)
#94BDCD
(148,189,205)
#A1C5D2
(161,197,210)
#AECDD7
(174,205,215)
#BBD5DC
(187,213,220)
#C8DDE1
(200,221,225)
#D5E5E6
(213,229,230)
#E2EDEB
(226,237,235)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA5BE color. Also use rgb(109,165,190) instead hex code.

Text Font Color

.myTextColor { color: #6DA5BE; }

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

This text font color is #6DA5BE.


Background Color

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

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

This div background color is #6DA5BE.


Border color

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

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

This div border color is #6DA5BE.


Opacity

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

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

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

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

This text has shadow with #6DA5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA5BE on black background.


Color preview on white background

This text has color #6DA5BE on white background.



Black color preview on #6DA5BE background

This text has black color on #6DA5BE background.


White color preview on #6DA5BE background

This text has white color on #6DA5BE background.