COLOR #6E9284

HEX: #6E9284
RGB: (110,146,132)

Color info

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

RGB color model

#6E9284 color RGB value is (110,146,132).

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

RGB channels and saturation

R 110 of 255 = 43%
G 146 of 255 = 57%
B 132 of 255 = 52%

110
146
132

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

Portions of RGB colors in percentages

R + G + B =
110 + 146 + 132 = 388 (100%)
R 110 of 388 ~ 28.35%
G 146 of 388 ~ 37.63%
B 132 of 388 ~ 34.02%

%28.35
%37.63
%34.02

CMYK color model

#6E9284 color CMYK value is (25,0,10,43).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 42.75%
CMYK:
(25,0,10,43)
C25M0Y10K43 
(25%,0%,10%,43%)
(0.25/0.00/0.10/0.43)	

CMYK percentages

%24.66
%0
%9.59
%42.75

Codes

Color #6E9284 in popluar color models

6E9284
RGB110146132
HSL157°14.17%50.20%
HSB/HSV157°24.66%57.25%
CMYK24.66%0.00%9.59%
42.75%

Color #6E9284 in popluar number systems.

HEX6E9284
Decimal110146132
Binary11011101001001010000100
Octal156222204

Shades and tints

Shades of #6E9284

#6E9284
(110,146,132)
#648578
(100,133,120)
#5A786C
(90,120,108)
#506B60
(80,107,96)
#465E54
(70,94,84)
#3C5148
(60,81,72)
#32443C
(50,68,60)
#283730
(40,55,48)
#1E2A24
(30,42,36)
#141D18
(20,29,24)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E9284

#6E9284
(110,146,132)
#7B9B8F
(123,155,143)
#88A49A
(136,164,154)
#95ADA5
(149,173,165)
#A2B6B0
(162,182,176)
#AFBFBB
(175,191,187)
#BCC8C6
(188,200,198)
#C9D1D1
(201,209,209)
#D6DADC
(214,218,220)
#E3E3E7
(227,227,231)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9284; }

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

This text font color is #6E9284.


Background Color

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

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

This div background color is #6E9284.


Border color

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

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

This div border color is #6E9284.


Opacity

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

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

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

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

This text has shadow with #6E9284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9284 on black background.


Color preview on white background

This text has color #6E9284 on white background.



Black color preview on #6E9284 background

This text has black color on #6E9284 background.


White color preview on #6E9284 background

This text has white color on #6E9284 background.