COLOR #6BCAE7

HEX: #6BCAE7
RGB: (107,202,231)

Color info

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

RGB color model

#6BCAE7 color RGB value is (107,202,231).

  • red value is 107;
  • green value is 202;
  • blue value is 231.
RGB:
(107,202,231)
(42%,79%,91%)

RGB channels and saturation

R 107 of 255 = 42%
G 202 of 255 = 79%
B 231 of 255 = 91%

107
202
231

R + G + B ~ 71%. #6BCAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 202 + 231 = 540 (100%)
R 107 of 540 ~ 19.81%
G 202 of 540 ~ 37.41%
B 231 of 540 ~ 42.78%

%19.81
%37.41
%42.78

CMYK color model

#6BCAE7 color CMYK value is (54,13,0,9).

  • cyan value is 53.68%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(54,13,0,9)
C54M13Y0K9 
(54%,13%,0%,9%)
(0.54/0.13/0.00/0.09)	

CMYK percentages

%53.68
%12.55
%0
%9.41

Codes

Color #6BCAE7 in popluar color models

6BCAE7
RGB107202231
HSL194°72.09%66.27%
HSB/HSV194°53.68%90.59%
CMYK53.68%12.55%0.00%
9.41%

Color #6BCAE7 in popluar number systems.

HEX6BCAE7
Decimal107202231
Binary11010111100101011100111
Octal153312347

Shades and tints

Shades of #6BCAE7

#6BCAE7
(107,202,231)
#62B8D2
(98,184,210)
#59A6BD
(89,166,189)
#5094A8
(80,148,168)
#478293
(71,130,147)
#3E707E
(62,112,126)
#355E69
(53,94,105)
#2C4C54
(44,76,84)
#233A3F
(35,58,63)
#1A282A
(26,40,42)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #6BCAE7

#6BCAE7
(107,202,231)
#78CEE9
(120,206,233)
#85D2EB
(133,210,235)
#92D6ED
(146,214,237)
#9FDAEF
(159,218,239)
#ACDEF1
(172,222,241)
#B9E2F3
(185,226,243)
#C6E6F5
(198,230,245)
#D3EAF7
(211,234,247)
#E0EEF9
(224,238,249)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCAE7 color. Also use rgb(107,202,231) instead hex code.

Text Font Color

.myTextColor { color: #6BCAE7; }

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

This text font color is #6BCAE7.


Background Color

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

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

This div background color is #6BCAE7.


Border color

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

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

This div border color is #6BCAE7.


Opacity

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

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

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

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

This text has shadow with #6BCAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCAE7 on black background.


Color preview on white background

This text has color #6BCAE7 on white background.



Black color preview on #6BCAE7 background

This text has black color on #6BCAE7 background.


White color preview on #6BCAE7 background

This text has white color on #6BCAE7 background.