COLOR #6CA4CE

HEX: #6CA4CE
RGB: (108,164,206)

Color info

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

RGB color model

#6CA4CE color RGB value is (108,164,206).

  • red value is 108;
  • green value is 164;
  • blue value is 206.
RGB:
(108,164,206)
(42%,64%,81%)

RGB channels and saturation

R 108 of 255 = 42%
G 164 of 255 = 64%
B 206 of 255 = 81%

108
164
206

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

Portions of RGB colors in percentages

R + G + B =
108 + 164 + 206 = 478 (100%)
R 108 of 478 ~ 22.59%
G 164 of 478 ~ 34.31%
B 206 of 478 ~ 43.1%

%22.59
%34.31
%43.1

CMYK color model

#6CA4CE color CMYK value is (48,20,0,19).

  • cyan value is 47.57%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(48,20,0,19)
C48M20Y0K19 
(48%,20%,0%,19%)
(0.48/0.20/0.00/0.19)	

CMYK percentages

%47.57
%20.39
%0
%19.22

Codes

Color #6CA4CE in popluar color models

6CA4CE
RGB108164206
HSL206°50.00%61.57%
HSB/HSV206°47.57%80.78%
CMYK47.57%20.39%0.00%
19.22%

Color #6CA4CE in popluar number systems.

HEX6CA4CE
Decimal108164206
Binary11011001010010011001110
Octal154244316

Shades and tints

Shades of #6CA4CE

#6CA4CE
(108,164,206)
#6396BC
(99,150,188)
#5A88AA
(90,136,170)
#517A98
(81,122,152)
#486C86
(72,108,134)
#3F5E74
(63,94,116)
#365062
(54,80,98)
#2D4250
(45,66,80)
#24343E
(36,52,62)
#1B262C
(27,38,44)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #6CA4CE

#6CA4CE
(108,164,206)
#79ACD2
(121,172,210)
#86B4D6
(134,180,214)
#93BCDA
(147,188,218)
#A0C4DE
(160,196,222)
#ADCCE2
(173,204,226)
#BAD4E6
(186,212,230)
#C7DCEA
(199,220,234)
#D4E4EE
(212,228,238)
#E1ECF2
(225,236,242)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA4CE color. Also use rgb(108,164,206) instead hex code.

Text Font Color

.myTextColor { color: #6CA4CE; }

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

This text font color is #6CA4CE.


Background Color

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

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

This div background color is #6CA4CE.


Border color

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

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

This div border color is #6CA4CE.


Opacity

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

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

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

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

This text has shadow with #6CA4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA4CE on black background.


Color preview on white background

This text has color #6CA4CE on white background.



Black color preview on #6CA4CE background

This text has black color on #6CA4CE background.


White color preview on #6CA4CE background

This text has white color on #6CA4CE background.