COLOR #6E91E1

HEX: #6E91E1 RGB: (110,145,225)

Color info

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

RGB color model

#6E91E1 color RGB value is (110,145,225).

RGB: (110,145,225) (43%, 57%, 88%)

RGB channels and saturation

R 110 of 255 = 43%
G 145 of 255 = 57%
B 225 of 255 = 88%

110
145
225

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

Portions of RGB colors in percentages

R + G + B = 110 + 145 + 225 = 480 (100%)
R 110 of 480 ~ 22.92%
G 145 of 480 ~ 30.21%
B 225 of 480 ~ 46.88'%

%22.92
%30.21
%46.88

CMYK color model

#6E91E1 color CMYK value is (51,36,0,12).

  • cyan value is 51.11%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (51,36,0,12)
C51M36Y0K12 (51%, 36%, 0%, 12%)
(0.51 / 0.36 / 0.00 / 0.12)

CMYK percentages

%51.11
%35.56
%0
%11.76

Codes

Color #6E91E1 in popluar color models

6E 91 E1
RGB 110 145 225
HSL 222° 65.71% 65.69%
HSB/HSV 222° 51.11% 88.24%
CMYK 51.11% 35.56% 0.00%
11.76%

Color #6E91E1 in popluar number systems.

HEX 6E 91 E1
Decimal 110 145 225
Binary 1101110 10010001 11100001
Octal 156 221 341

Shades and tints

Shades of #6E91E1

#6E91E1
(110,145,225)
#6484CD
(100,132,205)
#5A77B9
(90,119,185)
#506AA5
(80,106,165)
#465D91
(70,93,145)
#3C507D
(60,80,125)
#324369
(50,67,105)
#283655
(40,54,85)
#1E2941
(30,41,65)
#141C2D
(20,28,45)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #6E91E1

#6E91E1
(110,145,225)
#7B9BE3
(123,155,227)
#88A5E5
(136,165,229)
#95AFE7
(149,175,231)
#A2B9E9
(162,185,233)
#AFC3EB
(175,195,235)
#BCCDED
(188,205,237)
#C9D7EF
(201,215,239)
#D6E1F1
(214,225,241)
#E3EBF3
(227,235,243)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E91E1; }

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

This text font color is #6E91E1.

Background Color

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

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

This div background color is #6E91E1.

Border color

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

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

This div border color is #6E91E1.

Opacity

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

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

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

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

This text has shadow with #6E91E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E91E1.

Preview

Color preview on black background

This text has color #6E91E1 on black background.


Color preview on white background

This text has color #6E91E1 on white background.


Black color preview on #6E91E1 background

This text has black color on #6E91E1 background.


White color preview on #6E91E1 background

This text has white color on #6E91E1 background.


Related colors

Complementary color

Complementary color for #hex is #916E1E.


I love getcolorcode.com

Triadic colors

1 #E16E91 and #91E16E with #6E91E1 are triadic colors.

2 #E1916E and #916EE1 with #6E91E1 are triadic colors.