COLOR #6988AD

HEX: #6988AD RGB: (105,136,173)

Color info

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

RGB color model

#6988AD color RGB value is (105,136,173).

RGB: (105,136,173) (41%, 53%, 68%)

RGB channels and saturation

R 105 of 255 = 41%
G 136 of 255 = 53%
B 173 of 255 = 68%

105
136
173

R + G + B ~ 54%. #6988AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 136 + 173 = 414 (100%)
R 105 of 414 ~ 25.36%
G 136 of 414 ~ 32.85%
B 173 of 414 ~ 41.79'%

%25.36
%32.85
%41.79

CMYK color model

#6988AD color CMYK value is (39,21,0,32).

  • cyan value is 39.31%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (39,21,0,32) C39M21Y0K32 (39%,21%,0%,32%) (0.39/0.21/0.00/0.32) 

CMYK percentages

%39.31
%21.39
%0
%32.16

Codes

Color #6988AD in popluar color models

69 88 AD
RGB 105 136 173
HSL 213° 29.31% 54.51%
HSB/HSV 213° 39.31% 67.84%
CMYK 39.31% 21.39% 0.00%
32.16%

Color #6988AD in popluar number systems.

HEX 69 88 AD
Decimal 105 136 173
Binary 1101001 10001000 10101101
Octal 151 210 255

Shades and tints

Shades of #6988AD

#6988AD
(105,136,173)
#607C9E
(96,124,158)
#57708F
(87,112,143)
#4E6480
(78,100,128)
#455871
(69,88,113)
#3C4C62
(60,76,98)
#334053
(51,64,83)
#2A3444
(42,52,68)
#212835
(33,40,53)
#181C26
(24,28,38)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #6988AD

#6988AD
(105,136,173)
#7692B4
(118,146,180)
#839CBB
(131,156,187)
#90A6C2
(144,166,194)
#9DB0C9
(157,176,201)
#AABAD0
(170,186,208)
#B7C4D7
(183,196,215)
#C4CEDE
(196,206,222)
#D1D8E5
(209,216,229)
#DEE2EC
(222,226,236)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6988AD color. Also use rgb(105,136,173) instead hex code.

Text Font Color

.myTextColor { color: #6988AD; }

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

This text font color is #6988AD.

Background Color

.myBgColor { background-color: #6988AD; }

<div style="background-color:#6988AD">Inner text</div>

This div background color is #6988AD.

Border color

.myBorderColor { border: 1px solid #6988AD; }

<div style="border:3px solid #6988AD">Div</div>

This div border color is #6988AD.

Opacity

.myOpacity80 { color: #6988AD; opacity: 0.8; }

<p style="color:#6988AD;opacity:0.8;">80%</p>

Text with #6988AD 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 #6988AD;}

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

This text has shadow with #6988AD color.


.textShadow {text-shadow: 3px 3px 1px #6988AD', 3px 3px 1px red;}

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

This text has shadow with #6988AD primary color and red secondary color.


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

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

This text has shadow with #6988AD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6988AD; -webkit-box-shadow: 1px 1px 3px 2px #6988AD; box-shadow:1px 1px 3px 2px #6988AD;">
Div content here
</div>

This div box has shadow with color #6988AD.

Preview

Color preview on black background

This text has color #6988AD on black background.


Color preview on white background

This text has color #6988AD on white background.


Black color preview on #6988AD background

This text has black color on #6988AD background.


White color preview on #6988AD background

This text has white color on #6988AD background.


Related colors

Complementary color

Complementary color for #hex is #967752.


I love getcolorcode.com

Triadic colors

1 #AD6988 and #88AD69 with #6988AD are triadic colors.

2 #AD8869 and #8869AD with #6988AD are triadic colors.