COLOR #6BC2FE

HEX: #6BC2FE
RGB: (107,194,254)

Color info

#6BC2FE contains mainly blue color. Web safe color of #6BC2FE is #66CCFF (or #6CF).

RGB color model

#6BC2FE color RGB value is (107,194,254).

  • red value is 107;
  • green value is 194;
  • blue value is 254.
RGB:
(107,194,254)
(42%,76%,100%)

RGB channels and saturation

R 107 of 255 = 42%
G 194 of 255 = 76%
B 254 of 255 = 100%

107
194
254

R + G + B ~ 73%. #6BC2FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 194 + 254 = 555 (100%)
R 107 of 555 ~ 19.28%
G 194 of 555 ~ 34.95%
B 254 of 555 ~ 45.77%

%19.28
%34.95
%45.77

CMYK color model

#6BC2FE color CMYK value is (58,24,0,0).

  • cyan value is 57.87%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(58,24,0,0)
C58M24Y0K0 
(58%,24%,0%,0%)
(0.58/0.24/0.00/0.00)	

CMYK percentages

%57.87
%23.62
%0
%0.39

Codes

Color #6BC2FE in popluar color models

6BC2FE
RGB107194254
HSL204°98.66%70.78%
HSB/HSV204°57.87%99.61%
CMYK57.87%23.62%0.00%
0.39%

Color #6BC2FE in popluar number systems.

HEX6BC2FE
Decimal107194254
Binary11010111100001011111110
Octal153302376

Shades and tints

Shades of #6BC2FE

#6BC2FE
(107,194,254)
#62B1E7
(98,177,231)
#59A0D0
(89,160,208)
#508FB9
(80,143,185)
#477EA2
(71,126,162)
#3E6D8B
(62,109,139)
#355C74
(53,92,116)
#2C4B5D
(44,75,93)
#233A46
(35,58,70)
#1A292F
(26,41,47)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #6BC2FE

#6BC2FE
(107,194,254)
#78C7FE
(120,199,254)
#85CCFE
(133,204,254)
#92D1FE
(146,209,254)
#9FD6FE
(159,214,254)
#ACDBFE
(172,219,254)
#B9E0FE
(185,224,254)
#C6E5FE
(198,229,254)
#D3EAFE
(211,234,254)
#E0EFFE
(224,239,254)
#EDF4FE
(237,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC2FE color. Also use rgb(107,194,254) instead hex code.

Text Font Color

.myTextColor { color: #6BC2FE; }

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

This text font color is #6BC2FE.


Background Color

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

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

This div background color is #6BC2FE.


Border color

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

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

This div border color is #6BC2FE.


Opacity

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

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

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

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

This text has shadow with #6BC2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC2FE on black background.


Color preview on white background

This text has color #6BC2FE on white background.



Black color preview on #6BC2FE background

This text has black color on #6BC2FE background.


White color preview on #6BC2FE background

This text has white color on #6BC2FE background.