COLOR #6E848C

HEX: #6E848C
RGB: (110,132,140)

Color info

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

RGB color model

#6E848C color RGB value is (110,132,140).

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

RGB channels and saturation

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

110
132
140

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 140 = 382 (100%)
R 110 of 382 ~ 28.8%
G 132 of 382 ~ 34.55%
B 140 of 382 ~ 36.65%

%28.8
%34.55
%36.65

CMYK color model

#6E848C color CMYK value is (21,6,0,45).

  • cyan value is 21.43%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(21,6,0,45)
C21M6Y0K45 
(21%,6%,0%,45%)
(0.21/0.06/0.00/0.45)	

CMYK percentages

%21.43
%5.71
%0
%45.1

Codes

Color #6E848C in popluar color models

6E848C
RGB110132140
HSL196°12.00%49.02%
HSB/HSV196°21.43%54.90%
CMYK21.43%5.71%0.00%
45.10%

Color #6E848C in popluar number systems.

HEX6E848C
Decimal110132140
Binary11011101000010010001100
Octal156204214

Shades and tints

Shades of #6E848C

#6E848C
(110,132,140)
#647880
(100,120,128)
#5A6C74
(90,108,116)
#506068
(80,96,104)
#46545C
(70,84,92)
#3C4850
(60,72,80)
#323C44
(50,60,68)
#283038
(40,48,56)
#1E242C
(30,36,44)
#141820
(20,24,32)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6E848C

#6E848C
(110,132,140)
#7B8F96
(123,143,150)
#889AA0
(136,154,160)
#95A5AA
(149,165,170)
#A2B0B4
(162,176,180)
#AFBBBE
(175,187,190)
#BCC6C8
(188,198,200)
#C9D1D2
(201,209,210)
#D6DCDC
(214,220,220)
#E3E7E6
(227,231,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E848C; }

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

This text font color is #6E848C.


Background Color

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

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

This div background color is #6E848C.


Border color

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

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

This div border color is #6E848C.


Opacity

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

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

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

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

This text has shadow with #6E848C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E848C on black background.


Color preview on white background

This text has color #6E848C on white background.



Black color preview on #6E848C background

This text has black color on #6E848C background.


White color preview on #6E848C background

This text has white color on #6E848C background.