COLOR #6CA494

HEX: #6CA494
RGB: (108,164,148)

Color info

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

RGB color model

#6CA494 color RGB value is (108,164,148).

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

RGB channels and saturation

R 108 of 255 = 42%
G 164 of 255 = 64%
B 148 of 255 = 58%

108
164
148

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

Portions of RGB colors in percentages

R + G + B =
108 + 164 + 148 = 420 (100%)
R 108 of 420 ~ 25.71%
G 164 of 420 ~ 39.05%
B 148 of 420 ~ 35.24%

%25.71
%39.05
%35.24

CMYK color model

#6CA494 color CMYK value is (34,0,10,36).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(34,0,10,36)
C34M0Y10K36 
(34%,0%,10%,36%)
(0.34/0.00/0.10/0.36)	

CMYK percentages

%34.15
%0
%9.76
%35.69

Codes

Color #6CA494 in popluar color models

6CA494
RGB108164148
HSL163°23.53%53.33%
HSB/HSV163°34.15%64.31%
CMYK34.15%0.00%9.76%
35.69%

Color #6CA494 in popluar number systems.

HEX6CA494
Decimal108164148
Binary11011001010010010010100
Octal154244224

Shades and tints

Shades of #6CA494

#6CA494
(108,164,148)
#639687
(99,150,135)
#5A887A
(90,136,122)
#517A6D
(81,122,109)
#486C60
(72,108,96)
#3F5E53
(63,94,83)
#365046
(54,80,70)
#2D4239
(45,66,57)
#24342C
(36,52,44)
#1B261F
(27,38,31)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #6CA494

#6CA494
(108,164,148)
#79AC9D
(121,172,157)
#86B4A6
(134,180,166)
#93BCAF
(147,188,175)
#A0C4B8
(160,196,184)
#ADCCC1
(173,204,193)
#BAD4CA
(186,212,202)
#C7DCD3
(199,220,211)
#D4E4DC
(212,228,220)
#E1ECE5
(225,236,229)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA494; }

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

This text font color is #6CA494.


Background Color

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

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

This div background color is #6CA494.


Border color

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

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

This div border color is #6CA494.


Opacity

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

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

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

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

This text has shadow with #6CA494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA494 on black background.


Color preview on white background

This text has color #6CA494 on white background.



Black color preview on #6CA494 background

This text has black color on #6CA494 background.


White color preview on #6CA494 background

This text has white color on #6CA494 background.