COLOR #6E88AD

HEX: #6E88AD
RGB: (110,136,173)

Color info

#6E88AD contains mainly green and blue colors. Web safe color of #6E88AD is #669999 (or #699).

RGB color model

#6E88AD color RGB value is (110,136,173).

  • red value is 110;
  • green value is 136;
  • blue value is 173.
RGB:
(110,136,173)
(43%,53%,68%)

RGB channels and saturation

R 110 of 255 = 43%
G 136 of 255 = 53%
B 173 of 255 = 68%

110
136
173

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

Portions of RGB colors in percentages

R + G + B =
110 + 136 + 173 = 419 (100%)
R 110 of 419 ~ 26.25%
G 136 of 419 ~ 32.46%
B 173 of 419 ~ 41.29%

%26.25
%32.46
%41.29

CMYK color model

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

  • cyan value is 36.42%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(36,21,0,32)
C36M21Y0K32 
(36%,21%,0%,32%)
(0.36/0.21/0.00/0.32)	

CMYK percentages

%36.42
%21.39
%0
%32.16

Codes

Color #6E88AD in popluar color models

6E88AD
RGB110136173
HSL215°27.75%55.49%
HSB/HSV215°36.42%67.84%
CMYK36.42%21.39%0.00%
32.16%

Color #6E88AD in popluar number systems.

HEX6E88AD
Decimal110136173
Binary11011101000100010101101
Octal156210255

Shades and tints

Shades of #6E88AD

#6E88AD
(110,136,173)
#647C9E
(100,124,158)
#5A708F
(90,112,143)
#506480
(80,100,128)
#465871
(70,88,113)
#3C4C62
(60,76,98)
#324053
(50,64,83)
#283444
(40,52,68)
#1E2835
(30,40,53)
#141C26
(20,28,38)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #6E88AD

#6E88AD
(110,136,173)
#7B92B4
(123,146,180)
#889CBB
(136,156,187)
#95A6C2
(149,166,194)
#A2B0C9
(162,176,201)
#AFBAD0
(175,186,208)
#BCC4D7
(188,196,215)
#C9CEDE
(201,206,222)
#D6D8E5
(214,216,229)
#E3E2EC
(227,226,236)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E88AD color. Also use rgb(110,136,173) instead hex code.

Text Font Color

.myTextColor { color: #6E88AD; }

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

This text font color is #6E88AD.


Background Color

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

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

This div background color is #6E88AD.


Border color

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

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

This div border color is #6E88AD.


Opacity

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

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

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

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

This text has shadow with #6E88AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E88AD on black background.


Color preview on white background

This text has color #6E88AD on white background.



Black color preview on #6E88AD background

This text has black color on #6E88AD background.


White color preview on #6E88AD background

This text has white color on #6E88AD background.