COLOR #6BD5CA

HEX: #6BD5CA RGB: (107,213,202)

Color info

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

RGB color model

#6BD5CA color RGB value is (107,213,202).

RGB: (107,213,202) (42%, 84%, 79%)

RGB channels and saturation

R 107 of 255 = 42%
G 213 of 255 = 84%
B 202 of 255 = 79%

107
213
202

R + G + B ~ 68%. #6BD5CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 213 + 202 = 522 (100%)
R 107 of 522 ~ 20.5%
G 213 of 522 ~ 40.8%
B 202 of 522 ~ 38.7'%

%20.5
%40.8
%38.7

CMYK color model

#6BD5CA color CMYK value is (50,0,5,16).

  • cyan value is 49.77%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 16.47%

CMYK: (50,0,5,16)
C50M0Y5K16 (50%, 0%, 5%, 16%)
(0.50 / 0.00 / 0.05 / 0.16)

CMYK percentages

%49.77
%0
%5.16
%16.47

Codes

Color #6BD5CA in popluar color models

6B D5 CA
RGB 107 213 202
HSL 174° 55.79% 62.75%
HSB/HSV 174° 49.77% 83.53%
CMYK 49.77% 0.00% 5.16%
16.47%

Color #6BD5CA in popluar number systems.

HEX 6B D5 CA
Decimal 107 213 202
Binary 1101011 11010101 11001010
Octal 153 325 312

Shades and tints

Shades of #6BD5CA

#6BD5CA
(107,213,202)
#62C2B8
(98,194,184)
#59AFA6
(89,175,166)
#509C94
(80,156,148)
#478982
(71,137,130)
#3E7670
(62,118,112)
#35635E
(53,99,94)
#2C504C
(44,80,76)
#233D3A
(35,61,58)
#1A2A28
(26,42,40)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #6BD5CA

#6BD5CA
(107,213,202)
#78D8CE
(120,216,206)
#85DBD2
(133,219,210)
#92DED6
(146,222,214)
#9FE1DA
(159,225,218)
#ACE4DE
(172,228,222)
#B9E7E2
(185,231,226)
#C6EAE6
(198,234,230)
#D3EDEA
(211,237,234)
#E0F0EE
(224,240,238)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD5CA color. Also use rgb(107,213,202) instead hex code.

Text Font Color

.myTextColor { color: #6BD5CA; }

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

This text font color is #6BD5CA.

Background Color

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

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

This div background color is #6BD5CA.

Border color

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

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

This div border color is #6BD5CA.

Opacity

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

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

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

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

This text has shadow with #6BD5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BD5CA.

Preview

Color preview on black background

This text has color #6BD5CA on black background.


Color preview on white background

This text has color #6BD5CA on white background.


Black color preview on #6BD5CA background

This text has black color on #6BD5CA background.


White color preview on #6BD5CA background

This text has white color on #6BD5CA background.


Related colors

Complementary color

Complementary color for #hex is #942A35.


I love getcolorcode.com

Triadic colors

1 #CA6BD5 and #D5CA6B with #6BD5CA are triadic colors.

2 #CAD56B and #D56BCA with #6BD5CA are triadic colors.