COLOR #6C8281

HEX: #6C8281 RGB: (108,130,129)

Color info

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

RGB color model

#6C8281 color RGB value is (108,130,129).

RGB: (108,130,129) (42%, 51%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 130 of 255 = 51%
B 129 of 255 = 51%

108
130
129

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

Portions of RGB colors in percentages

R + G + B = 108 + 130 + 129 = 367 (100%)
R 108 of 367 ~ 29.43%
G 130 of 367 ~ 35.42%
B 129 of 367 ~ 35.15'%

%29.43
%35.42
%35.15

CMYK color model

#6C8281 color CMYK value is (17,0,1,49).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 0.77%
  • key color value is 49.02%
CMYK: (17,0,1,49) C17M0Y1K49 (17%,0%,1%,49%) (0.17/0.00/0.01/0.49) 

CMYK percentages

%16.92
%0
%0.77
%49.02

Codes

Color #6C8281 in popluar color models

6C 82 81
RGB 108 130 129
HSL 177° 9.24% 46.67%
HSB/HSV 177° 16.92% 50.98%
CMYK 16.92% 0.00% 0.77%
49.02%

Color #6C8281 in popluar number systems.

HEX 6C 82 81
Decimal 108 130 129
Binary 1101100 10000010 10000001
Octal 154 202 201

Shades and tints

Shades of #6C8281

#6C8281
(108,130,129)
#637776
(99,119,118)
#5A6C6B
(90,108,107)
#516160
(81,97,96)
#485655
(72,86,85)
#3F4B4A
(63,75,74)
#36403F
(54,64,63)
#2D3534
(45,53,52)
#242A29
(36,42,41)
#1B1F1E
(27,31,30)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #6C8281

#6C8281
(108,130,129)
#798D8C
(121,141,140)
#869897
(134,152,151)
#93A3A2
(147,163,162)
#A0AEAD
(160,174,173)
#ADB9B8
(173,185,184)
#BAC4C3
(186,196,195)
#C7CFCE
(199,207,206)
#D4DAD9
(212,218,217)
#E1E5E4
(225,229,228)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8281; }

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

This text font color is #6C8281.

Background Color

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

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

This div background color is #6C8281.

Border color

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

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

This div border color is #6C8281.

Opacity

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

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

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

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

This text has shadow with #6C8281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8281.

Preview

Color preview on black background

This text has color #6C8281 on black background.


Color preview on white background

This text has color #6C8281 on white background.


Black color preview on #6C8281 background

This text has black color on #6C8281 background.


White color preview on #6C8281 background

This text has white color on #6C8281 background.


Related colors

Complementary color

Complementary color for #hex is #937D7E.


I love getcolorcode.com

Triadic colors

1 #816C82 and #82816C with #6C8281 are triadic colors.

2 #81826C and #826C81 with #6C8281 are triadic colors.