COLOR #6BF5F9

HEX: #6BF5F9
RGB: (107,245,249)

Color info

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

RGB color model

#6BF5F9 color RGB value is (107,245,249).

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

RGB channels and saturation

R 107 of 255 = 42%
G 245 of 255 = 96%
B 249 of 255 = 98%

107
245
249

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

Portions of RGB colors in percentages

R + G + B =
107 + 245 + 249 = 601 (100%)
R 107 of 601 ~ 17.8%
G 245 of 601 ~ 40.77%
B 249 of 601 ~ 41.43%

%17.8
%40.77
%41.43

CMYK color model

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

  • cyan value is 57.03%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(57,2,0,2)
C57M2Y0K2 
(57%,2%,0%,2%)
(0.57/0.02/0.00/0.02)	

CMYK percentages

%57.03
%1.61
%0
%2.35

Codes

Color #6BF5F9 in popluar color models

6BF5F9
RGB107245249
HSL182°92.21%69.80%
HSB/HSV182°57.03%97.65%
CMYK57.03%1.61%0.00%
2.35%

Color #6BF5F9 in popluar number systems.

HEX6BF5F9
Decimal107245249
Binary11010111111010111111001
Octal153365371

Shades and tints

Shades of #6BF5F9

#6BF5F9
(107,245,249)
#62DFE3
(98,223,227)
#59C9CD
(89,201,205)
#50B3B7
(80,179,183)
#479DA1
(71,157,161)
#3E878B
(62,135,139)
#357175
(53,113,117)
#2C5B5F
(44,91,95)
#234549
(35,69,73)
#1A2F33
(26,47,51)
#11191D
(17,25,29)
#000000
(0,0,0)

Tints of #6BF5F9

#6BF5F9
(107,245,249)
#78F5F9
(120,245,249)
#85F5F9
(133,245,249)
#92F5F9
(146,245,249)
#9FF5F9
(159,245,249)
#ACF5F9
(172,245,249)
#B9F5F9
(185,245,249)
#C6F5F9
(198,245,249)
#D3F5F9
(211,245,249)
#E0F5F9
(224,245,249)
#EDF5F9
(237,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BF5F9 color. Also use rgb(107,245,249) instead hex code.

Text Font Color

.myTextColor { color: #6BF5F9; }

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

This text font color is #6BF5F9.


Background Color

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

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

This div background color is #6BF5F9.


Border color

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

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

This div border color is #6BF5F9.


Opacity

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

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

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

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

This text has shadow with #6BF5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BF5F9 on black background.


Color preview on white background

This text has color #6BF5F9 on white background.



Black color preview on #6BF5F9 background

This text has black color on #6BF5F9 background.


White color preview on #6BF5F9 background

This text has white color on #6BF5F9 background.