COLOR #6CBCC9

HEX: #6CBCC9
RGB: (108,188,201)

Color info

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

RGB color model

#6CBCC9 color RGB value is (108,188,201).

  • red value is 108;
  • green value is 188;
  • blue value is 201.
RGB:
(108,188,201)
(42%,74%,79%)

RGB channels and saturation

R 108 of 255 = 42%
G 188 of 255 = 74%
B 201 of 255 = 79%

108
188
201

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

Portions of RGB colors in percentages

R + G + B =
108 + 188 + 201 = 497 (100%)
R 108 of 497 ~ 21.73%
G 188 of 497 ~ 37.83%
B 201 of 497 ~ 40.44%

%21.73
%37.83
%40.44

CMYK color model

#6CBCC9 color CMYK value is (46,6,0,21).

  • cyan value is 46.27%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(46,6,0,21)
C46M6Y0K21 
(46%,6%,0%,21%)
(0.46/0.06/0.00/0.21)	

CMYK percentages

%46.27
%6.47
%0
%21.18

Codes

Color #6CBCC9 in popluar color models

6CBCC9
RGB108188201
HSL188°46.27%60.59%
HSB/HSV188°46.27%78.82%
CMYK46.27%6.47%0.00%
21.18%

Color #6CBCC9 in popluar number systems.

HEX6CBCC9
Decimal108188201
Binary11011001011110011001001
Octal154274311

Shades and tints

Shades of #6CBCC9

#6CBCC9
(108,188,201)
#63ABB7
(99,171,183)
#5A9AA5
(90,154,165)
#518993
(81,137,147)
#487881
(72,120,129)
#3F676F
(63,103,111)
#36565D
(54,86,93)
#2D454B
(45,69,75)
#243439
(36,52,57)
#1B2327
(27,35,39)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #6CBCC9

#6CBCC9
(108,188,201)
#79C2CD
(121,194,205)
#86C8D1
(134,200,209)
#93CED5
(147,206,213)
#A0D4D9
(160,212,217)
#ADDADD
(173,218,221)
#BAE0E1
(186,224,225)
#C7E6E5
(199,230,229)
#D4ECE9
(212,236,233)
#E1F2ED
(225,242,237)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBCC9 color. Also use rgb(108,188,201) instead hex code.

Text Font Color

.myTextColor { color: #6CBCC9; }

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

This text font color is #6CBCC9.


Background Color

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

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

This div background color is #6CBCC9.


Border color

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

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

This div border color is #6CBCC9.


Opacity

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

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

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

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

This text has shadow with #6CBCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBCC9 on black background.


Color preview on white background

This text has color #6CBCC9 on white background.



Black color preview on #6CBCC9 background

This text has black color on #6CBCC9 background.


White color preview on #6CBCC9 background

This text has white color on #6CBCC9 background.