COLOR #6E90C5

HEX: #6E90C5 RGB: (110,144,197)

Color info

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

RGB color model

#6E90C5 color RGB value is (110,144,197).

RGB: (110,144,197) (43%, 56%, 77%)

RGB channels and saturation

R 110 of 255 = 43%
G 144 of 255 = 56%
B 197 of 255 = 77%

110
144
197

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

Portions of RGB colors in percentages

R + G + B = 110 + 144 + 197 = 451 (100%)
R 110 of 451 ~ 24.39%
G 144 of 451 ~ 31.93%
B 197 of 451 ~ 43.68'%

%24.39
%31.93
%43.68

CMYK color model

#6E90C5 color CMYK value is (44,27,0,23).

  • cyan value is 44.16%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (44,27,0,23)
C44M27Y0K23 (44%, 27%, 0%, 23%)
(0.44 / 0.27 / 0.00 / 0.23)

CMYK percentages

%44.16
%26.9
%0
%22.75

Codes

Color #6E90C5 in popluar color models

6E 90 C5
RGB 110 144 197
HSL 217° 42.86% 60.20%
HSB/HSV 217° 44.16% 77.25%
CMYK 44.16% 26.90% 0.00%
22.75%

Color #6E90C5 in popluar number systems.

HEX 6E 90 C5
Decimal 110 144 197
Binary 1101110 10010000 11000101
Octal 156 220 305

Shades and tints

Shades of #6E90C5

#6E90C5
(110,144,197)
#6483B4
(100,131,180)
#5A76A3
(90,118,163)
#506992
(80,105,146)
#465C81
(70,92,129)
#3C4F70
(60,79,112)
#32425F
(50,66,95)
#28354E
(40,53,78)
#1E283D
(30,40,61)
#141B2C
(20,27,44)
#0A0E1B
(10,14,27)
#000000
(0,0,0)

Tints of #6E90C5

#6E90C5
(110,144,197)
#7B9ACA
(123,154,202)
#88A4CF
(136,164,207)
#95AED4
(149,174,212)
#A2B8D9
(162,184,217)
#AFC2DE
(175,194,222)
#BCCCE3
(188,204,227)
#C9D6E8
(201,214,232)
#D6E0ED
(214,224,237)
#E3EAF2
(227,234,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E90C5 color. Also use rgb(110,144,197) instead hex code.

Text Font Color

.myTextColor { color: #6E90C5; }

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

This text font color is #6E90C5.

Background Color

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

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

This div background color is #6E90C5.

Border color

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

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

This div border color is #6E90C5.

Opacity

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

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

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

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

This text has shadow with #6E90C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E90C5.

Preview

Color preview on black background

This text has color #6E90C5 on black background.


Color preview on white background

This text has color #6E90C5 on white background.


Black color preview on #6E90C5 background

This text has black color on #6E90C5 background.


White color preview on #6E90C5 background

This text has white color on #6E90C5 background.


Related colors

Complementary color

Complementary color for #hex is #916F3A.


I love getcolorcode.com

Triadic colors

1 #C56E90 and #90C56E with #6E90C5 are triadic colors.

2 #C5906E and #906EC5 with #6E90C5 are triadic colors.