COLOR #6E95AB

HEX: #6E95AB
RGB: (110,149,171)

Color info

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

RGB color model

#6E95AB color RGB value is (110,149,171).

  • red value is 110;
  • green value is 149;
  • blue value is 171.
RGB:
(110,149,171)
(43%,58%,67%)

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 171 of 255 = 67%

110
149
171

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

Portions of RGB colors in percentages

R + G + B =
110 + 149 + 171 = 430 (100%)
R 110 of 430 ~ 25.58%
G 149 of 430 ~ 34.65%
B 171 of 430 ~ 39.77%

%25.58
%34.65
%39.77

CMYK color model

#6E95AB color CMYK value is (36,13,0,33).

  • cyan value is 35.67%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(36,13,0,33)
C36M13Y0K33 
(36%,13%,0%,33%)
(0.36/0.13/0.00/0.33)	

CMYK percentages

%35.67
%12.87
%0
%32.94

Codes

Color #6E95AB in popluar color models

6E95AB
RGB110149171
HSL202°26.64%55.10%
HSB/HSV202°35.67%67.06%
CMYK35.67%12.87%0.00%
32.94%

Color #6E95AB in popluar number systems.

HEX6E95AB
Decimal110149171
Binary11011101001010110101011
Octal156225253

Shades and tints

Shades of #6E95AB

#6E95AB
(110,149,171)
#64889C
(100,136,156)
#5A7B8D
(90,123,141)
#506E7E
(80,110,126)
#46616F
(70,97,111)
#3C5460
(60,84,96)
#324751
(50,71,81)
#283A42
(40,58,66)
#1E2D33
(30,45,51)
#142024
(20,32,36)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #6E95AB

#6E95AB
(110,149,171)
#7B9EB2
(123,158,178)
#88A7B9
(136,167,185)
#95B0C0
(149,176,192)
#A2B9C7
(162,185,199)
#AFC2CE
(175,194,206)
#BCCBD5
(188,203,213)
#C9D4DC
(201,212,220)
#D6DDE3
(214,221,227)
#E3E6EA
(227,230,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E95AB color. Also use rgb(110,149,171) instead hex code.

Text Font Color

.myTextColor { color: #6E95AB; }

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

This text font color is #6E95AB.


Background Color

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

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

This div background color is #6E95AB.


Border color

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

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

This div border color is #6E95AB.


Opacity

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

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

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

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

This text has shadow with #6E95AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E95AB on black background.


Color preview on white background

This text has color #6E95AB on white background.



Black color preview on #6E95AB background

This text has black color on #6E95AB background.


White color preview on #6E95AB background

This text has white color on #6E95AB background.