COLOR #6C7D81

HEX: #6C7D81 RGB: (108,125,129)

Color info

#6C7D81 contains red, green and blue colors in about the same proportion. Web safe color of #6C7D81 is #666699 (or #669).

RGB color model

#6C7D81 color RGB value is (108,125,129).

RGB: (108,125,129) (42%, 49%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 129 of 255 = 51%

108
125
129

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

Portions of RGB colors in percentages

R + G + B = 108 + 125 + 129 = 362 (100%)
R 108 of 362 ~ 29.83%
G 125 of 362 ~ 34.53%
B 129 of 362 ~ 35.64'%

%29.83
%34.53
%35.64

CMYK color model

#6C7D81 color CMYK value is (16,3,0,49).

  • cyan value is 16.28%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (16,3,0,49)
C16M3Y0K49 (16%, 3%, 0%, 49%)
(0.16 / 0.03 / 0.00 / 0.49)

CMYK percentages

%16.28
%3.1
%0
%49.41

Codes

Color #6C7D81 in popluar color models

6C 7D 81
RGB 108 125 129
HSL 191° 8.86% 46.47%
HSB/HSV 191° 16.28% 50.59%
CMYK 16.28% 3.10% 0.00%
49.41%

Color #6C7D81 in popluar number systems.

HEX 6C 7D 81
Decimal 108 125 129
Binary 1101100 1111101 10000001
Octal 154 175 201

Shades and tints

Shades of #6C7D81

#6C7D81
(108,125,129)
#637276
(99,114,118)
#5A676B
(90,103,107)
#515C60
(81,92,96)
#485155
(72,81,85)
#3F464A
(63,70,74)
#363B3F
(54,59,63)
#2D3034
(45,48,52)
#242529
(36,37,41)
#1B1A1E
(27,26,30)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6C7D81

#6C7D81
(108,125,129)
#79888C
(121,136,140)
#869397
(134,147,151)
#939EA2
(147,158,162)
#A0A9AD
(160,169,173)
#ADB4B8
(173,180,184)
#BABFC3
(186,191,195)
#C7CACE
(199,202,206)
#D4D5D9
(212,213,217)
#E1E0E4
(225,224,228)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7D81; }

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

This text font color is #6C7D81.

Background Color

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

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

This div background color is #6C7D81.

Border color

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

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

This div border color is #6C7D81.

Opacity

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

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

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

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

This text has shadow with #6C7D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7D81.

Preview

Color preview on black background

This text has color #6C7D81 on black background.


Color preview on white background

This text has color #6C7D81 on white background.


Black color preview on #6C7D81 background

This text has black color on #6C7D81 background.


White color preview on #6C7D81 background

This text has white color on #6C7D81 background.


Related colors

Complementary color

Complementary color for #hex is #93827E.


I love getcolorcode.com

Triadic colors

1 #816C7D and #7D816C with #6C7D81 are triadic colors.

2 #817D6C and #7D6C81 with #6C7D81 are triadic colors.