COLOR #6C8192

HEX: #6C8192 RGB: (108,129,146)

Color info

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

RGB color model

#6C8192 color RGB value is (108,129,146).

RGB: (108,129,146) (42%, 51%, 57%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 146 of 255 = 57%

108
129
146

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

Portions of RGB colors in percentages

R + G + B = 108 + 129 + 146 = 383 (100%)
R 108 of 383 ~ 28.2%
G 129 of 383 ~ 33.68%
B 146 of 383 ~ 38.12'%

%28.2
%33.68
%38.12

CMYK color model

#6C8192 color CMYK value is (26,12,0,43).

  • cyan value is 26.03%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (26,12,0,43)
C26M12Y0K43 (26%, 12%, 0%, 43%)
(0.26 / 0.12 / 0.00 / 0.43)

CMYK percentages

%26.03
%11.64
%0
%42.75

Codes

Color #6C8192 in popluar color models

6C 81 92
RGB 108 129 146
HSL 207° 14.96% 49.80%
HSB/HSV 207° 26.03% 57.25%
CMYK 26.03% 11.64% 0.00%
42.75%

Color #6C8192 in popluar number systems.

HEX 6C 81 92
Decimal 108 129 146
Binary 1101100 10000001 10010010
Octal 154 201 222

Shades and tints

Shades of #6C8192

#6C8192
(108,129,146)
#637685
(99,118,133)
#5A6B78
(90,107,120)
#51606B
(81,96,107)
#48555E
(72,85,94)
#3F4A51
(63,74,81)
#363F44
(54,63,68)
#2D3437
(45,52,55)
#24292A
(36,41,42)
#1B1E1D
(27,30,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6C8192

#6C8192
(108,129,146)
#798C9B
(121,140,155)
#8697A4
(134,151,164)
#93A2AD
(147,162,173)
#A0ADB6
(160,173,182)
#ADB8BF
(173,184,191)
#BAC3C8
(186,195,200)
#C7CED1
(199,206,209)
#D4D9DA
(212,217,218)
#E1E4E3
(225,228,227)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8192; }

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

This text font color is #6C8192.

Background Color

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

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

This div background color is #6C8192.

Border color

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

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

This div border color is #6C8192.

Opacity

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

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

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

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

This text has shadow with #6C8192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8192.

Preview

Color preview on black background

This text has color #6C8192 on black background.


Color preview on white background

This text has color #6C8192 on white background.


Black color preview on #6C8192 background

This text has black color on #6C8192 background.


White color preview on #6C8192 background

This text has white color on #6C8192 background.


Related colors

Complementary color

Complementary color for #hex is #937E6D.


I love getcolorcode.com

Triadic colors

1 #926C81 and #81926C with #6C8192 are triadic colors.

2 #92816C and #816C92 with #6C8192 are triadic colors.