COLOR #6E93B1

HEX: #6E93B1
RGB: (110,147,177)

Color info

#6E93B1 contains mainly green and blue colors. Web safe color of #6E93B1 is #669999 (or #699).

RGB color model

#6E93B1 color RGB value is (110,147,177).

  • red value is 110;
  • green value is 147;
  • blue value is 177.
RGB:
(110,147,177)
(43%,58%,69%)

RGB channels and saturation

R 110 of 255 = 43%
G 147 of 255 = 58%
B 177 of 255 = 69%

110
147
177

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

Portions of RGB colors in percentages

R + G + B =
110 + 147 + 177 = 434 (100%)
R 110 of 434 ~ 25.35%
G 147 of 434 ~ 33.87%
B 177 of 434 ~ 40.78%

%25.35
%33.87
%40.78

CMYK color model

#6E93B1 color CMYK value is (38,17,0,31).

  • cyan value is 37.85%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(38,17,0,31)
C38M17Y0K31 
(38%,17%,0%,31%)
(0.38/0.17/0.00/0.31)	

CMYK percentages

%37.85
%16.95
%0
%30.59

Codes

Color #6E93B1 in popluar color models

6E93B1
RGB110147177
HSL207°30.04%56.27%
HSB/HSV207°37.85%69.41%
CMYK37.85%16.95%0.00%
30.59%

Color #6E93B1 in popluar number systems.

HEX6E93B1
Decimal110147177
Binary11011101001001110110001
Octal156223261

Shades and tints

Shades of #6E93B1

#6E93B1
(110,147,177)
#6486A1
(100,134,161)
#5A7991
(90,121,145)
#506C81
(80,108,129)
#465F71
(70,95,113)
#3C5261
(60,82,97)
#324551
(50,69,81)
#283841
(40,56,65)
#1E2B31
(30,43,49)
#141E21
(20,30,33)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #6E93B1

#6E93B1
(110,147,177)
#7B9CB8
(123,156,184)
#88A5BF
(136,165,191)
#95AEC6
(149,174,198)
#A2B7CD
(162,183,205)
#AFC0D4
(175,192,212)
#BCC9DB
(188,201,219)
#C9D2E2
(201,210,226)
#D6DBE9
(214,219,233)
#E3E4F0
(227,228,240)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E93B1 color. Also use rgb(110,147,177) instead hex code.

Text Font Color

.myTextColor { color: #6E93B1; }

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

This text font color is #6E93B1.


Background Color

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

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

This div background color is #6E93B1.


Border color

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

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

This div border color is #6E93B1.


Opacity

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

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

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

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

This text has shadow with #6E93B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E93B1 on black background.


Color preview on white background

This text has color #6E93B1 on white background.



Black color preview on #6E93B1 background

This text has black color on #6E93B1 background.


White color preview on #6E93B1 background

This text has white color on #6E93B1 background.