COLOR #6C9BAB

HEX: #6C9BAB
RGB: (108,155,171)

Color info

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

RGB color model

#6C9BAB color RGB value is (108,155,171).

  • red value is 108;
  • green value is 155;
  • blue value is 171.
RGB:
(108,155,171)
(42%,61%,67%)

RGB channels and saturation

R 108 of 255 = 42%
G 155 of 255 = 61%
B 171 of 255 = 67%

108
155
171

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

Portions of RGB colors in percentages

R + G + B =
108 + 155 + 171 = 434 (100%)
R 108 of 434 ~ 24.88%
G 155 of 434 ~ 35.71%
B 171 of 434 ~ 39.4%

%24.88
%35.71
%39.4

CMYK color model

#6C9BAB color CMYK value is (37,9,0,33).

  • cyan value is 36.84%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(37,9,0,33)
C37M9Y0K33 
(37%,9%,0%,33%)
(0.37/0.09/0.00/0.33)	

CMYK percentages

%36.84
%9.36
%0
%32.94

Codes

Color #6C9BAB in popluar color models

6C9BAB
RGB108155171
HSL195°27.27%54.71%
HSB/HSV195°36.84%67.06%
CMYK36.84%9.36%0.00%
32.94%

Color #6C9BAB in popluar number systems.

HEX6C9BAB
Decimal108155171
Binary11011001001101110101011
Octal154233253

Shades and tints

Shades of #6C9BAB

#6C9BAB
(108,155,171)
#638D9C
(99,141,156)
#5A7F8D
(90,127,141)
#51717E
(81,113,126)
#48636F
(72,99,111)
#3F5560
(63,85,96)
#364751
(54,71,81)
#2D3942
(45,57,66)
#242B33
(36,43,51)
#1B1D24
(27,29,36)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #6C9BAB

#6C9BAB
(108,155,171)
#79A4B2
(121,164,178)
#86ADB9
(134,173,185)
#93B6C0
(147,182,192)
#A0BFC7
(160,191,199)
#ADC8CE
(173,200,206)
#BAD1D5
(186,209,213)
#C7DADC
(199,218,220)
#D4E3E3
(212,227,227)
#E1ECEA
(225,236,234)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9BAB color. Also use rgb(108,155,171) instead hex code.

Text Font Color

.myTextColor { color: #6C9BAB; }

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

This text font color is #6C9BAB.


Background Color

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

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

This div background color is #6C9BAB.


Border color

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

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

This div border color is #6C9BAB.


Opacity

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

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

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

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

This text has shadow with #6C9BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9BAB on black background.


Color preview on white background

This text has color #6C9BAB on white background.



Black color preview on #6C9BAB background

This text has black color on #6C9BAB background.


White color preview on #6C9BAB background

This text has white color on #6C9BAB background.