COLOR #6DB4BD

HEX: #6DB4BD
RGB: (109,180,189)

Renk bilgisi

#6DB4BD contains mainly green and blue colors. #6DB4BD ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#6DB4BD color RGB value is (109,180,189).

  • kırmız ton 109;
  • yeşil ton 180;
  • mavi ton 189.
RGB:
(109,180,189)
(43%,71%,74%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 180 of 255 = 71%
B 189 of 255 = 74%

109
180
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 180 + 189 = 478 (100%)
R 109 of 478 ~ 22.8%
G 180 of 478 ~ 37.66%
B 189 of 478 ~ 39.54%

%22.8
%37.66
%39.54

CMYK RENK MODELİ

#6DB4BD rengi CMYK tonu (42,5,0,26).

  • camgöbeği tonu 42.33%
  • eflatun tonu 4.76%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(42,5,0,26)
C42M5Y0K26 
(42%,5%,0%,26%)
(0.42/0.05/0.00/0.26)	

CMYK yüzdeleri

%42.33
%4.76
%0
%25.88

Codes

Color #6DB4BD in popluar color models

6DB4BD
RGB109180189
HSL187°37.74%58.43%
HSB/HSV187°42.33%74.12%
CMYK42.33%4.76%0.00%
25.88%

Color #6DB4BD in popluar number systems.

HEX6DB4BD
Decimal109180189
Binary11011011011010010111101
Octal155264275

Shades and tints

Shades of #6DB4BD

#6DB4BD
(109,180,189)
#64A4AC
(100,164,172)
#5B949B
(91,148,155)
#52848A
(82,132,138)
#497479
(73,116,121)
#406468
(64,100,104)
#375457
(55,84,87)
#2E4446
(46,68,70)
#253435
(37,52,53)
#1C2424
(28,36,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #6DB4BD

#6DB4BD
(109,180,189)
#7ABAC3
(122,186,195)
#87C0C9
(135,192,201)
#94C6CF
(148,198,207)
#A1CCD5
(161,204,213)
#AED2DB
(174,210,219)
#BBD8E1
(187,216,225)
#C8DEE7
(200,222,231)
#D5E4ED
(213,228,237)
#E2EAF3
(226,234,243)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB4BD color. Also use rgb(109,180,189) instead hex code.

Text Font Color

.myTextColor { color: #6DB4BD; }

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

This text font color is #6DB4BD.


Background Color

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

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

This div background color is #6DB4BD.


Border color

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

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

This div border color is #6DB4BD.


Opacity

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

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

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

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

This text has shadow with #6DB4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB4BD on black background.


Color preview on white background

This text has color #6DB4BD on white background.



Black color preview on #6DB4BD background

This text has black color on #6DB4BD background.


White color preview on #6DB4BD background

This text has white color on #6DB4BD background.