COLOR #6C848B

HEX: #6C848B RGB: (108,132,139)

Color info

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

RGB color model

#6C848B color RGB value is (108,132,139).

RGB: (108,132,139) (42%, 52%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 132 of 255 = 52%
B 139 of 255 = 55%

108
132
139

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

Portions of RGB colors in percentages

R + G + B = 108 + 132 + 139 = 379 (100%)
R 108 of 379 ~ 28.5%
G 132 of 379 ~ 34.83%
B 139 of 379 ~ 36.68'%

%28.5
%34.83
%36.68

CMYK color model

#6C848B color CMYK value is (22,5,0,45).

  • cyan value is 22.30%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (22,5,0,45)
C22M5Y0K45 (22%, 5%, 0%, 45%)
(0.22 / 0.05 / 0.00 / 0.45)

CMYK percentages

%22.3
%5.04
%0
%45.49

Codes

Color #6C848B in popluar color models

6C 84 8B
RGB 108 132 139
HSL 194° 12.55% 48.43%
HSB/HSV 194° 22.30% 54.51%
CMYK 22.30% 5.04% 0.00%
45.49%

Color #6C848B in popluar number systems.

HEX 6C 84 8B
Decimal 108 132 139
Binary 1101100 10000100 10001011
Octal 154 204 213

Shades and tints

Shades of #6C848B

#6C848B
(108,132,139)
#63787F
(99,120,127)
#5A6C73
(90,108,115)
#516067
(81,96,103)
#48545B
(72,84,91)
#3F484F
(63,72,79)
#363C43
(54,60,67)
#2D3037
(45,48,55)
#24242B
(36,36,43)
#1B181F
(27,24,31)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #6C848B

#6C848B
(108,132,139)
#798F95
(121,143,149)
#869A9F
(134,154,159)
#93A5A9
(147,165,169)
#A0B0B3
(160,176,179)
#ADBBBD
(173,187,189)
#BAC6C7
(186,198,199)
#C7D1D1
(199,209,209)
#D4DCDB
(212,220,219)
#E1E7E5
(225,231,229)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C848B color. Also use rgb(108,132,139) instead hex code.

Text Font Color

.myTextColor { color: #6C848B; }

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

This text font color is #6C848B.

Background Color

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

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

This div background color is #6C848B.

Border color

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

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

This div border color is #6C848B.

Opacity

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

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

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

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

This text has shadow with #6C848B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C848B.

Preview

Color preview on black background

This text has color #6C848B on black background.


Color preview on white background

This text has color #6C848B on white background.


Black color preview on #6C848B background

This text has black color on #6C848B background.


White color preview on #6C848B background

This text has white color on #6C848B background.


Related colors

Complementary color

Complementary color for #hex is #937B74.


I love getcolorcode.com

Triadic colors

1 #8B6C84 and #848B6C with #6C848B are triadic colors.

2 #8B846C and #846C8B with #6C848B are triadic colors.