COLOR #6E97E1

HEX: #6E97E1 RGB: (110,151,225)

Color info

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

RGB color model

#6E97E1 color RGB value is (110,151,225).

RGB: (110,151,225) (43%, 59%, 88%)

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 225 of 255 = 88%

110
151
225

R + G + B ~ 63%. #6E97E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 151 + 225 = 486 (100%)
R 110 of 486 ~ 22.63%
G 151 of 486 ~ 31.07%
B 225 of 486 ~ 46.3'%

%22.63
%31.07
%46.3

CMYK color model

#6E97E1 color CMYK value is (51,33,0,12).

  • cyan value is 51.11%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (51,33,0,12) C51M33Y0K12 (51%,33%,0%,12%) (0.51/0.33/0.00/0.12) 

CMYK percentages

%51.11
%32.89
%0
%11.76

Codes

Color #6E97E1 in popluar color models

6E 97 E1
RGB 110 151 225
HSL 219° 65.71% 65.69%
HSB/HSV 219° 51.11% 88.24%
CMYK 51.11% 32.89% 0.00%
11.76%

Color #6E97E1 in popluar number systems.

HEX 6E 97 E1
Decimal 110 151 225
Binary 1101110 10010111 11100001
Octal 156 227 341

Shades and tints

Shades of #6E97E1

#6E97E1
(110,151,225)
#648ACD
(100,138,205)
#5A7DB9
(90,125,185)
#5070A5
(80,112,165)
#466391
(70,99,145)
#3C567D
(60,86,125)
#324969
(50,73,105)
#283C55
(40,60,85)
#1E2F41
(30,47,65)
#14222D
(20,34,45)
#0A1519
(10,21,25)
#000000
(0,0,0)

Tints of #6E97E1

#6E97E1
(110,151,225)
#7BA0E3
(123,160,227)
#88A9E5
(136,169,229)
#95B2E7
(149,178,231)
#A2BBE9
(162,187,233)
#AFC4EB
(175,196,235)
#BCCDED
(188,205,237)
#C9D6EF
(201,214,239)
#D6DFF1
(214,223,241)
#E3E8F3
(227,232,243)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E97E1; }

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

This text font color is #6E97E1.

Background Color

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

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

This div background color is #6E97E1.

Border color

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

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

This div border color is #6E97E1.

Opacity

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

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

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

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

This text has shadow with #6E97E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E97E1.

Preview

Color preview on black background

This text has color #6E97E1 on black background.


Color preview on white background

This text has color #6E97E1 on white background.


Black color preview on #6E97E1 background

This text has black color on #6E97E1 background.


White color preview on #6E97E1 background

This text has white color on #6E97E1 background.


Related colors

Complementary color

Complementary color for #hex is #91681E.


I love getcolorcode.com

Triadic colors

1 #E16E97 and #97E16E with #6E97E1 are triadic colors.

2 #E1976E and #976EE1 with #6E97E1 are triadic colors.