COLOR #6BD2F0

HEX: #6BD2F0
RGB: (107,210,240)

Color info

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

RGB color model

#6BD2F0 color RGB value is (107,210,240).

  • red value is 107;
  • green value is 210;
  • blue value is 240.
RGB:
(107,210,240)
(42%,82%,94%)

RGB channels and saturation

R 107 of 255 = 42%
G 210 of 255 = 82%
B 240 of 255 = 94%

107
210
240

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

Portions of RGB colors in percentages

R + G + B =
107 + 210 + 240 = 557 (100%)
R 107 of 557 ~ 19.21%
G 210 of 557 ~ 37.7%
B 240 of 557 ~ 43.09%

%19.21
%37.7
%43.09

CMYK color model

#6BD2F0 color CMYK value is (55,13,0,6).

  • cyan value is 55.42%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(55,13,0,6)
C55M13Y0K6 
(55%,13%,0%,6%)
(0.55/0.13/0.00/0.06)	

CMYK percentages

%55.42
%12.5
%0
%5.88

Codes

Color #6BD2F0 in popluar color models

6BD2F0
RGB107210240
HSL194°81.60%68.04%
HSB/HSV194°55.42%94.12%
CMYK55.42%12.50%0.00%
5.88%

Color #6BD2F0 in popluar number systems.

HEX6BD2F0
Decimal107210240
Binary11010111101001011110000
Octal153322360

Shades and tints

Shades of #6BD2F0

#6BD2F0
(107,210,240)
#62BFDB
(98,191,219)
#59ACC6
(89,172,198)
#5099B1
(80,153,177)
#47869C
(71,134,156)
#3E7387
(62,115,135)
#356072
(53,96,114)
#2C4D5D
(44,77,93)
#233A48
(35,58,72)
#1A2733
(26,39,51)
#11141E
(17,20,30)
#000000
(0,0,0)

Tints of #6BD2F0

#6BD2F0
(107,210,240)
#78D6F1
(120,214,241)
#85DAF2
(133,218,242)
#92DEF3
(146,222,243)
#9FE2F4
(159,226,244)
#ACE6F5
(172,230,245)
#B9EAF6
(185,234,246)
#C6EEF7
(198,238,247)
#D3F2F8
(211,242,248)
#E0F6F9
(224,246,249)
#EDFAFA
(237,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD2F0 color. Also use rgb(107,210,240) instead hex code.

Text Font Color

.myTextColor { color: #6BD2F0; }

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

This text font color is #6BD2F0.


Background Color

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

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

This div background color is #6BD2F0.


Border color

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

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

This div border color is #6BD2F0.


Opacity

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

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

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

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

This text has shadow with #6BD2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD2F0 on black background.


Color preview on white background

This text has color #6BD2F0 on white background.



Black color preview on #6BD2F0 background

This text has black color on #6BD2F0 background.


White color preview on #6BD2F0 background

This text has white color on #6BD2F0 background.