COLOR #6DB1D8

HEX: #6DB1D8
RGB: (109,177,216)

Renk bilgisi

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

RGB renk modeli

#6DB1D8 color RGB value is (109,177,216).

  • kırmız ton 109;
  • yeşil ton 177;
  • mavi ton 216.
RGB:
(109,177,216)
(43%,69%,85%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 177 of 255 = 69%
B 216 of 255 = 85%

109
177
216

R + G + B ~ 66%. #6DB1D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 177 + 216 = 502 (100%)
R 109 of 502 ~ 21.71%
G 177 of 502 ~ 35.26%
B 216 of 502 ~ 43.03%

%21.71
%35.26
%43.03

CMYK RENK MODELİ

#6DB1D8 rengi CMYK tonu (50,18,0,15).

  • camgöbeği tonu 49.54%
  • eflatun tonu 18.06%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(50,18,0,15)
C50M18Y0K15 
(50%,18%,0%,15%)
(0.50/0.18/0.00/0.15)	

CMYK yüzdeleri

%49.54
%18.06
%0
%15.29

Codes

Color #6DB1D8 in popluar color models

6DB1D8
RGB109177216
HSL202°57.84%63.73%
HSB/HSV202°49.54%84.71%
CMYK49.54%18.06%0.00%
15.29%

Color #6DB1D8 in popluar number systems.

HEX6DB1D8
Decimal109177216
Binary11011011011000111011000
Octal155261330

Shades and tints

Shades of #6DB1D8

#6DB1D8
(109,177,216)
#64A1C5
(100,161,197)
#5B91B2
(91,145,178)
#52819F
(82,129,159)
#49718C
(73,113,140)
#406179
(64,97,121)
#375166
(55,81,102)
#2E4153
(46,65,83)
#253140
(37,49,64)
#1C212D
(28,33,45)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #6DB1D8

#6DB1D8
(109,177,216)
#7AB8DB
(122,184,219)
#87BFDE
(135,191,222)
#94C6E1
(148,198,225)
#A1CDE4
(161,205,228)
#AED4E7
(174,212,231)
#BBDBEA
(187,219,234)
#C8E2ED
(200,226,237)
#D5E9F0
(213,233,240)
#E2F0F3
(226,240,243)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB1D8 color. Also use rgb(109,177,216) instead hex code.

Text Font Color

.myTextColor { color: #6DB1D8; }

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

This text font color is #6DB1D8.


Background Color

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

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

This div background color is #6DB1D8.


Border color

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

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

This div border color is #6DB1D8.


Opacity

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

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

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

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

This text has shadow with #6DB1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB1D8 on black background.


Color preview on white background

This text has color #6DB1D8 on white background.



Black color preview on #6DB1D8 background

This text has black color on #6DB1D8 background.


White color preview on #6DB1D8 background

This text has white color on #6DB1D8 background.