COLOR #6BB0F2

HEX: #6BB0F2
RGB: (107,176,242)

Color info

#6BB0F2 contains mainly blue color. Web safe color of #6BB0F2 is #6699FF (or #69F).

RGB color model

#6BB0F2 color RGB value is (107,176,242).

  • red value is 107;
  • green value is 176;
  • blue value is 242.
RGB:
(107,176,242)
(42%,69%,95%)

RGB channels and saturation

R 107 of 255 = 42%
G 176 of 255 = 69%
B 242 of 255 = 95%

107
176
242

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

Portions of RGB colors in percentages

R + G + B =
107 + 176 + 242 = 525 (100%)
R 107 of 525 ~ 20.38%
G 176 of 525 ~ 33.52%
B 242 of 525 ~ 46.1%

%20.38
%33.52
%46.1

CMYK color model

#6BB0F2 color CMYK value is (56,27,0,5).

  • cyan value is 55.79%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(56,27,0,5)
C56M27Y0K5 
(56%,27%,0%,5%)
(0.56/0.27/0.00/0.05)	

CMYK percentages

%55.79
%27.27
%0
%5.1

Codes

Color #6BB0F2 in popluar color models

6BB0F2
RGB107176242
HSL209°83.85%68.43%
HSB/HSV209°55.79%94.90%
CMYK55.79%27.27%0.00%
5.10%

Color #6BB0F2 in popluar number systems.

HEX6BB0F2
Decimal107176242
Binary11010111011000011110010
Octal153260362

Shades and tints

Shades of #6BB0F2

#6BB0F2
(107,176,242)
#62A0DC
(98,160,220)
#5990C6
(89,144,198)
#5080B0
(80,128,176)
#47709A
(71,112,154)
#3E6084
(62,96,132)
#35506E
(53,80,110)
#2C4058
(44,64,88)
#233042
(35,48,66)
#1A202C
(26,32,44)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #6BB0F2

#6BB0F2
(107,176,242)
#78B7F3
(120,183,243)
#85BEF4
(133,190,244)
#92C5F5
(146,197,245)
#9FCCF6
(159,204,246)
#ACD3F7
(172,211,247)
#B9DAF8
(185,218,248)
#C6E1F9
(198,225,249)
#D3E8FA
(211,232,250)
#E0EFFB
(224,239,251)
#EDF6FC
(237,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BB0F2 color. Also use rgb(107,176,242) instead hex code.

Text Font Color

.myTextColor { color: #6BB0F2; }

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

This text font color is #6BB0F2.


Background Color

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

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

This div background color is #6BB0F2.


Border color

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

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

This div border color is #6BB0F2.


Opacity

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

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

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

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

This text has shadow with #6BB0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BB0F2 on black background.


Color preview on white background

This text has color #6BB0F2 on white background.



Black color preview on #6BB0F2 background

This text has black color on #6BB0F2 background.


White color preview on #6BB0F2 background

This text has white color on #6BB0F2 background.