COLOR #6CA4B3

HEX: #6CA4B3
RGB: (108,164,179)

Color info

#6CA4B3 contains mainly green and blue colors. Web safe color of #6CA4B3 is #669999 (or #699).

RGB color model

#6CA4B3 color RGB value is (108,164,179).

  • red value is 108;
  • green value is 164;
  • blue value is 179.
RGB:
(108,164,179)
(42%,64%,70%)

RGB channels and saturation

R 108 of 255 = 42%
G 164 of 255 = 64%
B 179 of 255 = 70%

108
164
179

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

Portions of RGB colors in percentages

R + G + B =
108 + 164 + 179 = 451 (100%)
R 108 of 451 ~ 23.95%
G 164 of 451 ~ 36.36%
B 179 of 451 ~ 39.69%

%23.95
%36.36
%39.69

CMYK color model

#6CA4B3 color CMYK value is (40,8,0,30).

  • cyan value is 39.66%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(40,8,0,30)
C40M8Y0K30 
(40%,8%,0%,30%)
(0.40/0.08/0.00/0.30)	

CMYK percentages

%39.66
%8.38
%0
%29.8

Codes

Color #6CA4B3 in popluar color models

6CA4B3
RGB108164179
HSL193°31.84%56.27%
HSB/HSV193°39.66%70.20%
CMYK39.66%8.38%0.00%
29.80%

Color #6CA4B3 in popluar number systems.

HEX6CA4B3
Decimal108164179
Binary11011001010010010110011
Octal154244263

Shades and tints

Shades of #6CA4B3

#6CA4B3
(108,164,179)
#6396A3
(99,150,163)
#5A8893
(90,136,147)
#517A83
(81,122,131)
#486C73
(72,108,115)
#3F5E63
(63,94,99)
#365053
(54,80,83)
#2D4243
(45,66,67)
#243433
(36,52,51)
#1B2623
(27,38,35)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #6CA4B3

#6CA4B3
(108,164,179)
#79ACB9
(121,172,185)
#86B4BF
(134,180,191)
#93BCC5
(147,188,197)
#A0C4CB
(160,196,203)
#ADCCD1
(173,204,209)
#BAD4D7
(186,212,215)
#C7DCDD
(199,220,221)
#D4E4E3
(212,228,227)
#E1ECE9
(225,236,233)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA4B3 color. Also use rgb(108,164,179) instead hex code.

Text Font Color

.myTextColor { color: #6CA4B3; }

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

This text font color is #6CA4B3.


Background Color

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

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

This div background color is #6CA4B3.


Border color

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

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

This div border color is #6CA4B3.


Opacity

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

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

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

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

This text has shadow with #6CA4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA4B3 on black background.


Color preview on white background

This text has color #6CA4B3 on white background.



Black color preview on #6CA4B3 background

This text has black color on #6CA4B3 background.


White color preview on #6CA4B3 background

This text has white color on #6CA4B3 background.