COLOR #6CA4A3

HEX: #6CA4A3
RGB: (108,164,163)

Color info

#6CA4A3 contains red, green and blue colors in about the same proportion. Web safe color of #6CA4A3 is #669999 (or #699).

RGB color model

#6CA4A3 color RGB value is (108,164,163).

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

RGB channels and saturation

R 108 of 255 = 42%
G 164 of 255 = 64%
B 163 of 255 = 64%

108
164
163

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

Portions of RGB colors in percentages

R + G + B =
108 + 164 + 163 = 435 (100%)
R 108 of 435 ~ 24.83%
G 164 of 435 ~ 37.7%
B 163 of 435 ~ 37.47%

%24.83
%37.7
%37.47

CMYK color model

#6CA4A3 color CMYK value is (34,0,1,36).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 0.61%
  • key color value is 35.69%
CMYK:
(34,0,1,36)
C34M0Y1K36 
(34%,0%,1%,36%)
(0.34/0.00/0.01/0.36)	

CMYK percentages

%34.15
%0
%0.61
%35.69

Codes

Color #6CA4A3 in popluar color models

6CA4A3
RGB108164163
HSL179°23.53%53.33%
HSB/HSV179°34.15%64.31%
CMYK34.15%0.00%0.61%
35.69%

Color #6CA4A3 in popluar number systems.

HEX6CA4A3
Decimal108164163
Binary11011001010010010100011
Octal154244243

Shades and tints

Shades of #6CA4A3

#6CA4A3
(108,164,163)
#639695
(99,150,149)
#5A8887
(90,136,135)
#517A79
(81,122,121)
#486C6B
(72,108,107)
#3F5E5D
(63,94,93)
#36504F
(54,80,79)
#2D4241
(45,66,65)
#243433
(36,52,51)
#1B2625
(27,38,37)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #6CA4A3

#6CA4A3
(108,164,163)
#79ACAB
(121,172,171)
#86B4B3
(134,180,179)
#93BCBB
(147,188,187)
#A0C4C3
(160,196,195)
#ADCCCB
(173,204,203)
#BAD4D3
(186,212,211)
#C7DCDB
(199,220,219)
#D4E4E3
(212,228,227)
#E1ECEB
(225,236,235)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA4A3; }

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

This text font color is #6CA4A3.


Background Color

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

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

This div background color is #6CA4A3.


Border color

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

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

This div border color is #6CA4A3.


Opacity

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

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

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

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

This text has shadow with #6CA4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA4A3 on black background.


Color preview on white background

This text has color #6CA4A3 on white background.



Black color preview on #6CA4A3 background

This text has black color on #6CA4A3 background.


White color preview on #6CA4A3 background

This text has white color on #6CA4A3 background.