COLOR #6BBFEA

HEX: #6BBFEA
RGB: (107,191,234)

Color info

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

RGB color model

#6BBFEA color RGB value is (107,191,234).

  • red value is 107;
  • green value is 191;
  • blue value is 234.
RGB:
(107,191,234)
(42%,75%,92%)

RGB channels and saturation

R 107 of 255 = 42%
G 191 of 255 = 75%
B 234 of 255 = 92%

107
191
234

R + G + B ~ 70%. #6BBFEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 191 + 234 = 532 (100%)
R 107 of 532 ~ 20.11%
G 191 of 532 ~ 35.9%
B 234 of 532 ~ 43.98%

%20.11
%35.9
%43.98

CMYK color model

#6BBFEA color CMYK value is (54,18,0,8).

  • cyan value is 54.27%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(54,18,0,8)
C54M18Y0K8 
(54%,18%,0%,8%)
(0.54/0.18/0.00/0.08)	

CMYK percentages

%54.27
%18.38
%0
%8.24

Codes

Color #6BBFEA in popluar color models

6BBFEA
RGB107191234
HSL200°75.15%66.86%
HSB/HSV200°54.27%91.76%
CMYK54.27%18.38%0.00%
8.24%

Color #6BBFEA in popluar number systems.

HEX6BBFEA
Decimal107191234
Binary11010111011111111101010
Octal153277352

Shades and tints

Shades of #6BBFEA

#6BBFEA
(107,191,234)
#62AED5
(98,174,213)
#599DC0
(89,157,192)
#508CAB
(80,140,171)
#477B96
(71,123,150)
#3E6A81
(62,106,129)
#35596C
(53,89,108)
#2C4857
(44,72,87)
#233742
(35,55,66)
#1A262D
(26,38,45)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #6BBFEA

#6BBFEA
(107,191,234)
#78C4EB
(120,196,235)
#85C9EC
(133,201,236)
#92CEED
(146,206,237)
#9FD3EE
(159,211,238)
#ACD8EF
(172,216,239)
#B9DDF0
(185,221,240)
#C6E2F1
(198,226,241)
#D3E7F2
(211,231,242)
#E0ECF3
(224,236,243)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBFEA color. Also use rgb(107,191,234) instead hex code.

Text Font Color

.myTextColor { color: #6BBFEA; }

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

This text font color is #6BBFEA.


Background Color

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

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

This div background color is #6BBFEA.


Border color

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

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

This div border color is #6BBFEA.


Opacity

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

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

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

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

This text has shadow with #6BBFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBFEA on black background.


Color preview on white background

This text has color #6BBFEA on white background.



Black color preview on #6BBFEA background

This text has black color on #6BBFEA background.


White color preview on #6BBFEA background

This text has white color on #6BBFEA background.