COLOR #6C8882

HEX: #6C8882 RGB: (108,136,130)

Color info

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

RGB color model

#6C8882 color RGB value is (108,136,130).

RGB: (108,136,130) (42%, 53%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 130 of 255 = 51%

108
136
130

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

Portions of RGB colors in percentages

R + G + B = 108 + 136 + 130 = 374 (100%)
R 108 of 374 ~ 28.88%
G 136 of 374 ~ 36.36%
B 130 of 374 ~ 34.76'%

%28.88
%36.36
%34.76

CMYK color model

#6C8882 color CMYK value is (21,0,4,47).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK: (21,0,4,47) C21M0Y4K47 (21%,0%,4%,47%) (0.21/0.00/0.04/0.47) 

CMYK percentages

%20.59
%0
%4.41
%46.67

Codes

Color #6C8882 in popluar color models

6C 88 82
RGB 108 136 130
HSL 167° 11.48% 47.84%
HSB/HSV 167° 20.59% 53.33%
CMYK 20.59% 0.00% 4.41%
46.67%

Color #6C8882 in popluar number systems.

HEX 6C 88 82
Decimal 108 136 130
Binary 1101100 10001000 10000010
Octal 154 210 202

Shades and tints

Shades of #6C8882

#6C8882
(108,136,130)
#637C77
(99,124,119)
#5A706C
(90,112,108)
#516461
(81,100,97)
#485856
(72,88,86)
#3F4C4B
(63,76,75)
#364040
(54,64,64)
#2D3435
(45,52,53)
#24282A
(36,40,42)
#1B1C1F
(27,28,31)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #6C8882

#6C8882
(108,136,130)
#79928D
(121,146,141)
#869C98
(134,156,152)
#93A6A3
(147,166,163)
#A0B0AE
(160,176,174)
#ADBAB9
(173,186,185)
#BAC4C4
(186,196,196)
#C7CECF
(199,206,207)
#D4D8DA
(212,216,218)
#E1E2E5
(225,226,229)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8882; }

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

This text font color is #6C8882.

Background Color

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

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

This div background color is #6C8882.

Border color

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

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

This div border color is #6C8882.

Opacity

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

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

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

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

This text has shadow with #6C8882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8882.

Preview

Color preview on black background

This text has color #6C8882 on black background.


Color preview on white background

This text has color #6C8882 on white background.


Black color preview on #6C8882 background

This text has black color on #6C8882 background.


White color preview on #6C8882 background

This text has white color on #6C8882 background.


Related colors

Complementary color

Complementary color for #hex is #93777D.


I love getcolorcode.com

Triadic colors

1 #826C88 and #88826C with #6C8882 are triadic colors.

2 #82886C and #886C82 with #6C8882 are triadic colors.