COLOR #6E97D9

HEX: #6E97D9 RGB: (110,151,217)

Color info

#6E97D9 contains mainly blue color. Web safe color of #6E97D9 is #6699CC (or #69C).

RGB color model

#6E97D9 color RGB value is (110,151,217).

RGB: (110,151,217) (43%, 59%, 85%)

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 217 of 255 = 85%

110
151
217

R + G + B ~ 62%. #6E97D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 151 + 217 = 478 (100%)
R 110 of 478 ~ 23.01%
G 151 of 478 ~ 31.59%
B 217 of 478 ~ 45.4'%

%23.01
%31.59
%45.4

CMYK color model

#6E97D9 color CMYK value is (49,30,0,15).

  • cyan value is 49.31%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (49,30,0,15)
C49M30Y0K15 (49%, 30%, 0%, 15%)
(0.49 / 0.30 / 0.00 / 0.15)

CMYK percentages

%49.31
%30.41
%0
%14.9

Codes

Color #6E97D9 in popluar color models

6E 97 D9
RGB 110 151 217
HSL 217° 58.47% 64.12%
HSB/HSV 217° 49.31% 85.10%
CMYK 49.31% 30.41% 0.00%
14.90%

Color #6E97D9 in popluar number systems.

HEX 6E 97 D9
Decimal 110 151 217
Binary 1101110 10010111 11011001
Octal 156 227 331

Shades and tints

Shades of #6E97D9

#6E97D9
(110,151,217)
#648AC6
(100,138,198)
#5A7DB3
(90,125,179)
#5070A0
(80,112,160)
#46638D
(70,99,141)
#3C567A
(60,86,122)
#324967
(50,73,103)
#283C54
(40,60,84)
#1E2F41
(30,47,65)
#14222E
(20,34,46)
#0A151B
(10,21,27)
#000000
(0,0,0)

Tints of #6E97D9

#6E97D9
(110,151,217)
#7BA0DC
(123,160,220)
#88A9DF
(136,169,223)
#95B2E2
(149,178,226)
#A2BBE5
(162,187,229)
#AFC4E8
(175,196,232)
#BCCDEB
(188,205,235)
#C9D6EE
(201,214,238)
#D6DFF1
(214,223,241)
#E3E8F4
(227,232,244)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E97D9; }

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

This text font color is #6E97D9.

Background Color

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

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

This div background color is #6E97D9.

Border color

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

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

This div border color is #6E97D9.

Opacity

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

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

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

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

This text has shadow with #6E97D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E97D9.

Preview

Color preview on black background

This text has color #6E97D9 on black background.


Color preview on white background

This text has color #6E97D9 on white background.


Black color preview on #6E97D9 background

This text has black color on #6E97D9 background.


White color preview on #6E97D9 background

This text has white color on #6E97D9 background.


Related colors

Complementary color

Complementary color for #hex is #916826.


I love getcolorcode.com

Triadic colors

1 #D96E97 and #97D96E with #6E97D9 are triadic colors.

2 #D9976E and #976ED9 with #6E97D9 are triadic colors.