COLOR #6C878F

HEX: #6C878F RGB: (108,135,143)

Color info

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

RGB color model

#6C878F color RGB value is (108,135,143).

RGB: (108,135,143) (42%, 53%, 56%)

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 143 of 255 = 56%

108
135
143

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

Portions of RGB colors in percentages

R + G + B = 108 + 135 + 143 = 386 (100%)
R 108 of 386 ~ 27.98%
G 135 of 386 ~ 34.97%
B 143 of 386 ~ 37.05'%

%27.98
%34.97
%37.05

CMYK color model

#6C878F color CMYK value is (24,6,0,44).

  • cyan value is 24.48%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (24,6,0,44)
C24M6Y0K44 (24%, 6%, 0%, 44%)
(0.24 / 0.06 / 0.00 / 0.44)

CMYK percentages

%24.48
%5.59
%0
%43.92

Codes

Color #6C878F in popluar color models

6C 87 8F
RGB 108 135 143
HSL 194° 13.94% 49.22%
HSB/HSV 194° 24.48% 56.08%
CMYK 24.48% 5.59% 0.00%
43.92%

Color #6C878F in popluar number systems.

HEX 6C 87 8F
Decimal 108 135 143
Binary 1101100 10000111 10001111
Octal 154 207 217

Shades and tints

Shades of #6C878F

#6C878F
(108,135,143)
#637B82
(99,123,130)
#5A6F75
(90,111,117)
#516368
(81,99,104)
#48575B
(72,87,91)
#3F4B4E
(63,75,78)
#363F41
(54,63,65)
#2D3334
(45,51,52)
#242727
(36,39,39)
#1B1B1A
(27,27,26)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C878F

#6C878F
(108,135,143)
#799199
(121,145,153)
#869BA3
(134,155,163)
#93A5AD
(147,165,173)
#A0AFB7
(160,175,183)
#ADB9C1
(173,185,193)
#BAC3CB
(186,195,203)
#C7CDD5
(199,205,213)
#D4D7DF
(212,215,223)
#E1E1E9
(225,225,233)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C878F color. Also use rgb(108,135,143) instead hex code.

Text Font Color

.myTextColor { color: #6C878F; }

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

This text font color is #6C878F.

Background Color

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

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

This div background color is #6C878F.

Border color

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

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

This div border color is #6C878F.

Opacity

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

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

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

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

This text has shadow with #6C878F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C878F.

Preview

Color preview on black background

This text has color #6C878F on black background.


Color preview on white background

This text has color #6C878F on white background.


Black color preview on #6C878F background

This text has black color on #6C878F background.


White color preview on #6C878F background

This text has white color on #6C878F background.


Related colors

Complementary color

Complementary color for #hex is #937870.


I love getcolorcode.com

Triadic colors

1 #8F6C87 and #878F6C with #6C878F are triadic colors.

2 #8F876C and #876C8F with #6C878F are triadic colors.