COLOR #6CA7CA

HEX: #6CA7CA
RGB: (108,167,202)

Color info

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

RGB color model

#6CA7CA color RGB value is (108,167,202).

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

RGB channels and saturation

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

108
167
202

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

Portions of RGB colors in percentages

R + G + B =
108 + 167 + 202 = 477 (100%)
R 108 of 477 ~ 22.64%
G 167 of 477 ~ 35.01%
B 202 of 477 ~ 42.35%

%22.64
%35.01
%42.35

CMYK color model

#6CA7CA color CMYK value is (47,17,0,21).

  • cyan value is 46.53%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(47,17,0,21)
C47M17Y0K21 
(47%,17%,0%,21%)
(0.47/0.17/0.00/0.21)	

CMYK percentages

%46.53
%17.33
%0
%20.78

Codes

Color #6CA7CA in popluar color models

6CA7CA
RGB108167202
HSL202°47.00%60.78%
HSB/HSV202°46.53%79.22%
CMYK46.53%17.33%0.00%
20.78%

Color #6CA7CA in popluar number systems.

HEX6CA7CA
Decimal108167202
Binary11011001010011111001010
Octal154247312

Shades and tints

Shades of #6CA7CA

#6CA7CA
(108,167,202)
#6398B8
(99,152,184)
#5A89A6
(90,137,166)
#517A94
(81,122,148)
#486B82
(72,107,130)
#3F5C70
(63,92,112)
#364D5E
(54,77,94)
#2D3E4C
(45,62,76)
#242F3A
(36,47,58)
#1B2028
(27,32,40)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #6CA7CA

#6CA7CA
(108,167,202)
#79AFCE
(121,175,206)
#86B7D2
(134,183,210)
#93BFD6
(147,191,214)
#A0C7DA
(160,199,218)
#ADCFDE
(173,207,222)
#BAD7E2
(186,215,226)
#C7DFE6
(199,223,230)
#D4E7EA
(212,231,234)
#E1EFEE
(225,239,238)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA7CA; }

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

This text font color is #6CA7CA.


Background Color

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

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

This div background color is #6CA7CA.


Border color

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

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

This div border color is #6CA7CA.


Opacity

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

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

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

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

This text has shadow with #6CA7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA7CA on black background.


Color preview on white background

This text has color #6CA7CA on white background.



Black color preview on #6CA7CA background

This text has black color on #6CA7CA background.


White color preview on #6CA7CA background

This text has white color on #6CA7CA background.