COLOR #6C8895

HEX: #6C8895 RGB: (108,136,149)

Color info

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

RGB color model

#6C8895 color RGB value is (108,136,149).

RGB: (108,136,149) (42%, 53%, 58%)

RGB channels and saturation

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

108
136
149

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

Portions of RGB colors in percentages

R + G + B = 108 + 136 + 149 = 393 (100%)
R 108 of 393 ~ 27.48%
G 136 of 393 ~ 34.61%
B 149 of 393 ~ 37.91'%

%27.48
%34.61
%37.91

CMYK color model

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

  • cyan value is 27.52%
  • magenta value is 8.72%
  • 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
%8.72
%0
%41.57

Codes

Color #6C8895 in popluar color models

6C 88 95
RGB 108 136 149
HSL 199° 16.21% 50.39%
HSB/HSV 199° 27.52% 58.43%
CMYK 27.52% 8.72% 0.00%
41.57%

Color #6C8895 in popluar number systems.

HEX 6C 88 95
Decimal 108 136 149
Binary 1101100 10001000 10010101
Octal 154 210 225

Shades and tints

Shades of #6C8895

#6C8895
(108,136,149)
#637C88
(99,124,136)
#5A707B
(90,112,123)
#51646E
(81,100,110)
#485861
(72,88,97)
#3F4C54
(63,76,84)
#364047
(54,64,71)
#2D343A
(45,52,58)
#24282D
(36,40,45)
#1B1C20
(27,28,32)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #6C8895

#6C8895
(108,136,149)
#79929E
(121,146,158)
#869CA7
(134,156,167)
#93A6B0
(147,166,176)
#A0B0B9
(160,176,185)
#ADBAC2
(173,186,194)
#BAC4CB
(186,196,203)
#C7CED4
(199,206,212)
#D4D8DD
(212,216,221)
#E1E2E6
(225,226,230)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8895; }

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

This text font color is #6C8895.

Background Color

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

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

This div background color is #6C8895.

Border color

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

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

This div border color is #6C8895.

Opacity

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

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

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

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

This text has shadow with #6C8895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8895.

Preview

Color preview on black background

This text has color #6C8895 on black background.


Color preview on white background

This text has color #6C8895 on white background.


Black color preview on #6C8895 background

This text has black color on #6C8895 background.


White color preview on #6C8895 background

This text has white color on #6C8895 background.


Related colors

Complementary color

Complementary color for #hex is #93776A.


I love getcolorcode.com

Triadic colors

1 #956C88 and #88956C with #6C8895 are triadic colors.

2 #95886C and #886C95 with #6C8895 are triadic colors.