COLOR #6BBAED

HEX: #6BBAED
RGB: (107,186,237)

Color info

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

RGB color model

#6BBAED color RGB value is (107,186,237).

  • red value is 107;
  • green value is 186;
  • blue value is 237.
RGB:
(107,186,237)
(42%,73%,93%)

RGB channels and saturation

R 107 of 255 = 42%
G 186 of 255 = 73%
B 237 of 255 = 93%

107
186
237

R + G + B ~ 69%. #6BBAED is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 186 + 237 = 530 (100%)
R 107 of 530 ~ 20.19%
G 186 of 530 ~ 35.09%
B 237 of 530 ~ 44.72%

%20.19
%35.09
%44.72

CMYK color model

#6BBAED color CMYK value is (55,22,0,7).

  • cyan value is 54.85%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(55,22,0,7)
C55M22Y0K7 
(55%,22%,0%,7%)
(0.55/0.22/0.00/0.07)	

CMYK percentages

%54.85
%21.52
%0
%7.06

Codes

Color #6BBAED in popluar color models

6BBAED
RGB107186237
HSL204°78.31%67.45%
HSB/HSV204°54.85%92.94%
CMYK54.85%21.52%0.00%
7.06%

Color #6BBAED in popluar number systems.

HEX6BBAED
Decimal107186237
Binary11010111011101011101101
Octal153272355

Shades and tints

Shades of #6BBAED

#6BBAED
(107,186,237)
#62AAD8
(98,170,216)
#599AC3
(89,154,195)
#508AAE
(80,138,174)
#477A99
(71,122,153)
#3E6A84
(62,106,132)
#355A6F
(53,90,111)
#2C4A5A
(44,74,90)
#233A45
(35,58,69)
#1A2A30
(26,42,48)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #6BBAED

#6BBAED
(107,186,237)
#78C0EE
(120,192,238)
#85C6EF
(133,198,239)
#92CCF0
(146,204,240)
#9FD2F1
(159,210,241)
#ACD8F2
(172,216,242)
#B9DEF3
(185,222,243)
#C6E4F4
(198,228,244)
#D3EAF5
(211,234,245)
#E0F0F6
(224,240,246)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBAED color. Also use rgb(107,186,237) instead hex code.

Text Font Color

.myTextColor { color: #6BBAED; }

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

This text font color is #6BBAED.


Background Color

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

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

This div background color is #6BBAED.


Border color

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

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

This div border color is #6BBAED.


Opacity

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

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

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

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

This text has shadow with #6BBAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BBAED on black background.


Color preview on white background

This text has color #6BBAED on white background.



Black color preview on #6BBAED background

This text has black color on #6BBAED background.


White color preview on #6BBAED background

This text has white color on #6BBAED background.