COLOR #6BC7EA

HEX: #6BC7EA
RGB: (107,199,234)

Color info

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

RGB color model

#6BC7EA color RGB value is (107,199,234).

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

RGB channels and saturation

R 107 of 255 = 42%
G 199 of 255 = 78%
B 234 of 255 = 92%

107
199
234

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

Portions of RGB colors in percentages

R + G + B =
107 + 199 + 234 = 540 (100%)
R 107 of 540 ~ 19.81%
G 199 of 540 ~ 36.85%
B 234 of 540 ~ 43.33%

%19.81
%36.85
%43.33

CMYK color model

#6BC7EA color CMYK value is (54,15,0,8).

  • cyan value is 54.27%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(54,15,0,8)
C54M15Y0K8 
(54%,15%,0%,8%)
(0.54/0.15/0.00/0.08)	

CMYK percentages

%54.27
%14.96
%0
%8.24

Codes

Color #6BC7EA in popluar color models

6BC7EA
RGB107199234
HSL197°75.15%66.86%
HSB/HSV197°54.27%91.76%
CMYK54.27%14.96%0.00%
8.24%

Color #6BC7EA in popluar number systems.

HEX6BC7EA
Decimal107199234
Binary11010111100011111101010
Octal153307352

Shades and tints

Shades of #6BC7EA

#6BC7EA
(107,199,234)
#62B5D5
(98,181,213)
#59A3C0
(89,163,192)
#5091AB
(80,145,171)
#477F96
(71,127,150)
#3E6D81
(62,109,129)
#355B6C
(53,91,108)
#2C4957
(44,73,87)
#233742
(35,55,66)
#1A252D
(26,37,45)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #6BC7EA

#6BC7EA
(107,199,234)
#78CCEB
(120,204,235)
#85D1EC
(133,209,236)
#92D6ED
(146,214,237)
#9FDBEE
(159,219,238)
#ACE0EF
(172,224,239)
#B9E5F0
(185,229,240)
#C6EAF1
(198,234,241)
#D3EFF2
(211,239,242)
#E0F4F3
(224,244,243)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BC7EA; }

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

This text font color is #6BC7EA.


Background Color

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

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

This div background color is #6BC7EA.


Border color

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

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

This div border color is #6BC7EA.


Opacity

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

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

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

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

This text has shadow with #6BC7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC7EA on black background.


Color preview on white background

This text has color #6BC7EA on white background.



Black color preview on #6BC7EA background

This text has black color on #6BC7EA background.


White color preview on #6BC7EA background

This text has white color on #6BC7EA background.