COLOR #6CA083

HEX: #6CA083 RGB: (108,160,131)

Color info

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

RGB color model

#6CA083 color RGB value is (108,160,131).

RGB: (108,160,131) (42%, 63%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 131 of 255 = 51%

108
160
131

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

Portions of RGB colors in percentages

R + G + B = 108 + 160 + 131 = 399 (100%)
R 108 of 399 ~ 27.07%
G 160 of 399 ~ 40.1%
B 131 of 399 ~ 32.83'%

%27.07
%40.1
%32.83

CMYK color model

#6CA083 color CMYK value is (33,0,18,37).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 37.25%

CMYK: (33,0,18,37)
C33M0Y18K37 (33%, 0%, 18%, 37%)
(0.33 / 0.00 / 0.18 / 0.37)

CMYK percentages

%32.5
%0
%18.13
%37.25

Codes

Color #6CA083 in popluar color models

6C A0 83
RGB 108 160 131
HSL 147° 21.49% 52.55%
HSB/HSV 147° 32.50% 62.75%
CMYK 32.50% 0.00% 18.13%
37.25%

Color #6CA083 in popluar number systems.

HEX 6C A0 83
Decimal 108 160 131
Binary 1101100 10100000 10000011
Octal 154 240 203

Shades and tints

Shades of #6CA083

#6CA083
(108,160,131)
#639278
(99,146,120)
#5A846D
(90,132,109)
#517662
(81,118,98)
#486857
(72,104,87)
#3F5A4C
(63,90,76)
#364C41
(54,76,65)
#2D3E36
(45,62,54)
#24302B
(36,48,43)
#1B2220
(27,34,32)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #6CA083

#6CA083
(108,160,131)
#79A88E
(121,168,142)
#86B099
(134,176,153)
#93B8A4
(147,184,164)
#A0C0AF
(160,192,175)
#ADC8BA
(173,200,186)
#BAD0C5
(186,208,197)
#C7D8D0
(199,216,208)
#D4E0DB
(212,224,219)
#E1E8E6
(225,232,230)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA083 color. Also use rgb(108,160,131) instead hex code.

Text Font Color

.myTextColor { color: #6CA083; }

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

This text font color is #6CA083.

Background Color

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

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

This div background color is #6CA083.

Border color

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

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

This div border color is #6CA083.

Opacity

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

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

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

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

This text has shadow with #6CA083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA083.

Preview

Color preview on black background

This text has color #6CA083 on black background.


Color preview on white background

This text has color #6CA083 on white background.


Black color preview on #6CA083 background

This text has black color on #6CA083 background.


White color preview on #6CA083 background

This text has white color on #6CA083 background.


Related colors

Complementary color

Complementary color for #hex is #935F7C.


I love getcolorcode.com

Triadic colors

1 #836CA0 and #A0836C with #6CA083 are triadic colors.

2 #83A06C and #A06C83 with #6CA083 are triadic colors.