COLOR #6984A5

HEX: #6984A5 RGB: (105,132,165)

Color info

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

RGB color model

#6984A5 color RGB value is (105,132,165).

RGB: (105,132,165) (41%, 52%, 65%)

RGB channels and saturation

R 105 of 255 = 41%
G 132 of 255 = 52%
B 165 of 255 = 65%

105
132
165

R + G + B ~ 53%. #6984A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 132 + 165 = 402 (100%)
R 105 of 402 ~ 26.12%
G 132 of 402 ~ 32.84%
B 165 of 402 ~ 41.04'%

%26.12
%32.84
%41.04

CMYK color model

#6984A5 color CMYK value is (36,20,0,35).

  • cyan value is 36.36%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (36,20,0,35)
C36M20Y0K35 (36%, 20%, 0%, 35%)
(0.36 / 0.20 / 0.00 / 0.35)

CMYK percentages

%36.36
%20
%0
%35.29

Codes

Color #6984A5 in popluar color models

69 84 A5
RGB 105 132 165
HSL 213° 25.00% 52.94%
HSB/HSV 213° 36.36% 64.71%
CMYK 36.36% 20.00% 0.00%
35.29%

Color #6984A5 in popluar number systems.

HEX 69 84 A5
Decimal 105 132 165
Binary 1101001 10000100 10100101
Octal 151 204 245

Shades and tints

Shades of #6984A5

#6984A5
(105,132,165)
#607896
(96,120,150)
#576C87
(87,108,135)
#4E6078
(78,96,120)
#455469
(69,84,105)
#3C485A
(60,72,90)
#333C4B
(51,60,75)
#2A303C
(42,48,60)
#21242D
(33,36,45)
#18181E
(24,24,30)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #6984A5

#6984A5
(105,132,165)
#768FAD
(118,143,173)
#839AB5
(131,154,181)
#90A5BD
(144,165,189)
#9DB0C5
(157,176,197)
#AABBCD
(170,187,205)
#B7C6D5
(183,198,213)
#C4D1DD
(196,209,221)
#D1DCE5
(209,220,229)
#DEE7ED
(222,231,237)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6984A5 color. Also use rgb(105,132,165) instead hex code.

Text Font Color

.myTextColor { color: #6984A5; }

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

This text font color is #6984A5.

Background Color

.myBgColor { background-color: #6984A5; }

<div style="background-color:#6984A5">Inner text</div>

This div background color is #6984A5.

Border color

.myBorderColor { border: 1px solid #6984A5; }

<div style="border:3px solid #6984A5">Div</div>

This div border color is #6984A5.

Opacity

.myOpacity80 { color: #6984A5; opacity: 0.8; }

<p style="color:#6984A5;opacity:0.8;">80%</p>

Text with #6984A5 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 #6984A5;}

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

This text has shadow with #6984A5 color.


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

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

This text has shadow with #6984A5 primary color and red secondary color.


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

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

This text has shadow with #6984A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6984A5.

Preview

Color preview on black background

This text has color #6984A5 on black background.


Color preview on white background

This text has color #6984A5 on white background.


Black color preview on #6984A5 background

This text has black color on #6984A5 background.


White color preview on #6984A5 background

This text has white color on #6984A5 background.


Related colors

Complementary color

Complementary color for #hex is #967B5A.


I love getcolorcode.com

Triadic colors

1 #A56984 and #84A569 with #6984A5 are triadic colors.

2 #A58469 and #8469A5 with #6984A5 are triadic colors.