COLOR #6990BA

HEX: #6990BA
RGB: (105,144,186)

Color info

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

RGB color model

#6990BA color RGB value is (105,144,186).

  • red value is 105;
  • green value is 144;
  • blue value is 186.
RGB:
(105,144,186)
(41%,56%,73%)

RGB channels and saturation

R 105 of 255 = 41%
G 144 of 255 = 56%
B 186 of 255 = 73%

105
144
186

R + G + B ~ 57%. #6990BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 144 + 186 = 435 (100%)
R 105 of 435 ~ 24.14%
G 144 of 435 ~ 33.1%
B 186 of 435 ~ 42.76%

%24.14
%33.1
%42.76

CMYK color model

#6990BA color CMYK value is (44,23,0,27).

  • cyan value is 43.55%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(44,23,0,27)
C44M23Y0K27 
(44%,23%,0%,27%)
(0.44/0.23/0.00/0.27)	

CMYK percentages

%43.55
%22.58
%0
%27.06

Codes

Color #6990BA in popluar color models

6990BA
RGB105144186
HSL211°36.99%57.06%
HSB/HSV211°43.55%72.94%
CMYK43.55%22.58%0.00%
27.06%

Color #6990BA in popluar number systems.

HEX6990BA
Decimal105144186
Binary11010011001000010111010
Octal151220272

Shades and tints

Shades of #6990BA

#6990BA
(105,144,186)
#6083AA
(96,131,170)
#57769A
(87,118,154)
#4E698A
(78,105,138)
#455C7A
(69,92,122)
#3C4F6A
(60,79,106)
#33425A
(51,66,90)
#2A354A
(42,53,74)
#21283A
(33,40,58)
#181B2A
(24,27,42)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #6990BA

#6990BA
(105,144,186)
#769AC0
(118,154,192)
#83A4C6
(131,164,198)
#90AECC
(144,174,204)
#9DB8D2
(157,184,210)
#AAC2D8
(170,194,216)
#B7CCDE
(183,204,222)
#C4D6E4
(196,214,228)
#D1E0EA
(209,224,234)
#DEEAF0
(222,234,240)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6990BA color. Also use rgb(105,144,186) instead hex code.

Text Font Color

.myTextColor { color: #6990BA; }

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

This text font color is #6990BA.


Background Color

.myBgColor { background-color: #6990BA; }

<div style="background-color:#6990BA">Inner text</div>

This div background color is #6990BA.


Border color

.myBorderColor { border: 1px solid #6990BA; }

<div style="border:3px solid #6990BA">Div</div>

This div border color is #6990BA.


Opacity

.myOpacity80 { color: #6990BA; opacity: 0.8; }

<p style="color:#6990BA;opacity:0.8;">80%</p>

Text with #6990BA 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 #6990BA;}

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

This text has shadow with #6990BA color.

.textShadow {text-shadow: 3px 3px 1px #6990BA, 3px 3px 1px red;}

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

This text has shadow with #6990BA primary color and red secondary color.


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

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

This text has shadow with #6990BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6990BA on black background.


Color preview on white background

This text has color #6990BA on white background.



Black color preview on #6990BA background

This text has black color on #6990BA background.


White color preview on #6990BA background

This text has white color on #6990BA background.