COLOR #6893AA

HEX: #6893AA
RGB: (104,147,170)

Color info

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

RGB color model

#6893AA color RGB value is (104,147,170).

  • red value is 104;
  • green value is 147;
  • blue value is 170.
RGB:
(104,147,170)
(41%,58%,67%)

RGB channels and saturation

R 104 of 255 = 41%
G 147 of 255 = 58%
B 170 of 255 = 67%

104
147
170

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

Portions of RGB colors in percentages

R + G + B =
104 + 147 + 170 = 421 (100%)
R 104 of 421 ~ 24.7%
G 147 of 421 ~ 34.92%
B 170 of 421 ~ 40.38%

%24.7
%34.92
%40.38

CMYK color model

#6893AA color CMYK value is (39,14,0,33).

  • cyan value is 38.82%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(39,14,0,33)
C39M14Y0K33 
(39%,14%,0%,33%)
(0.39/0.14/0.00/0.33)	

CMYK percentages

%38.82
%13.53
%0
%33.33

Codes

Color #6893AA in popluar color models

6893AA
RGB104147170
HSL201°27.97%53.73%
HSB/HSV201°38.82%66.67%
CMYK38.82%13.53%0.00%
33.33%

Color #6893AA in popluar number systems.

HEX6893AA
Decimal104147170
Binary11010001001001110101010
Octal150223252

Shades and tints

Shades of #6893AA

#6893AA
(104,147,170)
#5F869B
(95,134,155)
#56798C
(86,121,140)
#4D6C7D
(77,108,125)
#445F6E
(68,95,110)
#3B525F
(59,82,95)
#324550
(50,69,80)
#293841
(41,56,65)
#202B32
(32,43,50)
#171E23
(23,30,35)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #6893AA

#6893AA
(104,147,170)
#759CB1
(117,156,177)
#82A5B8
(130,165,184)
#8FAEBF
(143,174,191)
#9CB7C6
(156,183,198)
#A9C0CD
(169,192,205)
#B6C9D4
(182,201,212)
#C3D2DB
(195,210,219)
#D0DBE2
(208,219,226)
#DDE4E9
(221,228,233)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6893AA color. Also use rgb(104,147,170) instead hex code.

Text Font Color

.myTextColor { color: #6893AA; }

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

This text font color is #6893AA.


Background Color

.myBgColor { background-color: #6893AA; }

<div style="background-color:#6893AA">Inner text</div>

This div background color is #6893AA.


Border color

.myBorderColor { border: 1px solid #6893AA; }

<div style="border:3px solid #6893AA">Div</div>

This div border color is #6893AA.


Opacity

.myOpacity80 { color: #6893AA; opacity: 0.8; }

<p style="color:#6893AA;opacity:0.8;">80%</p>

Text with #6893AA 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 #6893AA;}

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

This text has shadow with #6893AA color.

.textShadow {text-shadow: 3px 3px 1px #6893AA, 3px 3px 1px red;}

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

This text has shadow with #6893AA primary color and red secondary color.


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

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

This text has shadow with #6893AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6893AA on black background.


Color preview on white background

This text has color #6893AA on white background.



Black color preview on #6893AA background

This text has black color on #6893AA background.


White color preview on #6893AA background

This text has white color on #6893AA background.