COLOR #6A8BAB

HEX: #6A8BAB
RGB: (106,139,171)

Color info

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

RGB color model

#6A8BAB color RGB value is (106,139,171).

  • red value is 106;
  • green value is 139;
  • blue value is 171.
RGB:
(106,139,171)
(42%,55%,67%)

RGB channels and saturation

R 106 of 255 = 42%
G 139 of 255 = 55%
B 171 of 255 = 67%

106
139
171

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

Portions of RGB colors in percentages

R + G + B =
106 + 139 + 171 = 416 (100%)
R 106 of 416 ~ 25.48%
G 139 of 416 ~ 33.41%
B 171 of 416 ~ 41.11%

%25.48
%33.41
%41.11

CMYK color model

#6A8BAB color CMYK value is (38,19,0,33).

  • cyan value is 38.01%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(38,19,0,33)
C38M19Y0K33 
(38%,19%,0%,33%)
(0.38/0.19/0.00/0.33)	

CMYK percentages

%38.01
%18.71
%0
%32.94

Codes

Color #6A8BAB in popluar color models

6A8BAB
RGB106139171
HSL210°27.90%54.31%
HSB/HSV210°38.01%67.06%
CMYK38.01%18.71%0.00%
32.94%

Color #6A8BAB in popluar number systems.

HEX6A8BAB
Decimal106139171
Binary11010101000101110101011
Octal152213253

Shades and tints

Shades of #6A8BAB

#6A8BAB
(106,139,171)
#617F9C
(97,127,156)
#58738D
(88,115,141)
#4F677E
(79,103,126)
#465B6F
(70,91,111)
#3D4F60
(61,79,96)
#344351
(52,67,81)
#2B3742
(43,55,66)
#222B33
(34,43,51)
#191F24
(25,31,36)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #6A8BAB

#6A8BAB
(106,139,171)
#7795B2
(119,149,178)
#849FB9
(132,159,185)
#91A9C0
(145,169,192)
#9EB3C7
(158,179,199)
#ABBDCE
(171,189,206)
#B8C7D5
(184,199,213)
#C5D1DC
(197,209,220)
#D2DBE3
(210,219,227)
#DFE5EA
(223,229,234)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8BAB color. Also use rgb(106,139,171) instead hex code.

Text Font Color

.myTextColor { color: #6A8BAB; }

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

This text font color is #6A8BAB.


Background Color

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

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

This div background color is #6A8BAB.


Border color

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

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

This div border color is #6A8BAB.


Opacity

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

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

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

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

This text has shadow with #6A8BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8BAB on black background.


Color preview on white background

This text has color #6A8BAB on white background.



Black color preview on #6A8BAB background

This text has black color on #6A8BAB background.


White color preview on #6A8BAB background

This text has white color on #6A8BAB background.