COLOR #6CA683

HEX: #6CA683 RGB: (108,166,131)

Color info

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

RGB color model

#6CA683 color RGB value is (108,166,131).

RGB: (108,166,131) (42%, 65%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 166 of 255 = 65%
B 131 of 255 = 51%

108
166
131

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

Portions of RGB colors in percentages

R + G + B = 108 + 166 + 131 = 405 (100%)
R 108 of 405 ~ 26.67%
G 166 of 405 ~ 40.99%
B 131 of 405 ~ 32.35'%

%26.67
%40.99
%32.35

CMYK color model

#6CA683 color CMYK value is (35,0,21,35).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 34.90%

CMYK: (35,0,21,35)
C35M0Y21K35 (35%, 0%, 21%, 35%)
(0.35 / 0.00 / 0.21 / 0.35)

CMYK percentages

%34.94
%0
%21.08
%34.9

Codes

Color #6CA683 in popluar color models

6C A6 83
RGB 108 166 131
HSL 144° 24.58% 53.73%
HSB/HSV 144° 34.94% 65.10%
CMYK 34.94% 0.00% 21.08%
34.90%

Color #6CA683 in popluar number systems.

HEX 6C A6 83
Decimal 108 166 131
Binary 1101100 10100110 10000011
Octal 154 246 203

Shades and tints

Shades of #6CA683

#6CA683
(108,166,131)
#639778
(99,151,120)
#5A886D
(90,136,109)
#517962
(81,121,98)
#486A57
(72,106,87)
#3F5B4C
(63,91,76)
#364C41
(54,76,65)
#2D3D36
(45,61,54)
#242E2B
(36,46,43)
#1B1F20
(27,31,32)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #6CA683

#6CA683
(108,166,131)
#79AE8E
(121,174,142)
#86B699
(134,182,153)
#93BEA4
(147,190,164)
#A0C6AF
(160,198,175)
#ADCEBA
(173,206,186)
#BAD6C5
(186,214,197)
#C7DED0
(199,222,208)
#D4E6DB
(212,230,219)
#E1EEE6
(225,238,230)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA683; }

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

This text font color is #6CA683.

Background Color

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

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

This div background color is #6CA683.

Border color

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

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

This div border color is #6CA683.

Opacity

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

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

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

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

This text has shadow with #6CA683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA683.

Preview

Color preview on black background

This text has color #6CA683 on black background.


Color preview on white background

This text has color #6CA683 on white background.


Black color preview on #6CA683 background

This text has black color on #6CA683 background.


White color preview on #6CA683 background

This text has white color on #6CA683 background.


Related colors

Complementary color

Complementary color for #hex is #93597C.


I love getcolorcode.com

Triadic colors

1 #836CA6 and #A6836C with #6CA683 are triadic colors.

2 #83A66C and #A66C83 with #6CA683 are triadic colors.