COLOR #6CF6F9

HEX: #6CF6F9
RGB: (108,246,249)

Color info

#6CF6F9 contains mainly green and blue colors. Web safe color of #6CF6F9 is #66FFFF (or #6FF).

RGB color model

#6CF6F9 color RGB value is (108,246,249).

  • red value is 108;
  • green value is 246;
  • blue value is 249.
RGB:
(108,246,249)
(42%,96%,98%)

RGB channels and saturation

R 108 of 255 = 42%
G 246 of 255 = 96%
B 249 of 255 = 98%

108
246
249

R + G + B ~ 79%. #6CF6F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 246 + 249 = 603 (100%)
R 108 of 603 ~ 17.91%
G 246 of 603 ~ 40.8%
B 249 of 603 ~ 41.29%

%17.91
%40.8
%41.29

CMYK color model

#6CF6F9 color CMYK value is (57,1,0,2).

  • cyan value is 56.63%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(57,1,0,2)
C57M1Y0K2 
(57%,1%,0%,2%)
(0.57/0.01/0.00/0.02)	

CMYK percentages

%56.63
%1.2
%0
%2.35

Codes

Color #6CF6F9 in popluar color models

6CF6F9
RGB108246249
HSL181°92.16%70.00%
HSB/HSV181°56.63%97.65%
CMYK56.63%1.20%0.00%
2.35%

Color #6CF6F9 in popluar number systems.

HEX6CF6F9
Decimal108246249
Binary11011001111011011111001
Octal154366371

Shades and tints

Shades of #6CF6F9

#6CF6F9
(108,246,249)
#63E0E3
(99,224,227)
#5ACACD
(90,202,205)
#51B4B7
(81,180,183)
#489EA1
(72,158,161)
#3F888B
(63,136,139)
#367275
(54,114,117)
#2D5C5F
(45,92,95)
#244649
(36,70,73)
#1B3033
(27,48,51)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #6CF6F9

#6CF6F9
(108,246,249)
#79F6F9
(121,246,249)
#86F6F9
(134,246,249)
#93F6F9
(147,246,249)
#A0F6F9
(160,246,249)
#ADF6F9
(173,246,249)
#BAF6F9
(186,246,249)
#C7F6F9
(199,246,249)
#D4F6F9
(212,246,249)
#E1F6F9
(225,246,249)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CF6F9; }

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

This text font color is #6CF6F9.


Background Color

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

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

This div background color is #6CF6F9.


Border color

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

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

This div border color is #6CF6F9.


Opacity

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

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

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

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

This text has shadow with #6CF6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CF6F9 on black background.


Color preview on white background

This text has color #6CF6F9 on white background.



Black color preview on #6CF6F9 background

This text has black color on #6CF6F9 background.


White color preview on #6CF6F9 background

This text has white color on #6CF6F9 background.