COLOR #6CA0C3

HEX: #6CA0C3
RGB: (108,160,195)

Color info

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

RGB color model

#6CA0C3 color RGB value is (108,160,195).

  • red value is 108;
  • green value is 160;
  • blue value is 195.
RGB:
(108,160,195)
(42%,63%,76%)

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 195 of 255 = 76%

108
160
195

R + G + B ~ 60%. #6CA0C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 160 + 195 = 463 (100%)
R 108 of 463 ~ 23.33%
G 160 of 463 ~ 34.56%
B 195 of 463 ~ 42.12%

%23.33
%34.56
%42.12

CMYK color model

#6CA0C3 color CMYK value is (45,18,0,24).

  • cyan value is 44.62%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(45,18,0,24)
C45M18Y0K24 
(45%,18%,0%,24%)
(0.45/0.18/0.00/0.24)	

CMYK percentages

%44.62
%17.95
%0
%23.53

Codes

Color #6CA0C3 in popluar color models

6CA0C3
RGB108160195
HSL204°42.03%59.41%
HSB/HSV204°44.62%76.47%
CMYK44.62%17.95%0.00%
23.53%

Color #6CA0C3 in popluar number systems.

HEX6CA0C3
Decimal108160195
Binary11011001010000011000011
Octal154240303

Shades and tints

Shades of #6CA0C3

#6CA0C3
(108,160,195)
#6392B2
(99,146,178)
#5A84A1
(90,132,161)
#517690
(81,118,144)
#48687F
(72,104,127)
#3F5A6E
(63,90,110)
#364C5D
(54,76,93)
#2D3E4C
(45,62,76)
#24303B
(36,48,59)
#1B222A
(27,34,42)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #6CA0C3

#6CA0C3
(108,160,195)
#79A8C8
(121,168,200)
#86B0CD
(134,176,205)
#93B8D2
(147,184,210)
#A0C0D7
(160,192,215)
#ADC8DC
(173,200,220)
#BAD0E1
(186,208,225)
#C7D8E6
(199,216,230)
#D4E0EB
(212,224,235)
#E1E8F0
(225,232,240)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA0C3 color. Also use rgb(108,160,195) instead hex code.

Text Font Color

.myTextColor { color: #6CA0C3; }

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

This text font color is #6CA0C3.


Background Color

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

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

This div background color is #6CA0C3.


Border color

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

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

This div border color is #6CA0C3.


Opacity

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

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

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

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

This text has shadow with #6CA0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA0C3 on black background.


Color preview on white background

This text has color #6CA0C3 on white background.



Black color preview on #6CA0C3 background

This text has black color on #6CA0C3 background.


White color preview on #6CA0C3 background

This text has white color on #6CA0C3 background.