COLOR #6BB4EF

HEX: #6BB4EF
RGB: (107,180,239)

Renk bilgisi

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

RGB renk modeli

#6BB4EF color RGB value is (107,180,239).

  • kırmız ton 107;
  • yeşil ton 180;
  • mavi ton 239.
RGB:
(107,180,239)
(42%,71%,94%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 180 of 255 = 71%
B 239 of 255 = 94%

107
180
239

R + G + B ~ 69%. #6BB4EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 180 + 239 = 526 (100%)
R 107 of 526 ~ 20.34%
G 180 of 526 ~ 34.22%
B 239 of 526 ~ 45.44%

%20.34
%34.22
%45.44

CMYK RENK MODELİ

#6BB4EF rengi CMYK tonu (55,25,0,6).

  • camgöbeği tonu 55.23%
  • eflatun tonu 24.69%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(55,25,0,6)
C55M25Y0K6 
(55%,25%,0%,6%)
(0.55/0.25/0.00/0.06)	

CMYK yüzdeleri

%55.23
%24.69
%0
%6.27

Codes

Color #6BB4EF in popluar color models

6BB4EF
RGB107180239
HSL207°80.49%67.84%
HSB/HSV207°55.23%93.73%
CMYK55.23%24.69%0.00%
6.27%

Color #6BB4EF in popluar number systems.

HEX6BB4EF
Decimal107180239
Binary11010111011010011101111
Octal153264357

Shades and tints

Shades of #6BB4EF

#6BB4EF
(107,180,239)
#62A4DA
(98,164,218)
#5994C5
(89,148,197)
#5084B0
(80,132,176)
#47749B
(71,116,155)
#3E6486
(62,100,134)
#355471
(53,84,113)
#2C445C
(44,68,92)
#233447
(35,52,71)
#1A2432
(26,36,50)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #6BB4EF

#6BB4EF
(107,180,239)
#78BAF0
(120,186,240)
#85C0F1
(133,192,241)
#92C6F2
(146,198,242)
#9FCCF3
(159,204,243)
#ACD2F4
(172,210,244)
#B9D8F5
(185,216,245)
#C6DEF6
(198,222,246)
#D3E4F7
(211,228,247)
#E0EAF8
(224,234,248)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB4EF color. Also use rgb(107,180,239) instead hex code.

Text Font Color

.myTextColor { color: #6BB4EF; }

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

This text font color is #6BB4EF.


Background Color

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

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

This div background color is #6BB4EF.


Border color

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

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

This div border color is #6BB4EF.


Opacity

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

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

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

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

This text has shadow with #6BB4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB4EF on black background.


Color preview on white background

This text has color #6BB4EF on white background.



Black color preview on #6BB4EF background

This text has black color on #6BB4EF background.


White color preview on #6BB4EF background

This text has white color on #6BB4EF background.