COLOR #6CA496

HEX: #6CA496 RGB: (108,164,150)

Color info

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

RGB color model

#6CA496 color RGB value is (108,164,150).

RGB: (108,164,150) (42%, 64%, 59%)

RGB channels and saturation

R 108 of 255 = 42%
G 164 of 255 = 64%
B 150 of 255 = 59%

108
164
150

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

Portions of RGB colors in percentages

R + G + B = 108 + 164 + 150 = 422 (100%)
R 108 of 422 ~ 25.59%
G 164 of 422 ~ 38.86%
B 150 of 422 ~ 35.55'%

%25.59
%38.86
%35.55

CMYK color model

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

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK: (34,0,9,36) C34M0Y9K36 (34%,0%,9%,36%) (0.34/0.00/0.09/0.36) 

CMYK percentages

%34.15
%0
%8.54
%35.69

Codes

Color #6CA496 in popluar color models

6C A4 96
RGB 108 164 150
HSL 165° 23.53% 53.33%
HSB/HSV 165° 34.15% 64.31%
CMYK 34.15% 0.00% 8.54%
35.69%

Color #6CA496 in popluar number systems.

HEX 6C A4 96
Decimal 108 164 150
Binary 1101100 10100100 10010110
Octal 154 244 226

Shades and tints

Shades of #6CA496

#6CA496
(108,164,150)
#639689
(99,150,137)
#5A887C
(90,136,124)
#517A6F
(81,122,111)
#486C62
(72,108,98)
#3F5E55
(63,94,85)
#365048
(54,80,72)
#2D423B
(45,66,59)
#24342E
(36,52,46)
#1B2621
(27,38,33)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #6CA496

#6CA496
(108,164,150)
#79AC9F
(121,172,159)
#86B4A8
(134,180,168)
#93BCB1
(147,188,177)
#A0C4BA
(160,196,186)
#ADCCC3
(173,204,195)
#BAD4CC
(186,212,204)
#C7DCD5
(199,220,213)
#D4E4DE
(212,228,222)
#E1ECE7
(225,236,231)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA496; }

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

This text font color is #6CA496.

Background Color

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

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

This div background color is #6CA496.

Border color

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

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

This div border color is #6CA496.

Opacity

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

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

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

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

This text has shadow with #6CA496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA496.

Preview

Color preview on black background

This text has color #6CA496 on black background.


Color preview on white background

This text has color #6CA496 on white background.


Black color preview on #6CA496 background

This text has black color on #6CA496 background.


White color preview on #6CA496 background

This text has white color on #6CA496 background.


Related colors

Complementary color

Complementary color for #hex is #935B69.


I love getcolorcode.com

Triadic colors

1 #966CA4 and #A4966C with #6CA496 are triadic colors.

2 #96A46C and #A46C96 with #6CA496 are triadic colors.