COLOR #6C8795

HEX: #6C8795
RGB: (108,135,149)

Color info

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

RGB color model

#6C8795 color RGB value is (108,135,149).

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

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 149 of 255 = 58%

108
135
149

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

Portions of RGB colors in percentages

R + G + B =
108 + 135 + 149 = 392 (100%)
R 108 of 392 ~ 27.55%
G 135 of 392 ~ 34.44%
B 149 of 392 ~ 38.01%

%27.55
%34.44
%38.01

CMYK color model

#6C8795 color CMYK value is (28,9,0,42).

  • cyan value is 27.52%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,9,0,42)
C28M9Y0K42 
(28%,9%,0%,42%)
(0.28/0.09/0.00/0.42)	

CMYK percentages

%27.52
%9.4
%0
%41.57

Codes

Color #6C8795 in popluar color models

6C8795
RGB108135149
HSL200°16.21%50.39%
HSB/HSV200°27.52%58.43%
CMYK27.52%9.40%0.00%
41.57%

Color #6C8795 in popluar number systems.

HEX6C8795
Decimal108135149
Binary11011001000011110010101
Octal154207225

Shades and tints

Shades of #6C8795

#6C8795
(108,135,149)
#637B88
(99,123,136)
#5A6F7B
(90,111,123)
#51636E
(81,99,110)
#485761
(72,87,97)
#3F4B54
(63,75,84)
#363F47
(54,63,71)
#2D333A
(45,51,58)
#24272D
(36,39,45)
#1B1B20
(27,27,32)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6C8795

#6C8795
(108,135,149)
#79919E
(121,145,158)
#869BA7
(134,155,167)
#93A5B0
(147,165,176)
#A0AFB9
(160,175,185)
#ADB9C2
(173,185,194)
#BAC3CB
(186,195,203)
#C7CDD4
(199,205,212)
#D4D7DD
(212,215,221)
#E1E1E6
(225,225,230)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8795; }

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

This text font color is #6C8795.


Background Color

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

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

This div background color is #6C8795.


Border color

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

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

This div border color is #6C8795.


Opacity

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

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

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

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

This text has shadow with #6C8795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8795 on black background.


Color preview on white background

This text has color #6C8795 on white background.



Black color preview on #6C8795 background

This text has black color on #6C8795 background.


White color preview on #6C8795 background

This text has white color on #6C8795 background.