COLOR #6CA6CA

HEX: #6CA6CA
RGB: (108,166,202)

Color info

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

RGB color model

#6CA6CA color RGB value is (108,166,202).

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

RGB channels and saturation

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

108
166
202

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

Portions of RGB colors in percentages

R + G + B =
108 + 166 + 202 = 476 (100%)
R 108 of 476 ~ 22.69%
G 166 of 476 ~ 34.87%
B 202 of 476 ~ 42.44%

%22.69
%34.87
%42.44

CMYK color model

#6CA6CA color CMYK value is (47,18,0,21).

  • cyan value is 46.53%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(47,18,0,21)
C47M18Y0K21 
(47%,18%,0%,21%)
(0.47/0.18/0.00/0.21)	

CMYK percentages

%46.53
%17.82
%0
%20.78

Codes

Color #6CA6CA in popluar color models

6CA6CA
RGB108166202
HSL203°47.00%60.78%
HSB/HSV203°46.53%79.22%
CMYK46.53%17.82%0.00%
20.78%

Color #6CA6CA in popluar number systems.

HEX6CA6CA
Decimal108166202
Binary11011001010011011001010
Octal154246312

Shades and tints

Shades of #6CA6CA

#6CA6CA
(108,166,202)
#6397B8
(99,151,184)
#5A88A6
(90,136,166)
#517994
(81,121,148)
#486A82
(72,106,130)
#3F5B70
(63,91,112)
#364C5E
(54,76,94)
#2D3D4C
(45,61,76)
#242E3A
(36,46,58)
#1B1F28
(27,31,40)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #6CA6CA

#6CA6CA
(108,166,202)
#79AECE
(121,174,206)
#86B6D2
(134,182,210)
#93BED6
(147,190,214)
#A0C6DA
(160,198,218)
#ADCEDE
(173,206,222)
#BAD6E2
(186,214,226)
#C7DEE6
(199,222,230)
#D4E6EA
(212,230,234)
#E1EEEE
(225,238,238)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA6CA; }

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

This text font color is #6CA6CA.


Background Color

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

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

This div background color is #6CA6CA.


Border color

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

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

This div border color is #6CA6CA.


Opacity

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

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

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

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

This text has shadow with #6CA6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA6CA on black background.


Color preview on white background

This text has color #6CA6CA on white background.



Black color preview on #6CA6CA background

This text has black color on #6CA6CA background.


White color preview on #6CA6CA background

This text has white color on #6CA6CA background.