COLOR #6BB1EE

HEX: #6BB1EE
RGB: (107,177,238)

Renk bilgisi

#6BB1EE contains mainly blue color. #6BB1EE ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6BB1EE color RGB value is (107,177,238).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 177 of 255 = 69%
B 238 of 255 = 93%

107
177
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 177 + 238 = 522 (100%)
R 107 of 522 ~ 20.5%
G 177 of 522 ~ 33.91%
B 238 of 522 ~ 45.59%

%20.5
%33.91
%45.59

CMYK RENK MODELİ

#6BB1EE rengi CMYK tonu (55,26,0,7).

  • camgöbeği tonu 55.04%
  • eflatun tonu 25.63%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(55,26,0,7)
C55M26Y0K7 
(55%,26%,0%,7%)
(0.55/0.26/0.00/0.07)	

CMYK yüzdeleri

%55.04
%25.63
%0
%6.67

Codes

Color #6BB1EE in popluar color models

6BB1EE
RGB107177238
HSL208°79.39%67.65%
HSB/HSV208°55.04%93.33%
CMYK55.04%25.63%0.00%
6.67%

Color #6BB1EE in popluar number systems.

HEX6BB1EE
Decimal107177238
Binary11010111011000111101110
Octal153261356

Shades and tints

Shades of #6BB1EE

#6BB1EE
(107,177,238)
#62A1D9
(98,161,217)
#5991C4
(89,145,196)
#5081AF
(80,129,175)
#47719A
(71,113,154)
#3E6185
(62,97,133)
#355170
(53,81,112)
#2C415B
(44,65,91)
#233146
(35,49,70)
#1A2131
(26,33,49)
#11111C
(17,17,28)
#000000
(0,0,0)

Tints of #6BB1EE

#6BB1EE
(107,177,238)
#78B8EF
(120,184,239)
#85BFF0
(133,191,240)
#92C6F1
(146,198,241)
#9FCDF2
(159,205,242)
#ACD4F3
(172,212,243)
#B9DBF4
(185,219,244)
#C6E2F5
(198,226,245)
#D3E9F6
(211,233,246)
#E0F0F7
(224,240,247)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BB1EE; }

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

This text font color is #6BB1EE.


Background Color

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

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

This div background color is #6BB1EE.


Border color

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

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

This div border color is #6BB1EE.


Opacity

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

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

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

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

This text has shadow with #6BB1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB1EE on black background.


Color preview on white background

This text has color #6BB1EE on white background.



Black color preview on #6BB1EE background

This text has black color on #6BB1EE background.


White color preview on #6BB1EE background

This text has white color on #6BB1EE background.