COLOR #6E94A5

HEX: #6E94A5
RGB: (110,148,165)

Color info

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

RGB color model

#6E94A5 color RGB value is (110,148,165).

  • red value is 110;
  • green value is 148;
  • blue value is 165.
RGB:
(110,148,165)
(43%,58%,65%)

RGB channels and saturation

R 110 of 255 = 43%
G 148 of 255 = 58%
B 165 of 255 = 65%

110
148
165

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

Portions of RGB colors in percentages

R + G + B =
110 + 148 + 165 = 423 (100%)
R 110 of 423 ~ 26%
G 148 of 423 ~ 34.99%
B 165 of 423 ~ 39.01%

%26
%34.99
%39.01

CMYK color model

#6E94A5 color CMYK value is (33,10,0,35).

  • cyan value is 33.33%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(33,10,0,35)
C33M10Y0K35 
(33%,10%,0%,35%)
(0.33/0.10/0.00/0.35)	

CMYK percentages

%33.33
%10.3
%0
%35.29

Codes

Color #6E94A5 in popluar color models

6E94A5
RGB110148165
HSL199°23.40%53.92%
HSB/HSV199°33.33%64.71%
CMYK33.33%10.30%0.00%
35.29%

Color #6E94A5 in popluar number systems.

HEX6E94A5
Decimal110148165
Binary11011101001010010100101
Octal156224245

Shades and tints

Shades of #6E94A5

#6E94A5
(110,148,165)
#648796
(100,135,150)
#5A7A87
(90,122,135)
#506D78
(80,109,120)
#466069
(70,96,105)
#3C535A
(60,83,90)
#32464B
(50,70,75)
#28393C
(40,57,60)
#1E2C2D
(30,44,45)
#141F1E
(20,31,30)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #6E94A5

#6E94A5
(110,148,165)
#7B9DAD
(123,157,173)
#88A6B5
(136,166,181)
#95AFBD
(149,175,189)
#A2B8C5
(162,184,197)
#AFC1CD
(175,193,205)
#BCCAD5
(188,202,213)
#C9D3DD
(201,211,221)
#D6DCE5
(214,220,229)
#E3E5ED
(227,229,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E94A5 color. Also use rgb(110,148,165) instead hex code.

Text Font Color

.myTextColor { color: #6E94A5; }

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

This text font color is #6E94A5.


Background Color

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

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

This div background color is #6E94A5.


Border color

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

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

This div border color is #6E94A5.


Opacity

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

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

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

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

This text has shadow with #6E94A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E94A5 on black background.


Color preview on white background

This text has color #6E94A5 on white background.



Black color preview on #6E94A5 background

This text has black color on #6E94A5 background.


White color preview on #6E94A5 background

This text has white color on #6E94A5 background.