COLOR #6C818D

HEX: #6C818D RGB: (108,129,141)

Color info

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

RGB color model

#6C818D color RGB value is (108,129,141).

RGB: (108,129,141) (42%, 51%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 141 of 255 = 55%

108
129
141

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

Portions of RGB colors in percentages

R + G + B = 108 + 129 + 141 = 378 (100%)
R 108 of 378 ~ 28.57%
G 129 of 378 ~ 34.13%
B 141 of 378 ~ 37.3'%

%28.57
%34.13
%37.3

CMYK color model

#6C818D color CMYK value is (23,9,0,45).

  • cyan value is 23.40%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (23,9,0,45)
C23M9Y0K45 (23%, 9%, 0%, 45%)
(0.23 / 0.09 / 0.00 / 0.45)

CMYK percentages

%23.4
%8.51
%0
%44.71

Codes

Color #6C818D in popluar color models

6C 81 8D
RGB 108 129 141
HSL 202° 13.25% 48.82%
HSB/HSV 202° 23.40% 55.29%
CMYK 23.40% 8.51% 0.00%
44.71%

Color #6C818D in popluar number systems.

HEX 6C 81 8D
Decimal 108 129 141
Binary 1101100 10000001 10001101
Octal 154 201 215

Shades and tints

Shades of #6C818D

#6C818D
(108,129,141)
#637681
(99,118,129)
#5A6B75
(90,107,117)
#516069
(81,96,105)
#48555D
(72,85,93)
#3F4A51
(63,74,81)
#363F45
(54,63,69)
#2D3439
(45,52,57)
#24292D
(36,41,45)
#1B1E21
(27,30,33)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #6C818D

#6C818D
(108,129,141)
#798C97
(121,140,151)
#8697A1
(134,151,161)
#93A2AB
(147,162,171)
#A0ADB5
(160,173,181)
#ADB8BF
(173,184,191)
#BAC3C9
(186,195,201)
#C7CED3
(199,206,211)
#D4D9DD
(212,217,221)
#E1E4E7
(225,228,231)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C818D; }

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

This text font color is #6C818D.

Background Color

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

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

This div background color is #6C818D.

Border color

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

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

This div border color is #6C818D.

Opacity

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

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

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

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

This text has shadow with #6C818D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C818D.

Preview

Color preview on black background

This text has color #6C818D on black background.


Color preview on white background

This text has color #6C818D on white background.


Black color preview on #6C818D background

This text has black color on #6C818D background.


White color preview on #6C818D background

This text has white color on #6C818D background.


Related colors

Complementary color

Complementary color for #hex is #937E72.


I love getcolorcode.com

Triadic colors

1 #8D6C81 and #818D6C with #6C818D are triadic colors.

2 #8D816C and #816C8D with #6C818D are triadic colors.