COLOR #6E8498

HEX: #6E8498
RGB: (110,132,152)

Color info

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

RGB color model

#6E8498 color RGB value is (110,132,152).

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

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 152 of 255 = 60%

110
132
152

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 152 = 394 (100%)
R 110 of 394 ~ 27.92%
G 132 of 394 ~ 33.5%
B 152 of 394 ~ 38.58%

%27.92
%33.5
%38.58

CMYK color model

#6E8498 color CMYK value is (28,13,0,40).

  • cyan value is 27.63%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(28,13,0,40)
C28M13Y0K40 
(28%,13%,0%,40%)
(0.28/0.13/0.00/0.40)	

CMYK percentages

%27.63
%13.16
%0
%40.39

Codes

Color #6E8498 in popluar color models

6E8498
RGB110132152
HSL209°16.94%51.37%
HSB/HSV209°27.63%59.61%
CMYK27.63%13.16%0.00%
40.39%

Color #6E8498 in popluar number systems.

HEX6E8498
Decimal110132152
Binary11011101000010010011000
Octal156204230

Shades and tints

Shades of #6E8498

#6E8498
(110,132,152)
#64788B
(100,120,139)
#5A6C7E
(90,108,126)
#506071
(80,96,113)
#465464
(70,84,100)
#3C4857
(60,72,87)
#323C4A
(50,60,74)
#28303D
(40,48,61)
#1E2430
(30,36,48)
#141823
(20,24,35)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #6E8498

#6E8498
(110,132,152)
#7B8FA1
(123,143,161)
#889AAA
(136,154,170)
#95A5B3
(149,165,179)
#A2B0BC
(162,176,188)
#AFBBC5
(175,187,197)
#BCC6CE
(188,198,206)
#C9D1D7
(201,209,215)
#D6DCE0
(214,220,224)
#E3E7E9
(227,231,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8498; }

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

This text font color is #6E8498.


Background Color

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

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

This div background color is #6E8498.


Border color

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

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

This div border color is #6E8498.


Opacity

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

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

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

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

This text has shadow with #6E8498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8498 on black background.


Color preview on white background

This text has color #6E8498 on white background.



Black color preview on #6E8498 background

This text has black color on #6E8498 background.


White color preview on #6E8498 background

This text has white color on #6E8498 background.