COLOR #6BC8FA

HEX: #6BC8FA
RGB: (107,200,250)

Color info

#6BC8FA contains mainly green and blue colors. Web safe color of #6BC8FA is #66CCFF (or #6CF).

RGB color model

#6BC8FA color RGB value is (107,200,250).

  • red value is 107;
  • green value is 200;
  • blue value is 250.
RGB:
(107,200,250)
(42%,78%,98%)

RGB channels and saturation

R 107 of 255 = 42%
G 200 of 255 = 78%
B 250 of 255 = 98%

107
200
250

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

Portions of RGB colors in percentages

R + G + B =
107 + 200 + 250 = 557 (100%)
R 107 of 557 ~ 19.21%
G 200 of 557 ~ 35.91%
B 250 of 557 ~ 44.88%

%19.21
%35.91
%44.88

CMYK color model

#6BC8FA color CMYK value is (57,20,0,2).

  • cyan value is 57.20%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(57,20,0,2)
C57M20Y0K2 
(57%,20%,0%,2%)
(0.57/0.20/0.00/0.02)	

CMYK percentages

%57.2
%20
%0
%1.96

Codes

Color #6BC8FA in popluar color models

6BC8FA
RGB107200250
HSL201°93.46%70.00%
HSB/HSV201°57.20%98.04%
CMYK57.20%20.00%0.00%
1.96%

Color #6BC8FA in popluar number systems.

HEX6BC8FA
Decimal107200250
Binary11010111100100011111010
Octal153310372

Shades and tints

Shades of #6BC8FA

#6BC8FA
(107,200,250)
#62B6E4
(98,182,228)
#59A4CE
(89,164,206)
#5092B8
(80,146,184)
#4780A2
(71,128,162)
#3E6E8C
(62,110,140)
#355C76
(53,92,118)
#2C4A60
(44,74,96)
#23384A
(35,56,74)
#1A2634
(26,38,52)
#11141E
(17,20,30)
#000000
(0,0,0)

Tints of #6BC8FA

#6BC8FA
(107,200,250)
#78CDFA
(120,205,250)
#85D2FA
(133,210,250)
#92D7FA
(146,215,250)
#9FDCFA
(159,220,250)
#ACE1FA
(172,225,250)
#B9E6FA
(185,230,250)
#C6EBFA
(198,235,250)
#D3F0FA
(211,240,250)
#E0F5FA
(224,245,250)
#EDFAFA
(237,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC8FA color. Also use rgb(107,200,250) instead hex code.

Text Font Color

.myTextColor { color: #6BC8FA; }

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

This text font color is #6BC8FA.


Background Color

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

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

This div background color is #6BC8FA.


Border color

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

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

This div border color is #6BC8FA.


Opacity

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

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

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

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

This text has shadow with #6BC8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC8FA on black background.


Color preview on white background

This text has color #6BC8FA on white background.



Black color preview on #6BC8FA background

This text has black color on #6BC8FA background.


White color preview on #6BC8FA background

This text has white color on #6BC8FA background.