COLOR #6998A6

HEX: #6998A6 RGB: (105,152,166)

Color info

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

RGB color model

#6998A6 color RGB value is (105,152,166).

RGB: (105,152,166) (41%, 60%, 65%)

RGB channels and saturation

R 105 of 255 = 41%
G 152 of 255 = 60%
B 166 of 255 = 65%

105
152
166

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

Portions of RGB colors in percentages

R + G + B = 105 + 152 + 166 = 423 (100%)
R 105 of 423 ~ 24.82%
G 152 of 423 ~ 35.93%
B 166 of 423 ~ 39.24'%

%24.82
%35.93
%39.24

CMYK color model

#6998A6 color CMYK value is (37,8,0,35).

  • cyan value is 36.75%
  • magenta value is 8.43%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (37,8,0,35) C37M8Y0K35 (37%,8%,0%,35%) (0.37/0.08/0.00/0.35) 

CMYK percentages

%36.75
%8.43
%0
%34.9

Codes

Color #6998A6 in popluar color models

69 98 A6
RGB 105 152 166
HSL 194° 25.52% 53.14%
HSB/HSV 194° 36.75% 65.10%
CMYK 36.75% 8.43% 0.00%
34.90%

Color #6998A6 in popluar number systems.

HEX 69 98 A6
Decimal 105 152 166
Binary 1101001 10011000 10100110
Octal 151 230 246

Shades and tints

Shades of #6998A6

#6998A6
(105,152,166)
#608B97
(96,139,151)
#577E88
(87,126,136)
#4E7179
(78,113,121)
#45646A
(69,100,106)
#3C575B
(60,87,91)
#334A4C
(51,74,76)
#2A3D3D
(42,61,61)
#21302E
(33,48,46)
#18231F
(24,35,31)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #6998A6

#6998A6
(105,152,166)
#76A1AE
(118,161,174)
#83AAB6
(131,170,182)
#90B3BE
(144,179,190)
#9DBCC6
(157,188,198)
#AAC5CE
(170,197,206)
#B7CED6
(183,206,214)
#C4D7DE
(196,215,222)
#D1E0E6
(209,224,230)
#DEE9EE
(222,233,238)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6998A6 color. Also use rgb(105,152,166) instead hex code.

Text Font Color

.myTextColor { color: #6998A6; }

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

This text font color is #6998A6.

Background Color

.myBgColor { background-color: #6998A6; }

<div style="background-color:#6998A6">Inner text</div>

This div background color is #6998A6.

Border color

.myBorderColor { border: 1px solid #6998A6; }

<div style="border:3px solid #6998A6">Div</div>

This div border color is #6998A6.

Opacity

.myOpacity80 { color: #6998A6; opacity: 0.8; }

<p style="color:#6998A6;opacity:0.8;">80%</p>

Text with #6998A6 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 #6998A6;}

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

This text has shadow with #6998A6 color.


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

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

This text has shadow with #6998A6 primary color and red secondary color.


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

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

This text has shadow with #6998A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6998A6.

Preview

Color preview on black background

This text has color #6998A6 on black background.


Color preview on white background

This text has color #6998A6 on white background.


Black color preview on #6998A6 background

This text has black color on #6998A6 background.


White color preview on #6998A6 background

This text has white color on #6998A6 background.


Related colors

Complementary color

Complementary color for #hex is #966759.


I love getcolorcode.com

Triadic colors

1 #A66998 and #98A669 with #6998A6 are triadic colors.

2 #A69869 and #9869A6 with #6998A6 are triadic colors.