COLOR #6CA783

HEX: #6CA783 RGB: (108,167,131)

Color info

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

RGB color model

#6CA783 color RGB value is (108,167,131).

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

RGB channels and saturation

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

108
167
131

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

Portions of RGB colors in percentages

R + G + B = 108 + 167 + 131 = 406 (100%)
R 108 of 406 ~ 26.6%
G 167 of 406 ~ 41.13%
B 131 of 406 ~ 32.27'%

%26.6
%41.13
%32.27

CMYK color model

#6CA783 color CMYK value is (35,0,22,35).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 21.56%
  • key color value is 34.51%

CMYK: (35,0,22,35)
C35M0Y22K35 (35%, 0%, 22%, 35%)
(0.35 / 0.00 / 0.22 / 0.35)

CMYK percentages

%35.33
%0
%21.56
%34.51

Codes

Color #6CA783 in popluar color models

6C A7 83
RGB 108 167 131
HSL 143° 25.11% 53.92%
HSB/HSV 143° 35.33% 65.49%
CMYK 35.33% 0.00% 21.56%
34.51%

Color #6CA783 in popluar number systems.

HEX 6C A7 83
Decimal 108 167 131
Binary 1101100 10100111 10000011
Octal 154 247 203

Shades and tints

Shades of #6CA783

#6CA783
(108,167,131)
#639878
(99,152,120)
#5A896D
(90,137,109)
#517A62
(81,122,98)
#486B57
(72,107,87)
#3F5C4C
(63,92,76)
#364D41
(54,77,65)
#2D3E36
(45,62,54)
#242F2B
(36,47,43)
#1B2020
(27,32,32)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #6CA783

#6CA783
(108,167,131)
#79AF8E
(121,175,142)
#86B799
(134,183,153)
#93BFA4
(147,191,164)
#A0C7AF
(160,199,175)
#ADCFBA
(173,207,186)
#BAD7C5
(186,215,197)
#C7DFD0
(199,223,208)
#D4E7DB
(212,231,219)
#E1EFE6
(225,239,230)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA783; }

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

This text font color is #6CA783.

Background Color

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

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

This div background color is #6CA783.

Border color

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

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

This div border color is #6CA783.

Opacity

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

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

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

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

This text has shadow with #6CA783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA783.

Preview

Color preview on black background

This text has color #6CA783 on black background.


Color preview on white background

This text has color #6CA783 on white background.


Black color preview on #6CA783 background

This text has black color on #6CA783 background.


White color preview on #6CA783 background

This text has white color on #6CA783 background.


Related colors

Complementary color

Complementary color for #hex is #93587C.


I love getcolorcode.com

Triadic colors

1 #836CA7 and #A7836C with #6CA783 are triadic colors.

2 #83A76C and #A76C83 with #6CA783 are triadic colors.