COLOR #6CB493

HEX: #6CB493 RGB: (108,180,147)

Color info

#6CB493 contains mainly green and blue colors. Web safe color of #6CB493 is #66CC99 (or #6C9).

RGB color model

#6CB493 color RGB value is (108,180,147).

RGB: (108,180,147) (42%, 71%, 58%)

RGB channels and saturation

R 108 of 255 = 42%
G 180 of 255 = 71%
B 147 of 255 = 58%

108
180
147

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

Portions of RGB colors in percentages

R + G + B = 108 + 180 + 147 = 435 (100%)
R 108 of 435 ~ 24.83%
G 180 of 435 ~ 41.38%
B 147 of 435 ~ 33.79'%

%24.83
%41.38
%33.79

CMYK color model

#6CB493 color CMYK value is (40,0,18,29).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 29.41%

CMYK: (40,0,18,29)
C40M0Y18K29 (40%, 0%, 18%, 29%)
(0.40 / 0.00 / 0.18 / 0.29)

CMYK percentages

%40
%0
%18.33
%29.41

Codes

Color #6CB493 in popluar color models

6C B4 93
RGB 108 180 147
HSL 153° 32.43% 56.47%
HSB/HSV 153° 40.00% 70.59%
CMYK 40.00% 0.00% 18.33%
29.41%

Color #6CB493 in popluar number systems.

HEX 6C B4 93
Decimal 108 180 147
Binary 1101100 10110100 10010011
Octal 154 264 223

Shades and tints

Shades of #6CB493

#6CB493
(108,180,147)
#63A486
(99,164,134)
#5A9479
(90,148,121)
#51846C
(81,132,108)
#48745F
(72,116,95)
#3F6452
(63,100,82)
#365445
(54,84,69)
#2D4438
(45,68,56)
#24342B
(36,52,43)
#1B241E
(27,36,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6CB493

#6CB493
(108,180,147)
#79BA9C
(121,186,156)
#86C0A5
(134,192,165)
#93C6AE
(147,198,174)
#A0CCB7
(160,204,183)
#ADD2C0
(173,210,192)
#BAD8C9
(186,216,201)
#C7DED2
(199,222,210)
#D4E4DB
(212,228,219)
#E1EAE4
(225,234,228)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB493 color. Also use rgb(108,180,147) instead hex code.

Text Font Color

.myTextColor { color: #6CB493; }

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

This text font color is #6CB493.

Background Color

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

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

This div background color is #6CB493.

Border color

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

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

This div border color is #6CB493.

Opacity

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

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

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

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

This text has shadow with #6CB493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB493.

Preview

Color preview on black background

This text has color #6CB493 on black background.


Color preview on white background

This text has color #6CB493 on white background.


Black color preview on #6CB493 background

This text has black color on #6CB493 background.


White color preview on #6CB493 background

This text has white color on #6CB493 background.


Related colors

Complementary color

Complementary color for #hex is #934B6C.


I love getcolorcode.com

Triadic colors

1 #936CB4 and #B4936C with #6CB493 are triadic colors.

2 #93B46C and #B46C93 with #6CB493 are triadic colors.