COLOR #6CA491

HEX: #6CA491
RGB: (108,164,145)

Color info

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

RGB color model

#6CA491 color RGB value is (108,164,145).

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

RGB channels and saturation

R 108 of 255 = 42%
G 164 of 255 = 64%
B 145 of 255 = 57%

108
164
145

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

Portions of RGB colors in percentages

R + G + B =
108 + 164 + 145 = 417 (100%)
R 108 of 417 ~ 25.9%
G 164 of 417 ~ 39.33%
B 145 of 417 ~ 34.77%

%25.9
%39.33
%34.77

CMYK color model

#6CA491 color CMYK value is (34,0,12,36).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 35.69%
CMYK:
(34,0,12,36)
C34M0Y12K36 
(34%,0%,12%,36%)
(0.34/0.00/0.12/0.36)	

CMYK percentages

%34.15
%0
%11.59
%35.69

Codes

Color #6CA491 in popluar color models

6CA491
RGB108164145
HSL160°23.53%53.33%
HSB/HSV160°34.15%64.31%
CMYK34.15%0.00%11.59%
35.69%

Color #6CA491 in popluar number systems.

HEX6CA491
Decimal108164145
Binary11011001010010010010001
Octal154244221

Shades and tints

Shades of #6CA491

#6CA491
(108,164,145)
#639684
(99,150,132)
#5A8877
(90,136,119)
#517A6A
(81,122,106)
#486C5D
(72,108,93)
#3F5E50
(63,94,80)
#365043
(54,80,67)
#2D4236
(45,66,54)
#243429
(36,52,41)
#1B261C
(27,38,28)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #6CA491

#6CA491
(108,164,145)
#79AC9B
(121,172,155)
#86B4A5
(134,180,165)
#93BCAF
(147,188,175)
#A0C4B9
(160,196,185)
#ADCCC3
(173,204,195)
#BAD4CD
(186,212,205)
#C7DCD7
(199,220,215)
#D4E4E1
(212,228,225)
#E1ECEB
(225,236,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA491; }

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

This text font color is #6CA491.


Background Color

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

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

This div background color is #6CA491.


Border color

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

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

This div border color is #6CA491.


Opacity

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

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

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

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

This text has shadow with #6CA491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA491 on black background.


Color preview on white background

This text has color #6CA491 on white background.



Black color preview on #6CA491 background

This text has black color on #6CA491 background.


White color preview on #6CA491 background

This text has white color on #6CA491 background.