COLOR #6988A8

HEX: #6988A8
RGB: (105,136,168)

Color info

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

RGB color model

#6988A8 color RGB value is (105,136,168).

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

RGB channels and saturation

R 105 of 255 = 41%
G 136 of 255 = 53%
B 168 of 255 = 66%

105
136
168

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

Portions of RGB colors in percentages

R + G + B =
105 + 136 + 168 = 409 (100%)
R 105 of 409 ~ 25.67%
G 136 of 409 ~ 33.25%
B 168 of 409 ~ 41.08%

%25.67
%33.25
%41.08

CMYK color model

#6988A8 color CMYK value is (38,19,0,34).

  • cyan value is 37.50%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(38,19,0,34)
C38M19Y0K34 
(38%,19%,0%,34%)
(0.38/0.19/0.00/0.34)	

CMYK percentages

%37.5
%19.05
%0
%34.12

Codes

Color #6988A8 in popluar color models

6988A8
RGB105136168
HSL210°26.58%53.53%
HSB/HSV210°37.50%65.88%
CMYK37.50%19.05%0.00%
34.12%

Color #6988A8 in popluar number systems.

HEX6988A8
Decimal105136168
Binary11010011000100010101000
Octal151210250

Shades and tints

Shades of #6988A8

#6988A8
(105,136,168)
#607C99
(96,124,153)
#57708A
(87,112,138)
#4E647B
(78,100,123)
#45586C
(69,88,108)
#3C4C5D
(60,76,93)
#33404E
(51,64,78)
#2A343F
(42,52,63)
#212830
(33,40,48)
#181C21
(24,28,33)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #6988A8

#6988A8
(105,136,168)
#7692AF
(118,146,175)
#839CB6
(131,156,182)
#90A6BD
(144,166,189)
#9DB0C4
(157,176,196)
#AABACB
(170,186,203)
#B7C4D2
(183,196,210)
#C4CED9
(196,206,217)
#D1D8E0
(209,216,224)
#DEE2E7
(222,226,231)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6988A8; }

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

This text font color is #6988A8.


Background Color

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

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

This div background color is #6988A8.


Border color

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

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

This div border color is #6988A8.


Opacity

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

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

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

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

This text has shadow with #6988A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6988A8 on black background.


Color preview on white background

This text has color #6988A8 on white background.



Black color preview on #6988A8 background

This text has black color on #6988A8 background.


White color preview on #6988A8 background

This text has white color on #6988A8 background.