COLOR #6698BD

HEX: #6698BD
RGB: (102,152,189)

Color info

#6698BD contains mainly green and blue colors. Web safe color of #6698BD is #6699CC (or #69C).

RGB color model

#6698BD color RGB value is (102,152,189).

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

RGB channels and saturation

R 102 of 255 = 40%
G 152 of 255 = 60%
B 189 of 255 = 74%

102
152
189

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

Portions of RGB colors in percentages

R + G + B =
102 + 152 + 189 = 443 (100%)
R 102 of 443 ~ 23.02%
G 152 of 443 ~ 34.31%
B 189 of 443 ~ 42.66%

%23.02
%34.31
%42.66

CMYK color model

#6698BD color CMYK value is (46,20,0,26).

  • cyan value is 46.03%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(46,20,0,26)
C46M20Y0K26 
(46%,20%,0%,26%)
(0.46/0.20/0.00/0.26)	

CMYK percentages

%46.03
%19.58
%0
%25.88

Codes

Color #6698BD in popluar color models

6698BD
RGB102152189
HSL206°39.73%57.06%
HSB/HSV206°46.03%74.12%
CMYK46.03%19.58%0.00%
25.88%

Color #6698BD in popluar number systems.

HEX6698BD
Decimal102152189
Binary11001101001100010111101
Octal146230275

Shades and tints

Shades of #6698BD

#6698BD
(102,152,189)
#5D8BAC
(93,139,172)
#547E9B
(84,126,155)
#4B718A
(75,113,138)
#426479
(66,100,121)
#395768
(57,87,104)
#304A57
(48,74,87)
#273D46
(39,61,70)
#1E3035
(30,48,53)
#152324
(21,35,36)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #6698BD

#6698BD
(102,152,189)
#73A1C3
(115,161,195)
#80AAC9
(128,170,201)
#8DB3CF
(141,179,207)
#9ABCD5
(154,188,213)
#A7C5DB
(167,197,219)
#B4CEE1
(180,206,225)
#C1D7E7
(193,215,231)
#CEE0ED
(206,224,237)
#DBE9F3
(219,233,243)
#E8F2F9
(232,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6698BD; }

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

This text font color is #6698BD.


Background Color

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

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

This div background color is #6698BD.


Border color

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

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

This div border color is #6698BD.


Opacity

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

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

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

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

This text has shadow with #6698BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6698BD on black background.


Color preview on white background

This text has color #6698BD on white background.



Black color preview on #6698BD background

This text has black color on #6698BD background.


White color preview on #6698BD background

This text has white color on #6698BD background.