COLOR #6C8392

HEX: #6C8392
RGB: (108,131,146)

Color info

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

RGB color model

#6C8392 color RGB value is (108,131,146).

  • red value is 108;
  • green value is 131;
  • blue value is 146.
RGB:
(108,131,146)
(42%,51%,57%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 146 of 255 = 57%

108
131
146

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

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 146 = 385 (100%)
R 108 of 385 ~ 28.05%
G 131 of 385 ~ 34.03%
B 146 of 385 ~ 37.92%

%28.05
%34.03
%37.92

CMYK color model

#6C8392 color CMYK value is (26,10,0,43).

  • cyan value is 26.03%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(26,10,0,43)
C26M10Y0K43 
(26%,10%,0%,43%)
(0.26/0.10/0.00/0.43)	

CMYK percentages

%26.03
%10.27
%0
%42.75

Codes

Color #6C8392 in popluar color models

6C8392
RGB108131146
HSL204°14.96%49.80%
HSB/HSV204°26.03%57.25%
CMYK26.03%10.27%0.00%
42.75%

Color #6C8392 in popluar number systems.

HEX6C8392
Decimal108131146
Binary11011001000001110010010
Octal154203222

Shades and tints

Shades of #6C8392

#6C8392
(108,131,146)
#637885
(99,120,133)
#5A6D78
(90,109,120)
#51626B
(81,98,107)
#48575E
(72,87,94)
#3F4C51
(63,76,81)
#364144
(54,65,68)
#2D3637
(45,54,55)
#242B2A
(36,43,42)
#1B201D
(27,32,29)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #6C8392

#6C8392
(108,131,146)
#798E9B
(121,142,155)
#8699A4
(134,153,164)
#93A4AD
(147,164,173)
#A0AFB6
(160,175,182)
#ADBABF
(173,186,191)
#BAC5C8
(186,197,200)
#C7D0D1
(199,208,209)
#D4DBDA
(212,219,218)
#E1E6E3
(225,230,227)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8392 color. Also use rgb(108,131,146) instead hex code.

Text Font Color

.myTextColor { color: #6C8392; }

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

This text font color is #6C8392.


Background Color

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

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

This div background color is #6C8392.


Border color

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

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

This div border color is #6C8392.


Opacity

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

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

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

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

This text has shadow with #6C8392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8392 on black background.


Color preview on white background

This text has color #6C8392 on white background.



Black color preview on #6C8392 background

This text has black color on #6C8392 background.


White color preview on #6C8392 background

This text has white color on #6C8392 background.