COLOR #6CA6C9

HEX: #6CA6C9
RGB: (108,166,201)

Color info

#6CA6C9 contains mainly green and blue colors. Web safe color of #6CA6C9 is #6699CC (or #69C).

RGB color model

#6CA6C9 color RGB value is (108,166,201).

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

RGB channels and saturation

R 108 of 255 = 42%
G 166 of 255 = 65%
B 201 of 255 = 79%

108
166
201

R + G + B ~ 62%. #6CA6C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 166 + 201 = 475 (100%)
R 108 of 475 ~ 22.74%
G 166 of 475 ~ 34.95%
B 201 of 475 ~ 42.32%

%22.74
%34.95
%42.32

CMYK color model

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

  • cyan value is 46.27%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(46,17,0,21)
C46M17Y0K21 
(46%,17%,0%,21%)
(0.46/0.17/0.00/0.21)	

CMYK percentages

%46.27
%17.41
%0
%21.18

Codes

Color #6CA6C9 in popluar color models

6CA6C9
RGB108166201
HSL203°46.27%60.59%
HSB/HSV203°46.27%78.82%
CMYK46.27%17.41%0.00%
21.18%

Color #6CA6C9 in popluar number systems.

HEX6CA6C9
Decimal108166201
Binary11011001010011011001001
Octal154246311

Shades and tints

Shades of #6CA6C9

#6CA6C9
(108,166,201)
#6397B7
(99,151,183)
#5A88A5
(90,136,165)
#517993
(81,121,147)
#486A81
(72,106,129)
#3F5B6F
(63,91,111)
#364C5D
(54,76,93)
#2D3D4B
(45,61,75)
#242E39
(36,46,57)
#1B1F27
(27,31,39)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #6CA6C9

#6CA6C9
(108,166,201)
#79AECD
(121,174,205)
#86B6D1
(134,182,209)
#93BED5
(147,190,213)
#A0C6D9
(160,198,217)
#ADCEDD
(173,206,221)
#BAD6E1
(186,214,225)
#C7DEE5
(199,222,229)
#D4E6E9
(212,230,233)
#E1EEED
(225,238,237)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA6C9; }

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

This text font color is #6CA6C9.


Background Color

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

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

This div background color is #6CA6C9.


Border color

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

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

This div border color is #6CA6C9.


Opacity

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

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

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

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

This text has shadow with #6CA6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA6C9 on black background.


Color preview on white background

This text has color #6CA6C9 on white background.



Black color preview on #6CA6C9 background

This text has black color on #6CA6C9 background.


White color preview on #6CA6C9 background

This text has white color on #6CA6C9 background.