COLOR #6E90CA

HEX: #6E90CA RGB: (110,144,202)

Color info

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

RGB color model

#6E90CA color RGB value is (110,144,202).

RGB: (110,144,202) (43%, 56%, 79%)

RGB channels and saturation

R 110 of 255 = 43%
G 144 of 255 = 56%
B 202 of 255 = 79%

110
144
202

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

Portions of RGB colors in percentages

R + G + B = 110 + 144 + 202 = 456 (100%)
R 110 of 456 ~ 24.12%
G 144 of 456 ~ 31.58%
B 202 of 456 ~ 44.3'%

%24.12
%31.58
%44.3

CMYK color model

#6E90CA color CMYK value is (46,29,0,21).

  • cyan value is 45.54%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (46,29,0,21)
C46M29Y0K21 (46%, 29%, 0%, 21%)
(0.46 / 0.29 / 0.00 / 0.21)

CMYK percentages

%45.54
%28.71
%0
%20.78

Codes

Color #6E90CA in popluar color models

6E 90 CA
RGB 110 144 202
HSL 218° 46.46% 61.18%
HSB/HSV 218° 45.54% 79.22%
CMYK 45.54% 28.71% 0.00%
20.78%

Color #6E90CA in popluar number systems.

HEX 6E 90 CA
Decimal 110 144 202
Binary 1101110 10010000 11001010
Octal 156 220 312

Shades and tints

Shades of #6E90CA

#6E90CA
(110,144,202)
#6483B8
(100,131,184)
#5A76A6
(90,118,166)
#506994
(80,105,148)
#465C82
(70,92,130)
#3C4F70
(60,79,112)
#32425E
(50,66,94)
#28354C
(40,53,76)
#1E283A
(30,40,58)
#141B28
(20,27,40)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #6E90CA

#6E90CA
(110,144,202)
#7B9ACE
(123,154,206)
#88A4D2
(136,164,210)
#95AED6
(149,174,214)
#A2B8DA
(162,184,218)
#AFC2DE
(175,194,222)
#BCCCE2
(188,204,226)
#C9D6E6
(201,214,230)
#D6E0EA
(214,224,234)
#E3EAEE
(227,234,238)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E90CA; }

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

This text font color is #6E90CA.

Background Color

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

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

This div background color is #6E90CA.

Border color

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

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

This div border color is #6E90CA.

Opacity

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

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

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

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

This text has shadow with #6E90CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E90CA.

Preview

Color preview on black background

This text has color #6E90CA on black background.


Color preview on white background

This text has color #6E90CA on white background.


Black color preview on #6E90CA background

This text has black color on #6E90CA background.


White color preview on #6E90CA background

This text has white color on #6E90CA background.


Related colors

Complementary color

Complementary color for #hex is #916F35.


I love getcolorcode.com

Triadic colors

1 #CA6E90 and #90CA6E with #6E90CA are triadic colors.

2 #CA906E and #906ECA with #6E90CA are triadic colors.