COLOR #6892AB

HEX: #6892AB
RGB: (104,146,171)

Color info

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

RGB color model

#6892AB color RGB value is (104,146,171).

  • red value is 104;
  • green value is 146;
  • blue value is 171.
RGB:
(104,146,171)
(41%,57%,67%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 171 of 255 = 67%

104
146
171

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 171 = 421 (100%)
R 104 of 421 ~ 24.7%
G 146 of 421 ~ 34.68%
B 171 of 421 ~ 40.62%

%24.7
%34.68
%40.62

CMYK color model

#6892AB color CMYK value is (39,15,0,33).

  • cyan value is 39.18%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(39,15,0,33)
C39M15Y0K33 
(39%,15%,0%,33%)
(0.39/0.15/0.00/0.33)	

CMYK percentages

%39.18
%14.62
%0
%32.94

Codes

Color #6892AB in popluar color models

6892AB
RGB104146171
HSL202°28.51%53.92%
HSB/HSV202°39.18%67.06%
CMYK39.18%14.62%0.00%
32.94%

Color #6892AB in popluar number systems.

HEX6892AB
Decimal104146171
Binary11010001001001010101011
Octal150222253

Shades and tints

Shades of #6892AB

#6892AB
(104,146,171)
#5F859C
(95,133,156)
#56788D
(86,120,141)
#4D6B7E
(77,107,126)
#445E6F
(68,94,111)
#3B5160
(59,81,96)
#324451
(50,68,81)
#293742
(41,55,66)
#202A33
(32,42,51)
#171D24
(23,29,36)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #6892AB

#6892AB
(104,146,171)
#759BB2
(117,155,178)
#82A4B9
(130,164,185)
#8FADC0
(143,173,192)
#9CB6C7
(156,182,199)
#A9BFCE
(169,191,206)
#B6C8D5
(182,200,213)
#C3D1DC
(195,209,220)
#D0DAE3
(208,218,227)
#DDE3EA
(221,227,234)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6892AB color. Also use rgb(104,146,171) instead hex code.

Text Font Color

.myTextColor { color: #6892AB; }

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

This text font color is #6892AB.


Background Color

.myBgColor { background-color: #6892AB; }

<div style="background-color:#6892AB">Inner text</div>

This div background color is #6892AB.


Border color

.myBorderColor { border: 1px solid #6892AB; }

<div style="border:3px solid #6892AB">Div</div>

This div border color is #6892AB.


Opacity

.myOpacity80 { color: #6892AB; opacity: 0.8; }

<p style="color:#6892AB;opacity:0.8;">80%</p>

Text with #6892AB 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 #6892AB;}

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

This text has shadow with #6892AB color.

.textShadow {text-shadow: 3px 3px 1px #6892AB, 3px 3px 1px red;}

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

This text has shadow with #6892AB primary color and red secondary color.


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

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

This text has shadow with #6892AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6892AB on black background.


Color preview on white background

This text has color #6892AB on white background.



Black color preview on #6892AB background

This text has black color on #6892AB background.


White color preview on #6892AB background

This text has white color on #6892AB background.