COLOR #6E90A1

HEX: #6E90A1
RGB: (110,144,161)

Color info

#6E90A1 contains red, green and blue colors in about the same proportion. Web safe color of #6E90A1 is #669999 (or #699).

RGB color model

#6E90A1 color RGB value is (110,144,161).

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

RGB channels and saturation

R 110 of 255 = 43%
G 144 of 255 = 56%
B 161 of 255 = 63%

110
144
161

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

Portions of RGB colors in percentages

R + G + B =
110 + 144 + 161 = 415 (100%)
R 110 of 415 ~ 26.51%
G 144 of 415 ~ 34.7%
B 161 of 415 ~ 38.8%

%26.51
%34.7
%38.8

CMYK color model

#6E90A1 color CMYK value is (32,11,0,37).

  • cyan value is 31.68%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(32,11,0,37)
C32M11Y0K37 
(32%,11%,0%,37%)
(0.32/0.11/0.00/0.37)	

CMYK percentages

%31.68
%10.56
%0
%36.86

Codes

Color #6E90A1 in popluar color models

6E90A1
RGB110144161
HSL200°21.34%53.14%
HSB/HSV200°31.68%63.14%
CMYK31.68%10.56%0.00%
36.86%

Color #6E90A1 in popluar number systems.

HEX6E90A1
Decimal110144161
Binary11011101001000010100001
Octal156220241

Shades and tints

Shades of #6E90A1

#6E90A1
(110,144,161)
#648393
(100,131,147)
#5A7685
(90,118,133)
#506977
(80,105,119)
#465C69
(70,92,105)
#3C4F5B
(60,79,91)
#32424D
(50,66,77)
#28353F
(40,53,63)
#1E2831
(30,40,49)
#141B23
(20,27,35)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #6E90A1

#6E90A1
(110,144,161)
#7B9AA9
(123,154,169)
#88A4B1
(136,164,177)
#95AEB9
(149,174,185)
#A2B8C1
(162,184,193)
#AFC2C9
(175,194,201)
#BCCCD1
(188,204,209)
#C9D6D9
(201,214,217)
#D6E0E1
(214,224,225)
#E3EAE9
(227,234,233)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E90A1; }

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

This text font color is #6E90A1.


Background Color

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

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

This div background color is #6E90A1.


Border color

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

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

This div border color is #6E90A1.


Opacity

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

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

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

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

This text has shadow with #6E90A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E90A1 on black background.


Color preview on white background

This text has color #6E90A1 on white background.



Black color preview on #6E90A1 background

This text has black color on #6E90A1 background.


White color preview on #6E90A1 background

This text has white color on #6E90A1 background.