COLOR #6C8590

HEX: #6C8590
RGB: (108,133,144)

Color info

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

RGB color model

#6C8590 color RGB value is (108,133,144).

  • red value is 108;
  • green value is 133;
  • blue value is 144.
RGB:
(108,133,144)
(42%,52%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 133 of 255 = 52%
B 144 of 255 = 56%

108
133
144

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

Portions of RGB colors in percentages

R + G + B =
108 + 133 + 144 = 385 (100%)
R 108 of 385 ~ 28.05%
G 133 of 385 ~ 34.55%
B 144 of 385 ~ 37.4%

%28.05
%34.55
%37.4

CMYK color model

#6C8590 color CMYK value is (25,8,0,44).

  • cyan value is 25.00%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(25,8,0,44)
C25M8Y0K44 
(25%,8%,0%,44%)
(0.25/0.08/0.00/0.44)	

CMYK percentages

%25
%7.64
%0
%43.53

Codes

Color #6C8590 in popluar color models

6C8590
RGB108133144
HSL198°14.29%49.41%
HSB/HSV198°25.00%56.47%
CMYK25.00%7.64%0.00%
43.53%

Color #6C8590 in popluar number systems.

HEX6C8590
Decimal108133144
Binary11011001000010110010000
Octal154205220

Shades and tints

Shades of #6C8590

#6C8590
(108,133,144)
#637983
(99,121,131)
#5A6D76
(90,109,118)
#516169
(81,97,105)
#48555C
(72,85,92)
#3F494F
(63,73,79)
#363D42
(54,61,66)
#2D3135
(45,49,53)
#242528
(36,37,40)
#1B191B
(27,25,27)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C8590

#6C8590
(108,133,144)
#79909A
(121,144,154)
#869BA4
(134,155,164)
#93A6AE
(147,166,174)
#A0B1B8
(160,177,184)
#ADBCC2
(173,188,194)
#BAC7CC
(186,199,204)
#C7D2D6
(199,210,214)
#D4DDE0
(212,221,224)
#E1E8EA
(225,232,234)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8590 color. Also use rgb(108,133,144) instead hex code.

Text Font Color

.myTextColor { color: #6C8590; }

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

This text font color is #6C8590.


Background Color

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

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

This div background color is #6C8590.


Border color

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

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

This div border color is #6C8590.


Opacity

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

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

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

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

This text has shadow with #6C8590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8590 on black background.


Color preview on white background

This text has color #6C8590 on white background.



Black color preview on #6C8590 background

This text has black color on #6C8590 background.


White color preview on #6C8590 background

This text has white color on #6C8590 background.