COLOR #6698A9

HEX: #6698A9
RGB: (102,152,169)

Color info

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

RGB color model

#6698A9 color RGB value is (102,152,169).

  • red value is 102;
  • green value is 152;
  • blue value is 169.
RGB:
(102,152,169)
(40%,60%,66%)

RGB channels and saturation

R 102 of 255 = 40%
G 152 of 255 = 60%
B 169 of 255 = 66%

102
152
169

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

Portions of RGB colors in percentages

R + G + B =
102 + 152 + 169 = 423 (100%)
R 102 of 423 ~ 24.11%
G 152 of 423 ~ 35.93%
B 169 of 423 ~ 39.95%

%24.11
%35.93
%39.95

CMYK color model

#6698A9 color CMYK value is (40,10,0,34).

  • cyan value is 39.64%
  • magenta value is 10.06%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(40,10,0,34)
C40M10Y0K34 
(40%,10%,0%,34%)
(0.40/0.10/0.00/0.34)	

CMYK percentages

%39.64
%10.06
%0
%33.73

Codes

Color #6698A9 in popluar color models

6698A9
RGB102152169
HSL195°28.03%53.14%
HSB/HSV195°39.64%66.27%
CMYK39.64%10.06%0.00%
33.73%

Color #6698A9 in popluar number systems.

HEX6698A9
Decimal102152169
Binary11001101001100010101001
Octal146230251

Shades and tints

Shades of #6698A9

#6698A9
(102,152,169)
#5D8B9A
(93,139,154)
#547E8B
(84,126,139)
#4B717C
(75,113,124)
#42646D
(66,100,109)
#39575E
(57,87,94)
#304A4F
(48,74,79)
#273D40
(39,61,64)
#1E3031
(30,48,49)
#152322
(21,35,34)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #6698A9

#6698A9
(102,152,169)
#73A1B0
(115,161,176)
#80AAB7
(128,170,183)
#8DB3BE
(141,179,190)
#9ABCC5
(154,188,197)
#A7C5CC
(167,197,204)
#B4CED3
(180,206,211)
#C1D7DA
(193,215,218)
#CEE0E1
(206,224,225)
#DBE9E8
(219,233,232)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6698A9 color. Also use rgb(102,152,169) instead hex code.

Text Font Color

.myTextColor { color: #6698A9; }

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

This text font color is #6698A9.


Background Color

.myBgColor { background-color: #6698A9; }

<div style="background-color:#6698A9">Inner text</div>

This div background color is #6698A9.


Border color

.myBorderColor { border: 1px solid #6698A9; }

<div style="border:3px solid #6698A9">Div</div>

This div border color is #6698A9.


Opacity

.myOpacity80 { color: #6698A9; opacity: 0.8; }

<p style="color:#6698A9;opacity:0.8;">80%</p>

Text with #6698A9 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 #6698A9;}

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

This text has shadow with #6698A9 color.

.textShadow {text-shadow: 3px 3px 1px #6698A9, 3px 3px 1px red;}

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

This text has shadow with #6698A9 primary color and red secondary color.


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

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

This text has shadow with #6698A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6698A9 on black background.


Color preview on white background

This text has color #6698A9 on white background.



Black color preview on #6698A9 background

This text has black color on #6698A9 background.


White color preview on #6698A9 background

This text has white color on #6698A9 background.