COLOR #6BB1D2

HEX: #6BB1D2
RGB: (107,177,210)

Renk bilgisi

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

RGB renk modeli

#6BB1D2 color RGB value is (107,177,210).

  • kırmız ton 107;
  • yeşil ton 177;
  • mavi ton 210.
RGB:
(107,177,210)
(42%,69%,82%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 177 of 255 = 69%
B 210 of 255 = 82%

107
177
210

R + G + B ~ 64%. #6BB1D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 177 + 210 = 494 (100%)
R 107 of 494 ~ 21.66%
G 177 of 494 ~ 35.83%
B 210 of 494 ~ 42.51%

%21.66
%35.83
%42.51

CMYK RENK MODELİ

#6BB1D2 rengi CMYK tonu (49,16,0,18).

  • camgöbeği tonu 49.05%
  • eflatun tonu 15.71%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(49,16,0,18)
C49M16Y0K18 
(49%,16%,0%,18%)
(0.49/0.16/0.00/0.18)	

CMYK yüzdeleri

%49.05
%15.71
%0
%17.65

Codes

Color #6BB1D2 in popluar color models

6BB1D2
RGB107177210
HSL199°53.37%62.16%
HSB/HSV199°49.05%82.35%
CMYK49.05%15.71%0.00%
17.65%

Color #6BB1D2 in popluar number systems.

HEX6BB1D2
Decimal107177210
Binary11010111011000111010010
Octal153261322

Shades and tints

Shades of #6BB1D2

#6BB1D2
(107,177,210)
#62A1BF
(98,161,191)
#5991AC
(89,145,172)
#508199
(80,129,153)
#477186
(71,113,134)
#3E6173
(62,97,115)
#355160
(53,81,96)
#2C414D
(44,65,77)
#23313A
(35,49,58)
#1A2127
(26,33,39)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #6BB1D2

#6BB1D2
(107,177,210)
#78B8D6
(120,184,214)
#85BFDA
(133,191,218)
#92C6DE
(146,198,222)
#9FCDE2
(159,205,226)
#ACD4E6
(172,212,230)
#B9DBEA
(185,219,234)
#C6E2EE
(198,226,238)
#D3E9F2
(211,233,242)
#E0F0F6
(224,240,246)
#EDF7FA
(237,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB1D2 color. Also use rgb(107,177,210) instead hex code.

Text Font Color

.myTextColor { color: #6BB1D2; }

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

This text font color is #6BB1D2.


Background Color

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

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

This div background color is #6BB1D2.


Border color

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

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

This div border color is #6BB1D2.


Opacity

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

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

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

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

This text has shadow with #6BB1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB1D2 on black background.


Color preview on white background

This text has color #6BB1D2 on white background.



Black color preview on #6BB1D2 background

This text has black color on #6BB1D2 background.


White color preview on #6BB1D2 background

This text has white color on #6BB1D2 background.