COLOR #6CA0DC

HEX: #6CA0DC
RGB: (108,160,220)

Color info

#6CA0DC contains mainly blue color. Web safe color of #6CA0DC is #6699CC (or #69C).

RGB color model

#6CA0DC color RGB value is (108,160,220).

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

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 220 of 255 = 86%

108
160
220

R + G + B ~ 64%. #6CA0DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 160 + 220 = 488 (100%)
R 108 of 488 ~ 22.13%
G 160 of 488 ~ 32.79%
B 220 of 488 ~ 45.08%

%22.13
%32.79
%45.08

CMYK color model

#6CA0DC color CMYK value is (51,27,0,14).

  • cyan value is 50.91%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(51,27,0,14)
C51M27Y0K14 
(51%,27%,0%,14%)
(0.51/0.27/0.00/0.14)	

CMYK percentages

%50.91
%27.27
%0
%13.73

Codes

Color #6CA0DC in popluar color models

6CA0DC
RGB108160220
HSL212°61.54%64.31%
HSB/HSV212°50.91%86.27%
CMYK50.91%27.27%0.00%
13.73%

Color #6CA0DC in popluar number systems.

HEX6CA0DC
Decimal108160220
Binary11011001010000011011100
Octal154240334

Shades and tints

Shades of #6CA0DC

#6CA0DC
(108,160,220)
#6392C8
(99,146,200)
#5A84B4
(90,132,180)
#5176A0
(81,118,160)
#48688C
(72,104,140)
#3F5A78
(63,90,120)
#364C64
(54,76,100)
#2D3E50
(45,62,80)
#24303C
(36,48,60)
#1B2228
(27,34,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #6CA0DC

#6CA0DC
(108,160,220)
#79A8DF
(121,168,223)
#86B0E2
(134,176,226)
#93B8E5
(147,184,229)
#A0C0E8
(160,192,232)
#ADC8EB
(173,200,235)
#BAD0EE
(186,208,238)
#C7D8F1
(199,216,241)
#D4E0F4
(212,224,244)
#E1E8F7
(225,232,247)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA0DC; }

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

This text font color is #6CA0DC.


Background Color

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

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

This div background color is #6CA0DC.


Border color

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

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

This div border color is #6CA0DC.


Opacity

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

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

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

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

This text has shadow with #6CA0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA0DC on black background.


Color preview on white background

This text has color #6CA0DC on white background.



Black color preview on #6CA0DC background

This text has black color on #6CA0DC background.


White color preview on #6CA0DC background

This text has white color on #6CA0DC background.