COLOR #6BF1F5

HEX: #6BF1F5 RGB: (107,241,245)

Color info

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

RGB color model

#6BF1F5 color RGB value is (107,241,245).

RGB: (107,241,245) (42%, 95%, 96%)

RGB channels and saturation

R 107 of 255 = 42%
G 241 of 255 = 95%
B 245 of 255 = 96%

107
241
245

R + G + B ~ 78%. #6BF1F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 241 + 245 = 593 (100%)
R 107 of 593 ~ 18.04%
G 241 of 593 ~ 40.64%
B 245 of 593 ~ 41.32'%

%18.04
%40.64
%41.32

CMYK color model

#6BF1F5 color CMYK value is (56,2,0,4).

  • cyan value is 56.33%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (56,2,0,4)
C56M2Y0K4 (56%, 2%, 0%, 4%)
(0.56 / 0.02 / 0.00 / 0.04)

CMYK percentages

%56.33
%1.63
%0
%3.92

Codes

Color #6BF1F5 in popluar color models

6B F1 F5
RGB 107 241 245
HSL 182° 87.34% 69.02%
HSB/HSV 182° 56.33% 96.08%
CMYK 56.33% 1.63% 0.00%
3.92%

Color #6BF1F5 in popluar number systems.

HEX 6B F1 F5
Decimal 107 241 245
Binary 1101011 11110001 11110101
Octal 153 361 365

Shades and tints

Shades of #6BF1F5

#6BF1F5
(107,241,245)
#62DCDF
(98,220,223)
#59C7C9
(89,199,201)
#50B2B3
(80,178,179)
#479D9D
(71,157,157)
#3E8887
(62,136,135)
#357371
(53,115,113)
#2C5E5B
(44,94,91)
#234945
(35,73,69)
#1A342F
(26,52,47)
#111F19
(17,31,25)
#000000
(0,0,0)

Tints of #6BF1F5

#6BF1F5
(107,241,245)
#78F2F5
(120,242,245)
#85F3F5
(133,243,245)
#92F4F5
(146,244,245)
#9FF5F5
(159,245,245)
#ACF6F5
(172,246,245)
#B9F7F5
(185,247,245)
#C6F8F5
(198,248,245)
#D3F9F5
(211,249,245)
#E0FAF5
(224,250,245)
#EDFBF5
(237,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BF1F5; }

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

This text font color is #6BF1F5.

Background Color

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

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

This div background color is #6BF1F5.

Border color

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

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

This div border color is #6BF1F5.

Opacity

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

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

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

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

This text has shadow with #6BF1F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BF1F5.

Preview

Color preview on black background

This text has color #6BF1F5 on black background.


Color preview on white background

This text has color #6BF1F5 on white background.


Black color preview on #6BF1F5 background

This text has black color on #6BF1F5 background.


White color preview on #6BF1F5 background

This text has white color on #6BF1F5 background.


Related colors

Complementary color

Complementary color for #hex is #940E0A.


I love getcolorcode.com

Triadic colors

1 #F56BF1 and #F1F56B with #6BF1F5 are triadic colors.

2 #F5F16B and #F16BF5 with #6BF1F5 are triadic colors.