COLOR #6BC9D1

HEX: #6BC9D1
RGB: (107,201,209)

Renk bilgisi

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

RGB renk modeli

#6BC9D1 color RGB value is (107,201,209).

  • kırmız ton 107;
  • yeşil ton 201;
  • mavi ton 209.
RGB:
(107,201,209)
(42%,79%,82%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 201 of 255 = 79%
B 209 of 255 = 82%

107
201
209

R + G + B ~ 68%. #6BC9D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 201 + 209 = 517 (100%)
R 107 of 517 ~ 20.7%
G 201 of 517 ~ 38.88%
B 209 of 517 ~ 40.43%

%20.7
%38.88
%40.43

CMYK RENK MODELİ

#6BC9D1 rengi CMYK tonu (49,4,0,18).

  • camgöbeği tonu 48.80%
  • eflatun tonu 3.83%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(49,4,0,18)
C49M4Y0K18 
(49%,4%,0%,18%)
(0.49/0.04/0.00/0.18)	

CMYK yüzdeleri

%48.8
%3.83
%0
%18.04

Codes

Color #6BC9D1 in popluar color models

6BC9D1
RGB107201209
HSL185°52.58%61.96%
HSB/HSV185°48.80%81.96%
CMYK48.80%3.83%0.00%
18.04%

Color #6BC9D1 in popluar number systems.

HEX6BC9D1
Decimal107201209
Binary11010111100100111010001
Octal153311321

Shades and tints

Shades of #6BC9D1

#6BC9D1
(107,201,209)
#62B7BE
(98,183,190)
#59A5AB
(89,165,171)
#509398
(80,147,152)
#478185
(71,129,133)
#3E6F72
(62,111,114)
#355D5F
(53,93,95)
#2C4B4C
(44,75,76)
#233939
(35,57,57)
#1A2726
(26,39,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #6BC9D1

#6BC9D1
(107,201,209)
#78CDD5
(120,205,213)
#85D1D9
(133,209,217)
#92D5DD
(146,213,221)
#9FD9E1
(159,217,225)
#ACDDE5
(172,221,229)
#B9E1E9
(185,225,233)
#C6E5ED
(198,229,237)
#D3E9F1
(211,233,241)
#E0EDF5
(224,237,245)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC9D1 color. Also use rgb(107,201,209) instead hex code.

Text Font Color

.myTextColor { color: #6BC9D1; }

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

This text font color is #6BC9D1.


Background Color

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

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

This div background color is #6BC9D1.


Border color

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

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

This div border color is #6BC9D1.


Opacity

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

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

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

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

This text has shadow with #6BC9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC9D1 on black background.


Color preview on white background

This text has color #6BC9D1 on white background.



Black color preview on #6BC9D1 background

This text has black color on #6BC9D1 background.


White color preview on #6BC9D1 background

This text has white color on #6BC9D1 background.