COLOR #6897AF

HEX: #6897AF
RGB: (104,151,175)

Color info

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

RGB color model

#6897AF color RGB value is (104,151,175).

  • red value is 104;
  • green value is 151;
  • blue value is 175.
RGB:
(104,151,175)
(41%,59%,69%)

RGB channels and saturation

R 104 of 255 = 41%
G 151 of 255 = 59%
B 175 of 255 = 69%

104
151
175

R + G + B ~ 56%. #6897AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 151 + 175 = 430 (100%)
R 104 of 430 ~ 24.19%
G 151 of 430 ~ 35.12%
B 175 of 430 ~ 40.7%

%24.19
%35.12
%40.7

CMYK color model

#6897AF color CMYK value is (41,14,0,31).

  • cyan value is 40.57%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(41,14,0,31)
C41M14Y0K31 
(41%,14%,0%,31%)
(0.41/0.14/0.00/0.31)	

CMYK percentages

%40.57
%13.71
%0
%31.37

Codes

Color #6897AF in popluar color models

6897AF
RGB104151175
HSL200°30.74%54.71%
HSB/HSV200°40.57%68.63%
CMYK40.57%13.71%0.00%
31.37%

Color #6897AF in popluar number systems.

HEX6897AF
Decimal104151175
Binary11010001001011110101111
Octal150227257

Shades and tints

Shades of #6897AF

#6897AF
(104,151,175)
#5F8AA0
(95,138,160)
#567D91
(86,125,145)
#4D7082
(77,112,130)
#446373
(68,99,115)
#3B5664
(59,86,100)
#324955
(50,73,85)
#293C46
(41,60,70)
#202F37
(32,47,55)
#172228
(23,34,40)
#0E1519
(14,21,25)
#000000
(0,0,0)

Tints of #6897AF

#6897AF
(104,151,175)
#75A0B6
(117,160,182)
#82A9BD
(130,169,189)
#8FB2C4
(143,178,196)
#9CBBCB
(156,187,203)
#A9C4D2
(169,196,210)
#B6CDD9
(182,205,217)
#C3D6E0
(195,214,224)
#D0DFE7
(208,223,231)
#DDE8EE
(221,232,238)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6897AF color. Also use rgb(104,151,175) instead hex code.

Text Font Color

.myTextColor { color: #6897AF; }

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

This text font color is #6897AF.


Background Color

.myBgColor { background-color: #6897AF; }

<div style="background-color:#6897AF">Inner text</div>

This div background color is #6897AF.


Border color

.myBorderColor { border: 1px solid #6897AF; }

<div style="border:3px solid #6897AF">Div</div>

This div border color is #6897AF.


Opacity

.myOpacity80 { color: #6897AF; opacity: 0.8; }

<p style="color:#6897AF;opacity:0.8;">80%</p>

Text with #6897AF 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 #6897AF;}

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

This text has shadow with #6897AF color.

.textShadow {text-shadow: 3px 3px 1px #6897AF, 3px 3px 1px red;}

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

This text has shadow with #6897AF primary color and red secondary color.


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

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

This text has shadow with #6897AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6897AF on black background.


Color preview on white background

This text has color #6897AF on white background.



Black color preview on #6897AF background

This text has black color on #6897AF background.


White color preview on #6897AF background

This text has white color on #6897AF background.