COLOR #6899A3

HEX: #6899A3
RGB: (104,153,163)

Color info

#6899A3 contains red, green and blue colors in about the same proportion. Web safe color of #6899A3 is #669999 (or #699).

RGB color model

#6899A3 color RGB value is (104,153,163).

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

RGB channels and saturation

R 104 of 255 = 41%
G 153 of 255 = 60%
B 163 of 255 = 64%

104
153
163

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

Portions of RGB colors in percentages

R + G + B =
104 + 153 + 163 = 420 (100%)
R 104 of 420 ~ 24.76%
G 153 of 420 ~ 36.43%
B 163 of 420 ~ 38.81%

%24.76
%36.43
%38.81

CMYK color model

#6899A3 color CMYK value is (36,6,0,36).

  • cyan value is 36.20%
  • magenta value is 6.13%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(36,6,0,36)
C36M6Y0K36 
(36%,6%,0%,36%)
(0.36/0.06/0.00/0.36)	

CMYK percentages

%36.2
%6.13
%0
%36.08

Codes

Color #6899A3 in popluar color models

6899A3
RGB104153163
HSL190°24.28%52.35%
HSB/HSV190°36.20%63.92%
CMYK36.20%6.13%0.00%
36.08%

Color #6899A3 in popluar number systems.

HEX6899A3
Decimal104153163
Binary11010001001100110100011
Octal150231243

Shades and tints

Shades of #6899A3

#6899A3
(104,153,163)
#5F8C95
(95,140,149)
#567F87
(86,127,135)
#4D7279
(77,114,121)
#44656B
(68,101,107)
#3B585D
(59,88,93)
#324B4F
(50,75,79)
#293E41
(41,62,65)
#203133
(32,49,51)
#172425
(23,36,37)
#0E1717
(14,23,23)
#000000
(0,0,0)

Tints of #6899A3

#6899A3
(104,153,163)
#75A2AB
(117,162,171)
#82ABB3
(130,171,179)
#8FB4BB
(143,180,187)
#9CBDC3
(156,189,195)
#A9C6CB
(169,198,203)
#B6CFD3
(182,207,211)
#C3D8DB
(195,216,219)
#D0E1E3
(208,225,227)
#DDEAEB
(221,234,235)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6899A3; }

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

This text font color is #6899A3.


Background Color

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

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

This div background color is #6899A3.


Border color

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

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

This div border color is #6899A3.


Opacity

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

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

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

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

This text has shadow with #6899A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6899A3 on black background.


Color preview on white background

This text has color #6899A3 on white background.



Black color preview on #6899A3 background

This text has black color on #6899A3 background.


White color preview on #6899A3 background

This text has white color on #6899A3 background.