COLOR #6E97B5

HEX: #6E97B5
RGB: (110,151,181)

Color info

#6E97B5 contains mainly green and blue colors. Web safe color of #6E97B5 is #6699CC (or #69C).

RGB color model

#6E97B5 color RGB value is (110,151,181).

  • red value is 110;
  • green value is 151;
  • blue value is 181.
RGB:
(110,151,181)
(43%,59%,71%)

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 181 of 255 = 71%

110
151
181

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

Portions of RGB colors in percentages

R + G + B =
110 + 151 + 181 = 442 (100%)
R 110 of 442 ~ 24.89%
G 151 of 442 ~ 34.16%
B 181 of 442 ~ 40.95%

%24.89
%34.16
%40.95

CMYK color model

#6E97B5 color CMYK value is (39,17,0,29).

  • cyan value is 39.23%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(39,17,0,29)
C39M17Y0K29 
(39%,17%,0%,29%)
(0.39/0.17/0.00/0.29)	

CMYK percentages

%39.23
%16.57
%0
%29.02

Codes

Color #6E97B5 in popluar color models

6E97B5
RGB110151181
HSL205°32.42%57.06%
HSB/HSV205°39.23%70.98%
CMYK39.23%16.57%0.00%
29.02%

Color #6E97B5 in popluar number systems.

HEX6E97B5
Decimal110151181
Binary11011101001011110110101
Octal156227265

Shades and tints

Shades of #6E97B5

#6E97B5
(110,151,181)
#648AA5
(100,138,165)
#5A7D95
(90,125,149)
#507085
(80,112,133)
#466375
(70,99,117)
#3C5665
(60,86,101)
#324955
(50,73,85)
#283C45
(40,60,69)
#1E2F35
(30,47,53)
#142225
(20,34,37)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #6E97B5

#6E97B5
(110,151,181)
#7BA0BB
(123,160,187)
#88A9C1
(136,169,193)
#95B2C7
(149,178,199)
#A2BBCD
(162,187,205)
#AFC4D3
(175,196,211)
#BCCDD9
(188,205,217)
#C9D6DF
(201,214,223)
#D6DFE5
(214,223,229)
#E3E8EB
(227,232,235)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E97B5 color. Also use rgb(110,151,181) instead hex code.

Text Font Color

.myTextColor { color: #6E97B5; }

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

This text font color is #6E97B5.


Background Color

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

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

This div background color is #6E97B5.


Border color

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

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

This div border color is #6E97B5.


Opacity

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

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

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

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

This text has shadow with #6E97B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E97B5 on black background.


Color preview on white background

This text has color #6E97B5 on white background.



Black color preview on #6E97B5 background

This text has black color on #6E97B5 background.


White color preview on #6E97B5 background

This text has white color on #6E97B5 background.