COLOR #6E9BB6

HEX: #6E9BB6
RGB: (110,155,182)

Color info

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

RGB color model

#6E9BB6 color RGB value is (110,155,182).

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

RGB channels and saturation

R 110 of 255 = 43%
G 155 of 255 = 61%
B 182 of 255 = 71%

110
155
182

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

Portions of RGB colors in percentages

R + G + B =
110 + 155 + 182 = 447 (100%)
R 110 of 447 ~ 24.61%
G 155 of 447 ~ 34.68%
B 182 of 447 ~ 40.72%

%24.61
%34.68
%40.72

CMYK color model

#6E9BB6 color CMYK value is (40,15,0,29).

  • cyan value is 39.56%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(40,15,0,29)
C40M15Y0K29 
(40%,15%,0%,29%)
(0.40/0.15/0.00/0.29)	

CMYK percentages

%39.56
%14.84
%0
%28.63

Codes

Color #6E9BB6 in popluar color models

6E9BB6
RGB110155182
HSL203°33.03%57.25%
HSB/HSV203°39.56%71.37%
CMYK39.56%14.84%0.00%
28.63%

Color #6E9BB6 in popluar number systems.

HEX6E9BB6
Decimal110155182
Binary11011101001101110110110
Octal156233266

Shades and tints

Shades of #6E9BB6

#6E9BB6
(110,155,182)
#648DA6
(100,141,166)
#5A7F96
(90,127,150)
#507186
(80,113,134)
#466376
(70,99,118)
#3C5566
(60,85,102)
#324756
(50,71,86)
#283946
(40,57,70)
#1E2B36
(30,43,54)
#141D26
(20,29,38)
#0A0F16
(10,15,22)
#000000
(0,0,0)

Tints of #6E9BB6

#6E9BB6
(110,155,182)
#7BA4BC
(123,164,188)
#88ADC2
(136,173,194)
#95B6C8
(149,182,200)
#A2BFCE
(162,191,206)
#AFC8D4
(175,200,212)
#BCD1DA
(188,209,218)
#C9DAE0
(201,218,224)
#D6E3E6
(214,227,230)
#E3ECEC
(227,236,236)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9BB6; }

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

This text font color is #6E9BB6.


Background Color

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

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

This div background color is #6E9BB6.


Border color

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

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

This div border color is #6E9BB6.


Opacity

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

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

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

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

This text has shadow with #6E9BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9BB6 on black background.


Color preview on white background

This text has color #6E9BB6 on white background.



Black color preview on #6E9BB6 background

This text has black color on #6E9BB6 background.


White color preview on #6E9BB6 background

This text has white color on #6E9BB6 background.