COLOR #6CB788

HEX: #6CB788 RGB: (108,183,136)

Color info

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

RGB color model

#6CB788 color RGB value is (108,183,136).

RGB: (108,183,136) (42%, 72%, 53%)

RGB channels and saturation

R 108 of 255 = 42%
G 183 of 255 = 72%
B 136 of 255 = 53%

108
183
136

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

Portions of RGB colors in percentages

R + G + B = 108 + 183 + 136 = 427 (100%)
R 108 of 427 ~ 25.29%
G 183 of 427 ~ 42.86%
B 136 of 427 ~ 31.85'%

%25.29
%42.86
%31.85

CMYK color model

#6CB788 color CMYK value is (41,0,26,28).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 28.24%

CMYK: (41,0,26,28)
C41M0Y26K28 (41%, 0%, 26%, 28%)
(0.41 / 0.00 / 0.26 / 0.28)

CMYK percentages

%40.98
%0
%25.68
%28.24

Codes

Color #6CB788 in popluar color models

6C B7 88
RGB 108 183 136
HSL 142° 34.25% 57.06%
HSB/HSV 142° 40.98% 71.76%
CMYK 40.98% 0.00% 25.68%
28.24%

Color #6CB788 in popluar number systems.

HEX 6C B7 88
Decimal 108 183 136
Binary 1101100 10110111 10001000
Octal 154 267 210

Shades and tints

Shades of #6CB788

#6CB788
(108,183,136)
#63A77C
(99,167,124)
#5A9770
(90,151,112)
#518764
(81,135,100)
#487758
(72,119,88)
#3F674C
(63,103,76)
#365740
(54,87,64)
#2D4734
(45,71,52)
#243728
(36,55,40)
#1B271C
(27,39,28)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #6CB788

#6CB788
(108,183,136)
#79BD92
(121,189,146)
#86C39C
(134,195,156)
#93C9A6
(147,201,166)
#A0CFB0
(160,207,176)
#ADD5BA
(173,213,186)
#BADBC4
(186,219,196)
#C7E1CE
(199,225,206)
#D4E7D8
(212,231,216)
#E1EDE2
(225,237,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB788 color. Also use rgb(108,183,136) instead hex code.

Text Font Color

.myTextColor { color: #6CB788; }

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

This text font color is #6CB788.

Background Color

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

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

This div background color is #6CB788.

Border color

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

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

This div border color is #6CB788.

Opacity

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

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

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

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

This text has shadow with #6CB788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB788.

Preview

Color preview on black background

This text has color #6CB788 on black background.


Color preview on white background

This text has color #6CB788 on white background.


Black color preview on #6CB788 background

This text has black color on #6CB788 background.


White color preview on #6CB788 background

This text has white color on #6CB788 background.


Related colors

Complementary color

Complementary color for #hex is #934877.


I love getcolorcode.com

Triadic colors

1 #886CB7 and #B7886C with #6CB788 are triadic colors.

2 #88B76C and #B76C88 with #6CB788 are triadic colors.