COLOR #6BFAF8

HEX: #6BFAF8 RGB: (107,250,248)

Color info

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

RGB color model

#6BFAF8 color RGB value is (107,250,248).

RGB: (107,250,248) (42%, 98%, 97%)

RGB channels and saturation

R 107 of 255 = 42%
G 250 of 255 = 98%
B 248 of 255 = 97%

107
250
248

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

Portions of RGB colors in percentages

R + G + B = 107 + 250 + 248 = 605 (100%)
R 107 of 605 ~ 17.69%
G 250 of 605 ~ 41.32%
B 248 of 605 ~ 40.99'%

%17.69
%41.32
%40.99

CMYK color model

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

  • cyan value is 57.20%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.96%

CMYK: (57,0,1,2)
C57M0Y1K2 (57%, 0%, 1%, 2%)
(0.57 / 0.00 / 0.01 / 0.02)

CMYK percentages

%57.2
%0
%0.8
%1.96

Codes

Color #6BFAF8 in popluar color models

6B FA F8
RGB 107 250 248
HSL 179° 93.46% 70.00%
HSB/HSV 179° 57.20% 98.04%
CMYK 57.20% 0.00% 0.80%
1.96%

Color #6BFAF8 in popluar number systems.

HEX 6B FA F8
Decimal 107 250 248
Binary 1101011 11111010 11111000
Octal 153 372 370

Shades and tints

Shades of #6BFAF8

#6BFAF8
(107,250,248)
#62E4E2
(98,228,226)
#59CECC
(89,206,204)
#50B8B6
(80,184,182)
#47A2A0
(71,162,160)
#3E8C8A
(62,140,138)
#357674
(53,118,116)
#2C605E
(44,96,94)
#234A48
(35,74,72)
#1A3432
(26,52,50)
#111E1C
(17,30,28)
#000000
(0,0,0)

Tints of #6BFAF8

#6BFAF8
(107,250,248)
#78FAF8
(120,250,248)
#85FAF8
(133,250,248)
#92FAF8
(146,250,248)
#9FFAF8
(159,250,248)
#ACFAF8
(172,250,248)
#B9FAF8
(185,250,248)
#C6FAF8
(198,250,248)
#D3FAF8
(211,250,248)
#E0FAF8
(224,250,248)
#EDFAF8
(237,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BFAF8 color. Also use rgb(107,250,248) instead hex code.

Text Font Color

.myTextColor { color: #6BFAF8; }

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

This text font color is #6BFAF8.

Background Color

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

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

This div background color is #6BFAF8.

Border color

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

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

This div border color is #6BFAF8.

Opacity

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

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

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

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

This text has shadow with #6BFAF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BFAF8.

Preview

Color preview on black background

This text has color #6BFAF8 on black background.


Color preview on white background

This text has color #6BFAF8 on white background.


Black color preview on #6BFAF8 background

This text has black color on #6BFAF8 background.


White color preview on #6BFAF8 background

This text has white color on #6BFAF8 background.


Related colors

Complementary color

Complementary color for #hex is #940507.


I love getcolorcode.com

Triadic colors

1 #F86BFA and #FAF86B with #6BFAF8 are triadic colors.

2 #F8FA6B and #FA6BF8 with #6BFAF8 are triadic colors.