COLOR #6E9BB0

HEX: #6E9BB0
RGB: (110,155,176)

Color info

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

RGB color model

#6E9BB0 color RGB value is (110,155,176).

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

RGB channels and saturation

R 110 of 255 = 43%
G 155 of 255 = 61%
B 176 of 255 = 69%

110
155
176

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

Portions of RGB colors in percentages

R + G + B =
110 + 155 + 176 = 441 (100%)
R 110 of 441 ~ 24.94%
G 155 of 441 ~ 35.15%
B 176 of 441 ~ 39.91%

%24.94
%35.15
%39.91

CMYK color model

#6E9BB0 color CMYK value is (38,12,0,31).

  • cyan value is 37.50%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(38,12,0,31)
C38M12Y0K31 
(38%,12%,0%,31%)
(0.38/0.12/0.00/0.31)	

CMYK percentages

%37.5
%11.93
%0
%30.98

Codes

Color #6E9BB0 in popluar color models

6E9BB0
RGB110155176
HSL199°29.46%56.08%
HSB/HSV199°37.50%69.02%
CMYK37.50%11.93%0.00%
30.98%

Color #6E9BB0 in popluar number systems.

HEX6E9BB0
Decimal110155176
Binary11011101001101110110000
Octal156233260

Shades and tints

Shades of #6E9BB0

#6E9BB0
(110,155,176)
#648DA0
(100,141,160)
#5A7F90
(90,127,144)
#507180
(80,113,128)
#466370
(70,99,112)
#3C5560
(60,85,96)
#324750
(50,71,80)
#283940
(40,57,64)
#1E2B30
(30,43,48)
#141D20
(20,29,32)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E9BB0

#6E9BB0
(110,155,176)
#7BA4B7
(123,164,183)
#88ADBE
(136,173,190)
#95B6C5
(149,182,197)
#A2BFCC
(162,191,204)
#AFC8D3
(175,200,211)
#BCD1DA
(188,209,218)
#C9DAE1
(201,218,225)
#D6E3E8
(214,227,232)
#E3ECEF
(227,236,239)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9BB0; }

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

This text font color is #6E9BB0.


Background Color

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

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

This div background color is #6E9BB0.


Border color

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

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

This div border color is #6E9BB0.


Opacity

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

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

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

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

This text has shadow with #6E9BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9BB0 on black background.


Color preview on white background

This text has color #6E9BB0 on white background.



Black color preview on #6E9BB0 background

This text has black color on #6E9BB0 background.


White color preview on #6E9BB0 background

This text has white color on #6E9BB0 background.