COLOR #6EA298

HEX: #6EA298
RGB: (110,162,152)

Color info

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

RGB color model

#6EA298 color RGB value is (110,162,152).

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

RGB channels and saturation

R 110 of 255 = 43%
G 162 of 255 = 64%
B 152 of 255 = 60%

110
162
152

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

Portions of RGB colors in percentages

R + G + B =
110 + 162 + 152 = 424 (100%)
R 110 of 424 ~ 25.94%
G 162 of 424 ~ 38.21%
B 152 of 424 ~ 35.85%

%25.94
%38.21
%35.85

CMYK color model

#6EA298 color CMYK value is (32,0,6,36).

  • cyan value is 32.10%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 36.47%
CMYK:
(32,0,6,36)
C32M0Y6K36 
(32%,0%,6%,36%)
(0.32/0.00/0.06/0.36)	

CMYK percentages

%32.1
%0
%6.17
%36.47

Codes

Color #6EA298 in popluar color models

6EA298
RGB110162152
HSL168°21.85%53.33%
HSB/HSV168°32.10%63.53%
CMYK32.10%0.00%6.17%
36.47%

Color #6EA298 in popluar number systems.

HEX6EA298
Decimal110162152
Binary11011101010001010011000
Octal156242230

Shades and tints

Shades of #6EA298

#6EA298
(110,162,152)
#64948B
(100,148,139)
#5A867E
(90,134,126)
#507871
(80,120,113)
#466A64
(70,106,100)
#3C5C57
(60,92,87)
#324E4A
(50,78,74)
#28403D
(40,64,61)
#1E3230
(30,50,48)
#142423
(20,36,35)
#0A1616
(10,22,22)
#000000
(0,0,0)

Tints of #6EA298

#6EA298
(110,162,152)
#7BAAA1
(123,170,161)
#88B2AA
(136,178,170)
#95BAB3
(149,186,179)
#A2C2BC
(162,194,188)
#AFCAC5
(175,202,197)
#BCD2CE
(188,210,206)
#C9DAD7
(201,218,215)
#D6E2E0
(214,226,224)
#E3EAE9
(227,234,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA298; }

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

This text font color is #6EA298.


Background Color

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

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

This div background color is #6EA298.


Border color

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

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

This div border color is #6EA298.


Opacity

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

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

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

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

This text has shadow with #6EA298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA298 on black background.


Color preview on white background

This text has color #6EA298 on white background.



Black color preview on #6EA298 background

This text has black color on #6EA298 background.


White color preview on #6EA298 background

This text has white color on #6EA298 background.