COLOR #6E93B0

HEX: #6E93B0
RGB: (110,147,176)

Color info

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

RGB color model

#6E93B0 color RGB value is (110,147,176).

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

RGB channels and saturation

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

110
147
176

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

Portions of RGB colors in percentages

R + G + B =
110 + 147 + 176 = 433 (100%)
R 110 of 433 ~ 25.4%
G 147 of 433 ~ 33.95%
B 176 of 433 ~ 40.65%

%25.4
%33.95
%40.65

CMYK color model

#6E93B0 color CMYK value is (38,16,0,31).

  • cyan value is 37.50%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(38,16,0,31)
C38M16Y0K31 
(38%,16%,0%,31%)
(0.38/0.16/0.00/0.31)	

CMYK percentages

%37.5
%16.48
%0
%30.98

Codes

Color #6E93B0 in popluar color models

6E93B0
RGB110147176
HSL206°29.46%56.08%
HSB/HSV206°37.50%69.02%
CMYK37.50%16.48%0.00%
30.98%

Color #6E93B0 in popluar number systems.

HEX6E93B0
Decimal110147176
Binary11011101001001110110000
Octal156223260

Shades and tints

Shades of #6E93B0

#6E93B0
(110,147,176)
#6486A0
(100,134,160)
#5A7990
(90,121,144)
#506C80
(80,108,128)
#465F70
(70,95,112)
#3C5260
(60,82,96)
#324550
(50,69,80)
#283840
(40,56,64)
#1E2B30
(30,43,48)
#141E20
(20,30,32)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6E93B0

#6E93B0
(110,147,176)
#7B9CB7
(123,156,183)
#88A5BE
(136,165,190)
#95AEC5
(149,174,197)
#A2B7CC
(162,183,204)
#AFC0D3
(175,192,211)
#BCC9DA
(188,201,218)
#C9D2E1
(201,210,225)
#D6DBE8
(214,219,232)
#E3E4EF
(227,228,239)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E93B0; }

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

This text font color is #6E93B0.


Background Color

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

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

This div background color is #6E93B0.


Border color

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

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

This div border color is #6E93B0.


Opacity

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

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

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

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

This text has shadow with #6E93B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E93B0 on black background.


Color preview on white background

This text has color #6E93B0 on white background.



Black color preview on #6E93B0 background

This text has black color on #6E93B0 background.


White color preview on #6E93B0 background

This text has white color on #6E93B0 background.