COLOR #6CA39A

HEX: #6CA39A
RGB: (108,163,154)

Color info

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

RGB color model

#6CA39A color RGB value is (108,163,154).

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

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 154 of 255 = 60%

108
163
154

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

Portions of RGB colors in percentages

R + G + B =
108 + 163 + 154 = 425 (100%)
R 108 of 425 ~ 25.41%
G 163 of 425 ~ 38.35%
B 154 of 425 ~ 36.24%

%25.41
%38.35
%36.24

CMYK color model

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

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(34,0,6,36)
C34M0Y6K36 
(34%,0%,6%,36%)
(0.34/0.00/0.06/0.36)	

CMYK percentages

%33.74
%0
%5.52
%36.08

Codes

Color #6CA39A in popluar color models

6CA39A
RGB108163154
HSL170°23.01%53.14%
HSB/HSV170°33.74%63.92%
CMYK33.74%0.00%5.52%
36.08%

Color #6CA39A in popluar number systems.

HEX6CA39A
Decimal108163154
Binary11011001010001110011010
Octal154243232

Shades and tints

Shades of #6CA39A

#6CA39A
(108,163,154)
#63958C
(99,149,140)
#5A877E
(90,135,126)
#517970
(81,121,112)
#486B62
(72,107,98)
#3F5D54
(63,93,84)
#364F46
(54,79,70)
#2D4138
(45,65,56)
#24332A
(36,51,42)
#1B251C
(27,37,28)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #6CA39A

#6CA39A
(108,163,154)
#79ABA3
(121,171,163)
#86B3AC
(134,179,172)
#93BBB5
(147,187,181)
#A0C3BE
(160,195,190)
#ADCBC7
(173,203,199)
#BAD3D0
(186,211,208)
#C7DBD9
(199,219,217)
#D4E3E2
(212,227,226)
#E1EBEB
(225,235,235)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA39A; }

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

This text font color is #6CA39A.


Background Color

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

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

This div background color is #6CA39A.


Border color

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

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

This div border color is #6CA39A.


Opacity

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

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

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

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

This text has shadow with #6CA39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA39A on black background.


Color preview on white background

This text has color #6CA39A on white background.



Black color preview on #6CA39A background

This text has black color on #6CA39A background.


White color preview on #6CA39A background

This text has white color on #6CA39A background.