COLOR #6899A1

HEX: #6899A1
RGB: (104,153,161)

Color info

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

RGB color model

#6899A1 color RGB value is (104,153,161).

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

RGB channels and saturation

R 104 of 255 = 41%
G 153 of 255 = 60%
B 161 of 255 = 63%

104
153
161

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

Portions of RGB colors in percentages

R + G + B =
104 + 153 + 161 = 418 (100%)
R 104 of 418 ~ 24.88%
G 153 of 418 ~ 36.6%
B 161 of 418 ~ 38.52%

%24.88
%36.6
%38.52

CMYK color model

#6899A1 color CMYK value is (35,5,0,37).

  • cyan value is 35.40%
  • magenta value is 4.97%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(35,5,0,37)
C35M5Y0K37 
(35%,5%,0%,37%)
(0.35/0.05/0.00/0.37)	

CMYK percentages

%35.4
%4.97
%0
%36.86

Codes

Color #6899A1 in popluar color models

6899A1
RGB104153161
HSL188°23.27%51.96%
HSB/HSV188°35.40%63.14%
CMYK35.40%4.97%0.00%
36.86%

Color #6899A1 in popluar number systems.

HEX6899A1
Decimal104153161
Binary11010001001100110100001
Octal150231241

Shades and tints

Shades of #6899A1

#6899A1
(104,153,161)
#5F8C93
(95,140,147)
#567F85
(86,127,133)
#4D7277
(77,114,119)
#446569
(68,101,105)
#3B585B
(59,88,91)
#324B4D
(50,75,77)
#293E3F
(41,62,63)
#203131
(32,49,49)
#172423
(23,36,35)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #6899A1

#6899A1
(104,153,161)
#75A2A9
(117,162,169)
#82ABB1
(130,171,177)
#8FB4B9
(143,180,185)
#9CBDC1
(156,189,193)
#A9C6C9
(169,198,201)
#B6CFD1
(182,207,209)
#C3D8D9
(195,216,217)
#D0E1E1
(208,225,225)
#DDEAE9
(221,234,233)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6899A1; }

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

This text font color is #6899A1.


Background Color

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

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

This div background color is #6899A1.


Border color

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

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

This div border color is #6899A1.


Opacity

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

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

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

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

This text has shadow with #6899A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6899A1 on black background.


Color preview on white background

This text has color #6899A1 on white background.



Black color preview on #6899A1 background

This text has black color on #6899A1 background.


White color preview on #6899A1 background

This text has white color on #6899A1 background.