COLOR #6CA8C1

HEX: #6CA8C1
RGB: (108,168,193)

Color info

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

RGB color model

#6CA8C1 color RGB value is (108,168,193).

  • red value is 108;
  • green value is 168;
  • blue value is 193.
RGB:
(108,168,193)
(42%,66%,76%)

RGB channels and saturation

R 108 of 255 = 42%
G 168 of 255 = 66%
B 193 of 255 = 76%

108
168
193

R + G + B ~ 61%. #6CA8C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 168 + 193 = 469 (100%)
R 108 of 469 ~ 23.03%
G 168 of 469 ~ 35.82%
B 193 of 469 ~ 41.15%

%23.03
%35.82
%41.15

CMYK color model

#6CA8C1 color CMYK value is (44,13,0,24).

  • cyan value is 44.04%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(44,13,0,24)
C44M13Y0K24 
(44%,13%,0%,24%)
(0.44/0.13/0.00/0.24)	

CMYK percentages

%44.04
%12.95
%0
%24.31

Codes

Color #6CA8C1 in popluar color models

6CA8C1
RGB108168193
HSL198°40.67%59.02%
HSB/HSV198°44.04%75.69%
CMYK44.04%12.95%0.00%
24.31%

Color #6CA8C1 in popluar number systems.

HEX6CA8C1
Decimal108168193
Binary11011001010100011000001
Octal154250301

Shades and tints

Shades of #6CA8C1

#6CA8C1
(108,168,193)
#6399B0
(99,153,176)
#5A8A9F
(90,138,159)
#517B8E
(81,123,142)
#486C7D
(72,108,125)
#3F5D6C
(63,93,108)
#364E5B
(54,78,91)
#2D3F4A
(45,63,74)
#243039
(36,48,57)
#1B2128
(27,33,40)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #6CA8C1

#6CA8C1
(108,168,193)
#79AFC6
(121,175,198)
#86B6CB
(134,182,203)
#93BDD0
(147,189,208)
#A0C4D5
(160,196,213)
#ADCBDA
(173,203,218)
#BAD2DF
(186,210,223)
#C7D9E4
(199,217,228)
#D4E0E9
(212,224,233)
#E1E7EE
(225,231,238)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA8C1 color. Also use rgb(108,168,193) instead hex code.

Text Font Color

.myTextColor { color: #6CA8C1; }

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

This text font color is #6CA8C1.


Background Color

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

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

This div background color is #6CA8C1.


Border color

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

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

This div border color is #6CA8C1.


Opacity

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

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

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

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

This text has shadow with #6CA8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA8C1 on black background.


Color preview on white background

This text has color #6CA8C1 on white background.



Black color preview on #6CA8C1 background

This text has black color on #6CA8C1 background.


White color preview on #6CA8C1 background

This text has white color on #6CA8C1 background.