COLOR #6D848C

HEX: #6D848C
RGB: (109,132,140)

Color info

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

RGB color model

#6D848C color RGB value is (109,132,140).

  • red value is 109;
  • green value is 132;
  • blue value is 140.
RGB:
(109,132,140)
(43%,52%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 132 of 255 = 52%
B 140 of 255 = 55%

109
132
140

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

Portions of RGB colors in percentages

R + G + B =
109 + 132 + 140 = 381 (100%)
R 109 of 381 ~ 28.61%
G 132 of 381 ~ 34.65%
B 140 of 381 ~ 36.75%

%28.61
%34.65
%36.75

CMYK color model

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

  • cyan value is 22.14%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(22,6,0,45)
C22M6Y0K45 
(22%,6%,0%,45%)
(0.22/0.06/0.00/0.45)	

CMYK percentages

%22.14
%5.71
%0
%45.1

Codes

Color #6D848C in popluar color models

6D848C
RGB109132140
HSL195°12.45%48.82%
HSB/HSV195°22.14%54.90%
CMYK22.14%5.71%0.00%
45.10%

Color #6D848C in popluar number systems.

HEX6D848C
Decimal109132140
Binary11011011000010010001100
Octal155204214

Shades and tints

Shades of #6D848C

#6D848C
(109,132,140)
#647880
(100,120,128)
#5B6C74
(91,108,116)
#526068
(82,96,104)
#49545C
(73,84,92)
#404850
(64,72,80)
#373C44
(55,60,68)
#2E3038
(46,48,56)
#25242C
(37,36,44)
#1C1820
(28,24,32)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #6D848C

#6D848C
(109,132,140)
#7A8F96
(122,143,150)
#879AA0
(135,154,160)
#94A5AA
(148,165,170)
#A1B0B4
(161,176,180)
#AEBBBE
(174,187,190)
#BBC6C8
(187,198,200)
#C8D1D2
(200,209,210)
#D5DCDC
(213,220,220)
#E2E7E6
(226,231,230)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D848C color. Also use rgb(109,132,140) instead hex code.

Text Font Color

.myTextColor { color: #6D848C; }

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

This text font color is #6D848C.


Background Color

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

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

This div background color is #6D848C.


Border color

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

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

This div border color is #6D848C.


Opacity

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

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

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

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

This text has shadow with #6D848C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D848C on black background.


Color preview on white background

This text has color #6D848C on white background.



Black color preview on #6D848C background

This text has black color on #6D848C background.


White color preview on #6D848C background

This text has white color on #6D848C background.