COLOR #6CC8BE

HEX: #6CC8BE RGB: (108,200,190)

Color info

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

RGB color model

#6CC8BE color RGB value is (108,200,190).

RGB: (108,200,190) (42%, 78%, 75%)

RGB channels and saturation

R 108 of 255 = 42%
G 200 of 255 = 78%
B 190 of 255 = 75%

108
200
190

R + G + B ~ 65%. #6CC8BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 200 + 190 = 498 (100%)
R 108 of 498 ~ 21.69%
G 200 of 498 ~ 40.16%
B 190 of 498 ~ 38.15'%

%21.69
%40.16
%38.15

CMYK color model

#6CC8BE color CMYK value is (46,0,5,22).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK: (46,0,5,22) C46M0Y5K22 (46%,0%,5%,22%) (0.46/0.00/0.05/0.22) 

CMYK percentages

%46
%0
%5
%21.57

Codes

Color #6CC8BE in popluar color models

6C C8 BE
RGB 108 200 190
HSL 173° 45.54% 60.39%
HSB/HSV 173° 46.00% 78.43%
CMYK 46.00% 0.00% 5.00%
21.57%

Color #6CC8BE in popluar number systems.

HEX 6C C8 BE
Decimal 108 200 190
Binary 1101100 11001000 10111110
Octal 154 310 276

Shades and tints

Shades of #6CC8BE

#6CC8BE
(108,200,190)
#63B6AD
(99,182,173)
#5AA49C
(90,164,156)
#51928B
(81,146,139)
#48807A
(72,128,122)
#3F6E69
(63,110,105)
#365C58
(54,92,88)
#2D4A47
(45,74,71)
#243836
(36,56,54)
#1B2625
(27,38,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #6CC8BE

#6CC8BE
(108,200,190)
#79CDC3
(121,205,195)
#86D2C8
(134,210,200)
#93D7CD
(147,215,205)
#A0DCD2
(160,220,210)
#ADE1D7
(173,225,215)
#BAE6DC
(186,230,220)
#C7EBE1
(199,235,225)
#D4F0E6
(212,240,230)
#E1F5EB
(225,245,235)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC8BE color. Also use rgb(108,200,190) instead hex code.

Text Font Color

.myTextColor { color: #6CC8BE; }

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

This text font color is #6CC8BE.

Background Color

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

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

This div background color is #6CC8BE.

Border color

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

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

This div border color is #6CC8BE.

Opacity

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

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

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

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

This text has shadow with #6CC8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC8BE.

Preview

Color preview on black background

This text has color #6CC8BE on black background.


Color preview on white background

This text has color #6CC8BE on white background.


Black color preview on #6CC8BE background

This text has black color on #6CC8BE background.


White color preview on #6CC8BE background

This text has white color on #6CC8BE background.


Related colors

Complementary color

Complementary color for #hex is #933741.


I love getcolorcode.com

Triadic colors

1 #BE6CC8 and #C8BE6C with #6CC8BE are triadic colors.

2 #BEC86C and #C86CBE with #6CC8BE are triadic colors.