COLOR #6CE0F6

HEX: #6CE0F6 RGB: (108,224,246)

Color info

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

RGB color model

#6CE0F6 color RGB value is (108,224,246).

RGB: (108,224,246) (42%, 88%, 96%)

RGB channels and saturation

R 108 of 255 = 42%
G 224 of 255 = 88%
B 246 of 255 = 96%

108
224
246

R + G + B ~ 75%. #6CE0F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 224 + 246 = 578 (100%)
R 108 of 578 ~ 18.69%
G 224 of 578 ~ 38.75%
B 246 of 578 ~ 42.56'%

%18.69
%38.75
%42.56

CMYK color model

#6CE0F6 color CMYK value is (56,9,0,4).

  • cyan value is 56.10%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (56,9,0,4) C56M9Y0K4 (56%,9%,0%,4%) (0.56/0.09/0.00/0.04) 

CMYK percentages

%56.1
%8.94
%0
%3.53

Codes

Color #6CE0F6 in popluar color models

6C E0 F6
RGB 108 224 246
HSL 190° 88.46% 69.41%
HSB/HSV 190° 56.10% 96.47%
CMYK 56.10% 8.94% 0.00%
3.53%

Color #6CE0F6 in popluar number systems.

HEX 6C E0 F6
Decimal 108 224 246
Binary 1101100 11100000 11110110
Octal 154 340 366

Shades and tints

Shades of #6CE0F6

#6CE0F6
(108,224,246)
#63CCE0
(99,204,224)
#5AB8CA
(90,184,202)
#51A4B4
(81,164,180)
#48909E
(72,144,158)
#3F7C88
(63,124,136)
#366872
(54,104,114)
#2D545C
(45,84,92)
#244046
(36,64,70)
#1B2C30
(27,44,48)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #6CE0F6

#6CE0F6
(108,224,246)
#79E2F6
(121,226,246)
#86E4F6
(134,228,246)
#93E6F6
(147,230,246)
#A0E8F6
(160,232,246)
#ADEAF6
(173,234,246)
#BAECF6
(186,236,246)
#C7EEF6
(199,238,246)
#D4F0F6
(212,240,246)
#E1F2F6
(225,242,246)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE0F6 color. Also use rgb(108,224,246) instead hex code.

Text Font Color

.myTextColor { color: #6CE0F6; }

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

This text font color is #6CE0F6.

Background Color

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

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

This div background color is #6CE0F6.

Border color

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

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

This div border color is #6CE0F6.

Opacity

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

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

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

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

This text has shadow with #6CE0F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CE0F6.

Preview

Color preview on black background

This text has color #6CE0F6 on black background.


Color preview on white background

This text has color #6CE0F6 on white background.


Black color preview on #6CE0F6 background

This text has black color on #6CE0F6 background.


White color preview on #6CE0F6 background

This text has white color on #6CE0F6 background.


Related colors

Complementary color

Complementary color for #hex is #931F09.


I love getcolorcode.com

Triadic colors

1 #F66CE0 and #E0F66C with #6CE0F6 are triadic colors.

2 #F6E06C and #E06CF6 with #6CE0F6 are triadic colors.