COLOR #6CB6CB

HEX: #6CB6CB RGB: (108,182,203)

Color info

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

RGB color model

#6CB6CB color RGB value is (108,182,203).

RGB: (108,182,203) (42%, 71%, 80%)

RGB channels and saturation

R 108 of 255 = 42%
G 182 of 255 = 71%
B 203 of 255 = 80%

108
182
203

R + G + B ~ 64%. #6CB6CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 182 + 203 = 493 (100%)
R 108 of 493 ~ 21.91%
G 182 of 493 ~ 36.92%
B 203 of 493 ~ 41.18'%

%21.91
%36.92
%41.18

CMYK color model

#6CB6CB color CMYK value is (47,10,0,20).

  • cyan value is 46.80%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (47,10,0,20)
C47M10Y0K20 (47%, 10%, 0%, 20%)
(0.47 / 0.10 / 0.00 / 0.20)

CMYK percentages

%46.8
%10.34
%0
%20.39

Codes

Color #6CB6CB in popluar color models

6C B6 CB
RGB 108 182 203
HSL 193° 47.74% 60.98%
HSB/HSV 193° 46.80% 79.61%
CMYK 46.80% 10.34% 0.00%
20.39%

Color #6CB6CB in popluar number systems.

HEX 6C B6 CB
Decimal 108 182 203
Binary 1101100 10110110 11001011
Octal 154 266 313

Shades and tints

Shades of #6CB6CB

#6CB6CB
(108,182,203)
#63A6B9
(99,166,185)
#5A96A7
(90,150,167)
#518695
(81,134,149)
#487683
(72,118,131)
#3F6671
(63,102,113)
#36565F
(54,86,95)
#2D464D
(45,70,77)
#24363B
(36,54,59)
#1B2629
(27,38,41)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #6CB6CB

#6CB6CB
(108,182,203)
#79BCCF
(121,188,207)
#86C2D3
(134,194,211)
#93C8D7
(147,200,215)
#A0CEDB
(160,206,219)
#ADD4DF
(173,212,223)
#BADAE3
(186,218,227)
#C7E0E7
(199,224,231)
#D4E6EB
(212,230,235)
#E1ECEF
(225,236,239)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB6CB color. Also use rgb(108,182,203) instead hex code.

Text Font Color

.myTextColor { color: #6CB6CB; }

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

This text font color is #6CB6CB.

Background Color

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

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

This div background color is #6CB6CB.

Border color

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

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

This div border color is #6CB6CB.

Opacity

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

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

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

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

This text has shadow with #6CB6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB6CB.

Preview

Color preview on black background

This text has color #6CB6CB on black background.


Color preview on white background

This text has color #6CB6CB on white background.


Black color preview on #6CB6CB background

This text has black color on #6CB6CB background.


White color preview on #6CB6CB background

This text has white color on #6CB6CB background.


Related colors

Complementary color

Complementary color for #hex is #934934.


I love getcolorcode.com

Triadic colors

1 #CB6CB6 and #B6CB6C with #6CB6CB are triadic colors.

2 #CBB66C and #B66CCB with #6CB6CB are triadic colors.