COLOR #6E90C3

HEX: #6E90C3
RGB: (110,144,195)

Color info

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

RGB color model

#6E90C3 color RGB value is (110,144,195).

  • red value is 110;
  • green value is 144;
  • blue value is 195.
RGB:
(110,144,195)
(43%,56%,76%)

RGB channels and saturation

R 110 of 255 = 43%
G 144 of 255 = 56%
B 195 of 255 = 76%

110
144
195

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

Portions of RGB colors in percentages

R + G + B =
110 + 144 + 195 = 449 (100%)
R 110 of 449 ~ 24.5%
G 144 of 449 ~ 32.07%
B 195 of 449 ~ 43.43%

%24.5
%32.07
%43.43

CMYK color model

#6E90C3 color CMYK value is (44,26,0,24).

  • cyan value is 43.59%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(44,26,0,24)
C44M26Y0K24 
(44%,26%,0%,24%)
(0.44/0.26/0.00/0.24)	

CMYK percentages

%43.59
%26.15
%0
%23.53

Codes

Color #6E90C3 in popluar color models

6E90C3
RGB110144195
HSL216°41.46%59.80%
HSB/HSV216°43.59%76.47%
CMYK43.59%26.15%0.00%
23.53%

Color #6E90C3 in popluar number systems.

HEX6E90C3
Decimal110144195
Binary11011101001000011000011
Octal156220303

Shades and tints

Shades of #6E90C3

#6E90C3
(110,144,195)
#6483B2
(100,131,178)
#5A76A1
(90,118,161)
#506990
(80,105,144)
#465C7F
(70,92,127)
#3C4F6E
(60,79,110)
#32425D
(50,66,93)
#28354C
(40,53,76)
#1E283B
(30,40,59)
#141B2A
(20,27,42)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #6E90C3

#6E90C3
(110,144,195)
#7B9AC8
(123,154,200)
#88A4CD
(136,164,205)
#95AED2
(149,174,210)
#A2B8D7
(162,184,215)
#AFC2DC
(175,194,220)
#BCCCE1
(188,204,225)
#C9D6E6
(201,214,230)
#D6E0EB
(214,224,235)
#E3EAF0
(227,234,240)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E90C3; }

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

This text font color is #6E90C3.


Background Color

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

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

This div background color is #6E90C3.


Border color

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

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

This div border color is #6E90C3.


Opacity

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

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

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

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

This text has shadow with #6E90C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E90C3 on black background.


Color preview on white background

This text has color #6E90C3 on white background.



Black color preview on #6E90C3 background

This text has black color on #6E90C3 background.


White color preview on #6E90C3 background

This text has white color on #6E90C3 background.