COLOR #6C8A95

HEX: #6C8A95
RGB: (108,138,149)

Color info

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

RGB color model

#6C8A95 color RGB value is (108,138,149).

  • red value is 108;
  • green value is 138;
  • blue value is 149.
RGB:
(108,138,149)
(42%,54%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 138 of 255 = 54%
B 149 of 255 = 58%

108
138
149

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

Portions of RGB colors in percentages

R + G + B =
108 + 138 + 149 = 395 (100%)
R 108 of 395 ~ 27.34%
G 138 of 395 ~ 34.94%
B 149 of 395 ~ 37.72%

%27.34
%34.94
%37.72

CMYK color model

#6C8A95 color CMYK value is (28,7,0,42).

  • cyan value is 27.52%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,7,0,42)
C28M7Y0K42 
(28%,7%,0%,42%)
(0.28/0.07/0.00/0.42)	

CMYK percentages

%27.52
%7.38
%0
%41.57

Codes

Color #6C8A95 in popluar color models

6C8A95
RGB108138149
HSL196°16.21%50.39%
HSB/HSV196°27.52%58.43%
CMYK27.52%7.38%0.00%
41.57%

Color #6C8A95 in popluar number systems.

HEX6C8A95
Decimal108138149
Binary11011001000101010010101
Octal154212225

Shades and tints

Shades of #6C8A95

#6C8A95
(108,138,149)
#637E88
(99,126,136)
#5A727B
(90,114,123)
#51666E
(81,102,110)
#485A61
(72,90,97)
#3F4E54
(63,78,84)
#364247
(54,66,71)
#2D363A
(45,54,58)
#242A2D
(36,42,45)
#1B1E20
(27,30,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #6C8A95

#6C8A95
(108,138,149)
#79949E
(121,148,158)
#869EA7
(134,158,167)
#93A8B0
(147,168,176)
#A0B2B9
(160,178,185)
#ADBCC2
(173,188,194)
#BAC6CB
(186,198,203)
#C7D0D4
(199,208,212)
#D4DADD
(212,218,221)
#E1E4E6
(225,228,230)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8A95 color. Also use rgb(108,138,149) instead hex code.

Text Font Color

.myTextColor { color: #6C8A95; }

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

This text font color is #6C8A95.


Background Color

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

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

This div background color is #6C8A95.


Border color

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

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

This div border color is #6C8A95.


Opacity

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

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

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

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

This text has shadow with #6C8A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8A95 on black background.


Color preview on white background

This text has color #6C8A95 on white background.



Black color preview on #6C8A95 background

This text has black color on #6C8A95 background.


White color preview on #6C8A95 background

This text has white color on #6C8A95 background.