COLOR #6C8689

HEX: #6C8689
RGB: (108,134,137)

Color info

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

RGB color model

#6C8689 color RGB value is (108,134,137).

  • red value is 108;
  • green value is 134;
  • blue value is 137.
RGB:
(108,134,137)
(42%,53%,54%)

RGB channels and saturation

R 108 of 255 = 42%
G 134 of 255 = 53%
B 137 of 255 = 54%

108
134
137

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

Portions of RGB colors in percentages

R + G + B =
108 + 134 + 137 = 379 (100%)
R 108 of 379 ~ 28.5%
G 134 of 379 ~ 35.36%
B 137 of 379 ~ 36.15%

%28.5
%35.36
%36.15

CMYK color model

#6C8689 color CMYK value is (21,2,0,46).

  • cyan value is 21.17%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(21,2,0,46)
C21M2Y0K46 
(21%,2%,0%,46%)
(0.21/0.02/0.00/0.46)	

CMYK percentages

%21.17
%2.19
%0
%46.27

Codes

Color #6C8689 in popluar color models

6C8689
RGB108134137
HSL186°11.84%48.04%
HSB/HSV186°21.17%53.73%
CMYK21.17%2.19%0.00%
46.27%

Color #6C8689 in popluar number systems.

HEX6C8689
Decimal108134137
Binary11011001000011010001001
Octal154206211

Shades and tints

Shades of #6C8689

#6C8689
(108,134,137)
#637A7D
(99,122,125)
#5A6E71
(90,110,113)
#516265
(81,98,101)
#485659
(72,86,89)
#3F4A4D
(63,74,77)
#363E41
(54,62,65)
#2D3235
(45,50,53)
#242629
(36,38,41)
#1B1A1D
(27,26,29)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #6C8689

#6C8689
(108,134,137)
#799193
(121,145,147)
#869C9D
(134,156,157)
#93A7A7
(147,167,167)
#A0B2B1
(160,178,177)
#ADBDBB
(173,189,187)
#BAC8C5
(186,200,197)
#C7D3CF
(199,211,207)
#D4DED9
(212,222,217)
#E1E9E3
(225,233,227)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8689 color. Also use rgb(108,134,137) instead hex code.

Text Font Color

.myTextColor { color: #6C8689; }

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

This text font color is #6C8689.


Background Color

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

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

This div background color is #6C8689.


Border color

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

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

This div border color is #6C8689.


Opacity

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

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

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

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

This text has shadow with #6C8689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8689 on black background.


Color preview on white background

This text has color #6C8689 on white background.



Black color preview on #6C8689 background

This text has black color on #6C8689 background.


White color preview on #6C8689 background

This text has white color on #6C8689 background.