COLOR #6BC1D8

HEX: #6BC1D8
RGB: (107,193,216)

Renk bilgisi

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

RGB renk modeli

#6BC1D8 color RGB value is (107,193,216).

  • kırmız ton 107;
  • yeşil ton 193;
  • mavi ton 216.
RGB:
(107,193,216)
(42%,76%,85%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 193 of 255 = 76%
B 216 of 255 = 85%

107
193
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 193 + 216 = 516 (100%)
R 107 of 516 ~ 20.74%
G 193 of 516 ~ 37.4%
B 216 of 516 ~ 41.86%

%20.74
%37.4
%41.86

CMYK RENK MODELİ

#6BC1D8 rengi CMYK tonu (50,11,0,15).

  • camgöbeği tonu 50.46%
  • eflatun tonu 10.65%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(50,11,0,15)
C50M11Y0K15 
(50%,11%,0%,15%)
(0.50/0.11/0.00/0.15)	

CMYK yüzdeleri

%50.46
%10.65
%0
%15.29

Codes

Color #6BC1D8 in popluar color models

6BC1D8
RGB107193216
HSL193°58.29%63.33%
HSB/HSV193°50.46%84.71%
CMYK50.46%10.65%0.00%
15.29%

Color #6BC1D8 in popluar number systems.

HEX6BC1D8
Decimal107193216
Binary11010111100000111011000
Octal153301330

Shades and tints

Shades of #6BC1D8

#6BC1D8
(107,193,216)
#62B0C5
(98,176,197)
#599FB2
(89,159,178)
#508E9F
(80,142,159)
#477D8C
(71,125,140)
#3E6C79
(62,108,121)
#355B66
(53,91,102)
#2C4A53
(44,74,83)
#233940
(35,57,64)
#1A282D
(26,40,45)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #6BC1D8

#6BC1D8
(107,193,216)
#78C6DB
(120,198,219)
#85CBDE
(133,203,222)
#92D0E1
(146,208,225)
#9FD5E4
(159,213,228)
#ACDAE7
(172,218,231)
#B9DFEA
(185,223,234)
#C6E4ED
(198,228,237)
#D3E9F0
(211,233,240)
#E0EEF3
(224,238,243)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC1D8 color. Also use rgb(107,193,216) instead hex code.

Text Font Color

.myTextColor { color: #6BC1D8; }

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

This text font color is #6BC1D8.


Background Color

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

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

This div background color is #6BC1D8.


Border color

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

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

This div border color is #6BC1D8.


Opacity

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

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

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

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

This text has shadow with #6BC1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC1D8 on black background.


Color preview on white background

This text has color #6BC1D8 on white background.



Black color preview on #6BC1D8 background

This text has black color on #6BC1D8 background.


White color preview on #6BC1D8 background

This text has white color on #6BC1D8 background.