COLOR #6BE2DA

HEX: #6BE2DA RGB: (107,226,218)

Color info

#6BE2DA contains mainly green and blue colors. Web safe color of #6BE2DA is #66CCCC (or #6CC).

RGB color model

#6BE2DA color RGB value is (107,226,218).

RGB: (107,226,218) (42%, 89%, 85%)

RGB channels and saturation

R 107 of 255 = 42%
G 226 of 255 = 89%
B 218 of 255 = 85%

107
226
218

R + G + B ~ 72%. #6BE2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 226 + 218 = 551 (100%)
R 107 of 551 ~ 19.42%
G 226 of 551 ~ 41.02%
B 218 of 551 ~ 39.56'%

%19.42
%41.02
%39.56

CMYK color model

#6BE2DA color CMYK value is (53,0,4,11).

  • cyan value is 52.65%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 11.37%

CMYK: (53,0,4,11)
C53M0Y4K11 (53%, 0%, 4%, 11%)
(0.53 / 0.00 / 0.04 / 0.11)

CMYK percentages

%52.65
%0
%3.54
%11.37

Codes

Color #6BE2DA in popluar color models

6B E2 DA
RGB 107 226 218
HSL 176° 67.23% 65.29%
HSB/HSV 176° 52.65% 88.63%
CMYK 52.65% 0.00% 3.54%
11.37%

Color #6BE2DA in popluar number systems.

HEX 6B E2 DA
Decimal 107 226 218
Binary 1101011 11100010 11011010
Octal 153 342 332

Shades and tints

Shades of #6BE2DA

#6BE2DA
(107,226,218)
#62CEC7
(98,206,199)
#59BAB4
(89,186,180)
#50A6A1
(80,166,161)
#47928E
(71,146,142)
#3E7E7B
(62,126,123)
#356A68
(53,106,104)
#2C5655
(44,86,85)
#234242
(35,66,66)
#1A2E2F
(26,46,47)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #6BE2DA

#6BE2DA
(107,226,218)
#78E4DD
(120,228,221)
#85E6E0
(133,230,224)
#92E8E3
(146,232,227)
#9FEAE6
(159,234,230)
#ACECE9
(172,236,233)
#B9EEEC
(185,238,236)
#C6F0EF
(198,240,239)
#D3F2F2
(211,242,242)
#E0F4F5
(224,244,245)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BE2DA color. Also use rgb(107,226,218) instead hex code.

Text Font Color

.myTextColor { color: #6BE2DA; }

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

This text font color is #6BE2DA.

Background Color

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

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

This div background color is #6BE2DA.

Border color

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

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

This div border color is #6BE2DA.

Opacity

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

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

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

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

This text has shadow with #6BE2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BE2DA.

Preview

Color preview on black background

This text has color #6BE2DA on black background.


Color preview on white background

This text has color #6BE2DA on white background.


Black color preview on #6BE2DA background

This text has black color on #6BE2DA background.


White color preview on #6BE2DA background

This text has white color on #6BE2DA background.


Related colors

Complementary color

Complementary color for #hex is #941D25.


I love getcolorcode.com

Triadic colors

1 #DA6BE2 and #E2DA6B with #6BE2DA are triadic colors.

2 #DAE26B and #E26BDA with #6BE2DA are triadic colors.