COLOR #6CA398

HEX: #6CA398 RGB: (108,163,152)

Color info

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

RGB color model

#6CA398 color RGB value is (108,163,152).

RGB: (108,163,152) (42%, 64%, 60%)

RGB channels and saturation

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

108
163
152

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

Portions of RGB colors in percentages

R + G + B = 108 + 163 + 152 = 423 (100%)
R 108 of 423 ~ 25.53%
G 163 of 423 ~ 38.53%
B 152 of 423 ~ 35.93'%

%25.53
%38.53
%35.93

CMYK color model

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

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%

CMYK: (34,0,7,36)
C34M0Y7K36 (34%, 0%, 7%, 36%)
(0.34 / 0.00 / 0.07 / 0.36)

CMYK percentages

%33.74
%0
%6.75
%36.08

Codes

Color #6CA398 in popluar color models

6C A3 98
RGB 108 163 152
HSL 168° 23.01% 53.14%
HSB/HSV 168° 33.74% 63.92%
CMYK 33.74% 0.00% 6.75%
36.08%

Color #6CA398 in popluar number systems.

HEX 6C A3 98
Decimal 108 163 152
Binary 1101100 10100011 10011000
Octal 154 243 230

Shades and tints

Shades of #6CA398

#6CA398
(108,163,152)
#63958B
(99,149,139)
#5A877E
(90,135,126)
#517971
(81,121,113)
#486B64
(72,107,100)
#3F5D57
(63,93,87)
#364F4A
(54,79,74)
#2D413D
(45,65,61)
#243330
(36,51,48)
#1B2523
(27,37,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #6CA398

#6CA398
(108,163,152)
#79ABA1
(121,171,161)
#86B3AA
(134,179,170)
#93BBB3
(147,187,179)
#A0C3BC
(160,195,188)
#ADCBC5
(173,203,197)
#BAD3CE
(186,211,206)
#C7DBD7
(199,219,215)
#D4E3E0
(212,227,224)
#E1EBE9
(225,235,233)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA398; }

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

This text font color is #6CA398.

Background Color

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

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

This div background color is #6CA398.

Border color

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

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

This div border color is #6CA398.

Opacity

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

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

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

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

This text has shadow with #6CA398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CA398.

Preview

Color preview on black background

This text has color #6CA398 on black background.


Color preview on white background

This text has color #6CA398 on white background.


Black color preview on #6CA398 background

This text has black color on #6CA398 background.


White color preview on #6CA398 background

This text has white color on #6CA398 background.


Related colors

Complementary color

Complementary color for #hex is #935C67.


I love getcolorcode.com

Triadic colors

1 #986CA3 and #A3986C with #6CA398 are triadic colors.

2 #98A36C and #A36C98 with #6CA398 are triadic colors.