COLOR #6899AC

HEX: #6899AC
RGB: (104,153,172)

Color info

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

RGB color model

#6899AC color RGB value is (104,153,172).

  • red value is 104;
  • green value is 153;
  • blue value is 172.
RGB:
(104,153,172)
(41%,60%,67%)

RGB channels and saturation

R 104 of 255 = 41%
G 153 of 255 = 60%
B 172 of 255 = 67%

104
153
172

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

Portions of RGB colors in percentages

R + G + B =
104 + 153 + 172 = 429 (100%)
R 104 of 429 ~ 24.24%
G 153 of 429 ~ 35.66%
B 172 of 429 ~ 40.09%

%24.24
%35.66
%40.09

CMYK color model

#6899AC color CMYK value is (40,11,0,33).

  • cyan value is 39.53%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(40,11,0,33)
C40M11Y0K33 
(40%,11%,0%,33%)
(0.40/0.11/0.00/0.33)	

CMYK percentages

%39.53
%11.05
%0
%32.55

Codes

Color #6899AC in popluar color models

6899AC
RGB104153172
HSL197°29.06%54.12%
HSB/HSV197°39.53%67.45%
CMYK39.53%11.05%0.00%
32.55%

Color #6899AC in popluar number systems.

HEX6899AC
Decimal104153172
Binary11010001001100110101100
Octal150231254

Shades and tints

Shades of #6899AC

#6899AC
(104,153,172)
#5F8C9D
(95,140,157)
#567F8E
(86,127,142)
#4D727F
(77,114,127)
#446570
(68,101,112)
#3B5861
(59,88,97)
#324B52
(50,75,82)
#293E43
(41,62,67)
#203134
(32,49,52)
#172425
(23,36,37)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #6899AC

#6899AC
(104,153,172)
#75A2B3
(117,162,179)
#82ABBA
(130,171,186)
#8FB4C1
(143,180,193)
#9CBDC8
(156,189,200)
#A9C6CF
(169,198,207)
#B6CFD6
(182,207,214)
#C3D8DD
(195,216,221)
#D0E1E4
(208,225,228)
#DDEAEB
(221,234,235)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6899AC color. Also use rgb(104,153,172) instead hex code.

Text Font Color

.myTextColor { color: #6899AC; }

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

This text font color is #6899AC.


Background Color

.myBgColor { background-color: #6899AC; }

<div style="background-color:#6899AC">Inner text</div>

This div background color is #6899AC.


Border color

.myBorderColor { border: 1px solid #6899AC; }

<div style="border:3px solid #6899AC">Div</div>

This div border color is #6899AC.


Opacity

.myOpacity80 { color: #6899AC; opacity: 0.8; }

<p style="color:#6899AC;opacity:0.8;">80%</p>

Text with #6899AC 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 #6899AC;}

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

This text has shadow with #6899AC color.

.textShadow {text-shadow: 3px 3px 1px #6899AC, 3px 3px 1px red;}

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

This text has shadow with #6899AC primary color and red secondary color.


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

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

This text has shadow with #6899AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6899AC on black background.


Color preview on white background

This text has color #6899AC on white background.



Black color preview on #6899AC background

This text has black color on #6899AC background.


White color preview on #6899AC background

This text has white color on #6899AC background.