COLOR #6E94C6

HEX: #6E94C6
RGB: (110,148,198)

Color info

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

RGB color model

#6E94C6 color RGB value is (110,148,198).

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

RGB channels and saturation

R 110 of 255 = 43%
G 148 of 255 = 58%
B 198 of 255 = 78%

110
148
198

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

Portions of RGB colors in percentages

R + G + B =
110 + 148 + 198 = 456 (100%)
R 110 of 456 ~ 24.12%
G 148 of 456 ~ 32.46%
B 198 of 456 ~ 43.42%

%24.12
%32.46
%43.42

CMYK color model

#6E94C6 color CMYK value is (44,25,0,22).

  • cyan value is 44.44%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(44,25,0,22)
C44M25Y0K22 
(44%,25%,0%,22%)
(0.44/0.25/0.00/0.22)	

CMYK percentages

%44.44
%25.25
%0
%22.35

Codes

Color #6E94C6 in popluar color models

6E94C6
RGB110148198
HSL214°43.56%60.39%
HSB/HSV214°44.44%77.65%
CMYK44.44%25.25%0.00%
22.35%

Color #6E94C6 in popluar number systems.

HEX6E94C6
Decimal110148198
Binary11011101001010011000110
Octal156224306

Shades and tints

Shades of #6E94C6

#6E94C6
(110,148,198)
#6487B4
(100,135,180)
#5A7AA2
(90,122,162)
#506D90
(80,109,144)
#46607E
(70,96,126)
#3C536C
(60,83,108)
#32465A
(50,70,90)
#283948
(40,57,72)
#1E2C36
(30,44,54)
#141F24
(20,31,36)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E94C6

#6E94C6
(110,148,198)
#7B9DCB
(123,157,203)
#88A6D0
(136,166,208)
#95AFD5
(149,175,213)
#A2B8DA
(162,184,218)
#AFC1DF
(175,193,223)
#BCCAE4
(188,202,228)
#C9D3E9
(201,211,233)
#D6DCEE
(214,220,238)
#E3E5F3
(227,229,243)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E94C6; }

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

This text font color is #6E94C6.


Background Color

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

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

This div background color is #6E94C6.


Border color

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

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

This div border color is #6E94C6.


Opacity

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

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

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

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

This text has shadow with #6E94C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E94C6 on black background.


Color preview on white background

This text has color #6E94C6 on white background.



Black color preview on #6E94C6 background

This text has black color on #6E94C6 background.


White color preview on #6E94C6 background

This text has white color on #6E94C6 background.