COLOR #6B9AB8

HEX: #6B9AB8
RGB: (107,154,184)

Color info

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

RGB color model

#6B9AB8 color RGB value is (107,154,184).

  • red value is 107;
  • green value is 154;
  • blue value is 184.
RGB:
(107,154,184)
(42%,60%,72%)

RGB channels and saturation

R 107 of 255 = 42%
G 154 of 255 = 60%
B 184 of 255 = 72%

107
154
184

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

Portions of RGB colors in percentages

R + G + B =
107 + 154 + 184 = 445 (100%)
R 107 of 445 ~ 24.04%
G 154 of 445 ~ 34.61%
B 184 of 445 ~ 41.35%

%24.04
%34.61
%41.35

CMYK color model

#6B9AB8 color CMYK value is (42,16,0,28).

  • cyan value is 41.85%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(42,16,0,28)
C42M16Y0K28 
(42%,16%,0%,28%)
(0.42/0.16/0.00/0.28)	

CMYK percentages

%41.85
%16.3
%0
%27.84

Codes

Color #6B9AB8 in popluar color models

6B9AB8
RGB107154184
HSL203°35.16%57.06%
HSB/HSV203°41.85%72.16%
CMYK41.85%16.30%0.00%
27.84%

Color #6B9AB8 in popluar number systems.

HEX6B9AB8
Decimal107154184
Binary11010111001101010111000
Octal153232270

Shades and tints

Shades of #6B9AB8

#6B9AB8
(107,154,184)
#628CA8
(98,140,168)
#597E98
(89,126,152)
#507088
(80,112,136)
#476278
(71,98,120)
#3E5468
(62,84,104)
#354658
(53,70,88)
#2C3848
(44,56,72)
#232A38
(35,42,56)
#1A1C28
(26,28,40)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #6B9AB8

#6B9AB8
(107,154,184)
#78A3BE
(120,163,190)
#85ACC4
(133,172,196)
#92B5CA
(146,181,202)
#9FBED0
(159,190,208)
#ACC7D6
(172,199,214)
#B9D0DC
(185,208,220)
#C6D9E2
(198,217,226)
#D3E2E8
(211,226,232)
#E0EBEE
(224,235,238)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9AB8 color. Also use rgb(107,154,184) instead hex code.

Text Font Color

.myTextColor { color: #6B9AB8; }

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

This text font color is #6B9AB8.


Background Color

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

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

This div background color is #6B9AB8.


Border color

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

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

This div border color is #6B9AB8.


Opacity

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

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

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

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

This text has shadow with #6B9AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9AB8 on black background.


Color preview on white background

This text has color #6B9AB8 on white background.



Black color preview on #6B9AB8 background

This text has black color on #6B9AB8 background.


White color preview on #6B9AB8 background

This text has white color on #6B9AB8 background.