COLOR #6988B8

HEX: #6988B8
RGB: (105,136,184)

Color info

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

RGB color model

#6988B8 color RGB value is (105,136,184).

  • red value is 105;
  • green value is 136;
  • blue value is 184.
RGB:
(105,136,184)
(41%,53%,72%)

RGB channels and saturation

R 105 of 255 = 41%
G 136 of 255 = 53%
B 184 of 255 = 72%

105
136
184

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

Portions of RGB colors in percentages

R + G + B =
105 + 136 + 184 = 425 (100%)
R 105 of 425 ~ 24.71%
G 136 of 425 ~ 32%
B 184 of 425 ~ 43.29%

%24.71
%32
%43.29

CMYK color model

#6988B8 color CMYK value is (43,26,0,28).

  • cyan value is 42.93%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(43,26,0,28)
C43M26Y0K28 
(43%,26%,0%,28%)
(0.43/0.26/0.00/0.28)	

CMYK percentages

%42.93
%26.09
%0
%27.84

Codes

Color #6988B8 in popluar color models

6988B8
RGB105136184
HSL216°35.75%56.67%
HSB/HSV216°42.93%72.16%
CMYK42.93%26.09%0.00%
27.84%

Color #6988B8 in popluar number systems.

HEX6988B8
Decimal105136184
Binary11010011000100010111000
Octal151210270

Shades and tints

Shades of #6988B8

#6988B8
(105,136,184)
#607CA8
(96,124,168)
#577098
(87,112,152)
#4E6488
(78,100,136)
#455878
(69,88,120)
#3C4C68
(60,76,104)
#334058
(51,64,88)
#2A3448
(42,52,72)
#212838
(33,40,56)
#181C28
(24,28,40)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #6988B8

#6988B8
(105,136,184)
#7692BE
(118,146,190)
#839CC4
(131,156,196)
#90A6CA
(144,166,202)
#9DB0D0
(157,176,208)
#AABAD6
(170,186,214)
#B7C4DC
(183,196,220)
#C4CEE2
(196,206,226)
#D1D8E8
(209,216,232)
#DEE2EE
(222,226,238)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6988B8 color. Also use rgb(105,136,184) instead hex code.

Text Font Color

.myTextColor { color: #6988B8; }

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

This text font color is #6988B8.


Background Color

.myBgColor { background-color: #6988B8; }

<div style="background-color:#6988B8">Inner text</div>

This div background color is #6988B8.


Border color

.myBorderColor { border: 1px solid #6988B8; }

<div style="border:3px solid #6988B8">Div</div>

This div border color is #6988B8.


Opacity

.myOpacity80 { color: #6988B8; opacity: 0.8; }

<p style="color:#6988B8;opacity:0.8;">80%</p>

Text with #6988B8 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 #6988B8;}

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

This text has shadow with #6988B8 color.

.textShadow {text-shadow: 3px 3px 1px #6988B8, 3px 3px 1px red;}

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

This text has shadow with #6988B8 primary color and red secondary color.


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

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

This text has shadow with #6988B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6988B8 on black background.


Color preview on white background

This text has color #6988B8 on white background.



Black color preview on #6988B8 background

This text has black color on #6988B8 background.


White color preview on #6988B8 background

This text has white color on #6988B8 background.