COLOR #6BC2FF

HEX: #6BC2FF
RGB: (107,194,255)

Color info

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

RGB color model

#6BC2FF color RGB value is (107,194,255).

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

RGB channels and saturation

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

107
194
255

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

Portions of RGB colors in percentages

R + G + B =
107 + 194 + 255 = 556 (100%)
R 107 of 556 ~ 19.24%
G 194 of 556 ~ 34.89%
B 255 of 556 ~ 45.86%

%19.24
%34.89
%45.86

CMYK color model

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

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

CMYK percentages

%58.04
%23.92
%0
%0

Codes

Color #6BC2FF in popluar color models

6BC2FF
RGB107194255
HSL205°100.00%70.98%
HSB/HSV205°58.04%100.00%
CMYK58.04%23.92%0.00%
0.00%

Color #6BC2FF in popluar number systems.

HEX6BC2FF
Decimal107194255
Binary11010111100001011111111
Octal153302377

Shades and tints

Shades of #6BC2FF

#6BC2FF
(107,194,255)
#62B1E8
(98,177,232)
#59A0D1
(89,160,209)
#508FBA
(80,143,186)
#477EA3
(71,126,163)
#3E6D8C
(62,109,140)
#355C75
(53,92,117)
#2C4B5E
(44,75,94)
#233A47
(35,58,71)
#1A2930
(26,41,48)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #6BC2FF

#6BC2FF
(107,194,255)
#78C7FF
(120,199,255)
#85CCFF
(133,204,255)
#92D1FF
(146,209,255)
#9FD6FF
(159,214,255)
#ACDBFF
(172,219,255)
#B9E0FF
(185,224,255)
#C6E5FF
(198,229,255)
#D3EAFF
(211,234,255)
#E0EFFF
(224,239,255)
#EDF4FF
(237,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BC2FF; }

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

This text font color is #6BC2FF.


Background Color

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

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

This div background color is #6BC2FF.


Border color

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

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

This div border color is #6BC2FF.


Opacity

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

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

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

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

This text has shadow with #6BC2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC2FF on black background.


Color preview on white background

This text has color #6BC2FF on white background.



Black color preview on #6BC2FF background

This text has black color on #6BC2FF background.


White color preview on #6BC2FF background

This text has white color on #6BC2FF background.