COLOR #6998BC

HEX: #6998BC
RGB: (105,152,188)

Color info

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

RGB color model

#6998BC color RGB value is (105,152,188).

  • red value is 105;
  • green value is 152;
  • blue value is 188.
RGB:
(105,152,188)
(41%,60%,74%)

RGB channels and saturation

R 105 of 255 = 41%
G 152 of 255 = 60%
B 188 of 255 = 74%

105
152
188

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

Portions of RGB colors in percentages

R + G + B =
105 + 152 + 188 = 445 (100%)
R 105 of 445 ~ 23.6%
G 152 of 445 ~ 34.16%
B 188 of 445 ~ 42.25%

%23.6
%34.16
%42.25

CMYK color model

#6998BC color CMYK value is (44,19,0,26).

  • cyan value is 44.15%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(44,19,0,26)
C44M19Y0K26 
(44%,19%,0%,26%)
(0.44/0.19/0.00/0.26)	

CMYK percentages

%44.15
%19.15
%0
%26.27

Codes

Color #6998BC in popluar color models

6998BC
RGB105152188
HSL206°38.25%57.45%
HSB/HSV206°44.15%73.73%
CMYK44.15%19.15%0.00%
26.27%

Color #6998BC in popluar number systems.

HEX6998BC
Decimal105152188
Binary11010011001100010111100
Octal151230274

Shades and tints

Shades of #6998BC

#6998BC
(105,152,188)
#608BAB
(96,139,171)
#577E9A
(87,126,154)
#4E7189
(78,113,137)
#456478
(69,100,120)
#3C5767
(60,87,103)
#334A56
(51,74,86)
#2A3D45
(42,61,69)
#213034
(33,48,52)
#182323
(24,35,35)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #6998BC

#6998BC
(105,152,188)
#76A1C2
(118,161,194)
#83AAC8
(131,170,200)
#90B3CE
(144,179,206)
#9DBCD4
(157,188,212)
#AAC5DA
(170,197,218)
#B7CEE0
(183,206,224)
#C4D7E6
(196,215,230)
#D1E0EC
(209,224,236)
#DEE9F2
(222,233,242)
#EBF2F8
(235,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6998BC; }

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

This text font color is #6998BC.


Background Color

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

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

This div background color is #6998BC.


Border color

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

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

This div border color is #6998BC.


Opacity

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

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

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

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

This text has shadow with #6998BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6998BC on black background.


Color preview on white background

This text has color #6998BC on white background.



Black color preview on #6998BC background

This text has black color on #6998BC background.


White color preview on #6998BC background

This text has white color on #6998BC background.