COLOR #6989AF

HEX: #6989AF
RGB: (105,137,175)

Color info

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

RGB color model

#6989AF color RGB value is (105,137,175).

  • red value is 105;
  • green value is 137;
  • blue value is 175.
RGB:
(105,137,175)
(41%,54%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 137 of 255 = 54%
B 175 of 255 = 69%

105
137
175

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

Portions of RGB colors in percentages

R + G + B =
105 + 137 + 175 = 417 (100%)
R 105 of 417 ~ 25.18%
G 137 of 417 ~ 32.85%
B 175 of 417 ~ 41.97%

%25.18
%32.85
%41.97

CMYK color model

#6989AF color CMYK value is (40,22,0,31).

  • cyan value is 40.00%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(40,22,0,31)
C40M22Y0K31 
(40%,22%,0%,31%)
(0.40/0.22/0.00/0.31)	

CMYK percentages

%40
%21.71
%0
%31.37

Codes

Color #6989AF in popluar color models

6989AF
RGB105137175
HSL213°30.43%54.90%
HSB/HSV213°40.00%68.63%
CMYK40.00%21.71%0.00%
31.37%

Color #6989AF in popluar number systems.

HEX6989AF
Decimal105137175
Binary11010011000100110101111
Octal151211257

Shades and tints

Shades of #6989AF

#6989AF
(105,137,175)
#607DA0
(96,125,160)
#577191
(87,113,145)
#4E6582
(78,101,130)
#455973
(69,89,115)
#3C4D64
(60,77,100)
#334155
(51,65,85)
#2A3546
(42,53,70)
#212937
(33,41,55)
#181D28
(24,29,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #6989AF

#6989AF
(105,137,175)
#7693B6
(118,147,182)
#839DBD
(131,157,189)
#90A7C4
(144,167,196)
#9DB1CB
(157,177,203)
#AABBD2
(170,187,210)
#B7C5D9
(183,197,217)
#C4CFE0
(196,207,224)
#D1D9E7
(209,217,231)
#DEE3EE
(222,227,238)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6989AF color. Also use rgb(105,137,175) instead hex code.

Text Font Color

.myTextColor { color: #6989AF; }

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

This text font color is #6989AF.


Background Color

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

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

This div background color is #6989AF.


Border color

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

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

This div border color is #6989AF.


Opacity

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

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

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

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

This text has shadow with #6989AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6989AF on black background.


Color preview on white background

This text has color #6989AF on white background.



Black color preview on #6989AF background

This text has black color on #6989AF background.


White color preview on #6989AF background

This text has white color on #6989AF background.