COLOR #6C8581

HEX: #6C8581
RGB: (108,133,129)

Color info

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

RGB color model

#6C8581 color RGB value is (108,133,129).

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

RGB channels and saturation

R 108 of 255 = 42%
G 133 of 255 = 52%
B 129 of 255 = 51%

108
133
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 133 + 129 = 370 (100%)
R 108 of 370 ~ 29.19%
G 133 of 370 ~ 35.95%
B 129 of 370 ~ 34.86%

%29.19
%35.95
%34.86

CMYK color model

#6C8581 color CMYK value is (19,0,3,48).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(19,0,3,48)
C19M0Y3K48 
(19%,0%,3%,48%)
(0.19/0.00/0.03/0.48)	

CMYK percentages

%18.8
%0
%3.01
%47.84

Codes

Color #6C8581 in popluar color models

6C8581
RGB108133129
HSL170°10.37%47.25%
HSB/HSV170°18.80%52.16%
CMYK18.80%0.00%3.01%
47.84%

Color #6C8581 in popluar number systems.

HEX6C8581
Decimal108133129
Binary11011001000010110000001
Octal154205201

Shades and tints

Shades of #6C8581

#6C8581
(108,133,129)
#637976
(99,121,118)
#5A6D6B
(90,109,107)
#516160
(81,97,96)
#485555
(72,85,85)
#3F494A
(63,73,74)
#363D3F
(54,61,63)
#2D3134
(45,49,52)
#242529
(36,37,41)
#1B191E
(27,25,30)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #6C8581

#6C8581
(108,133,129)
#79908C
(121,144,140)
#869B97
(134,155,151)
#93A6A2
(147,166,162)
#A0B1AD
(160,177,173)
#ADBCB8
(173,188,184)
#BAC7C3
(186,199,195)
#C7D2CE
(199,210,206)
#D4DDD9
(212,221,217)
#E1E8E4
(225,232,228)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8581; }

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

This text font color is #6C8581.


Background Color

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

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

This div background color is #6C8581.


Border color

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

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

This div border color is #6C8581.


Opacity

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

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

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

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

This text has shadow with #6C8581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8581 on black background.


Color preview on white background

This text has color #6C8581 on white background.



Black color preview on #6C8581 background

This text has black color on #6C8581 background.


White color preview on #6C8581 background

This text has white color on #6C8581 background.