COLOR #6BD9F9

HEX: #6BD9F9
RGB: (107,217,249)

Renk bilgisi

#6BD9F9 contains mainly green and blue colors. #6BD9F9 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#6BD9F9 color RGB value is (107,217,249).

  • kırmız ton 107;
  • yeşil ton 217;
  • mavi ton 249.
RGB:
(107,217,249)
(42%,85%,98%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 217 of 255 = 85%
B 249 of 255 = 98%

107
217
249

R + G + B ~ 75%. #6BD9F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 217 + 249 = 573 (100%)
R 107 of 573 ~ 18.67%
G 217 of 573 ~ 37.87%
B 249 of 573 ~ 43.46%

%18.67
%37.87
%43.46

CMYK RENK MODELİ

#6BD9F9 rengi CMYK tonu (57,13,0,2).

  • camgöbeği tonu 57.03%
  • eflatun tonu 12.85%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(57,13,0,2)
C57M13Y0K2 
(57%,13%,0%,2%)
(0.57/0.13/0.00/0.02)	

CMYK yüzdeleri

%57.03
%12.85
%0
%2.35

Codes

Color #6BD9F9 in popluar color models

6BD9F9
RGB107217249
HSL194°92.21%69.80%
HSB/HSV194°57.03%97.65%
CMYK57.03%12.85%0.00%
2.35%

Color #6BD9F9 in popluar number systems.

HEX6BD9F9
Decimal107217249
Binary11010111101100111111001
Octal153331371

Shades and tints

Shades of #6BD9F9

#6BD9F9
(107,217,249)
#62C6E3
(98,198,227)
#59B3CD
(89,179,205)
#50A0B7
(80,160,183)
#478DA1
(71,141,161)
#3E7A8B
(62,122,139)
#356775
(53,103,117)
#2C545F
(44,84,95)
#234149
(35,65,73)
#1A2E33
(26,46,51)
#111B1D
(17,27,29)
#000000
(0,0,0)

Tints of #6BD9F9

#6BD9F9
(107,217,249)
#78DCF9
(120,220,249)
#85DFF9
(133,223,249)
#92E2F9
(146,226,249)
#9FE5F9
(159,229,249)
#ACE8F9
(172,232,249)
#B9EBF9
(185,235,249)
#C6EEF9
(198,238,249)
#D3F1F9
(211,241,249)
#E0F4F9
(224,244,249)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD9F9 color. Also use rgb(107,217,249) instead hex code.

Text Font Color

.myTextColor { color: #6BD9F9; }

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

This text font color is #6BD9F9.


Background Color

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

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

This div background color is #6BD9F9.


Border color

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

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

This div border color is #6BD9F9.


Opacity

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

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

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

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

This text has shadow with #6BD9F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD9F9 on black background.


Color preview on white background

This text has color #6BD9F9 on white background.



Black color preview on #6BD9F9 background

This text has black color on #6BD9F9 background.


White color preview on #6BD9F9 background

This text has white color on #6BD9F9 background.