COLOR #698DBA

HEX: #698DBA RGB: (105,141,186)

Color info

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

RGB color model

#698DBA color RGB value is (105,141,186).

RGB: (105,141,186) (41%, 55%, 73%)

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 186 of 255 = 73%

105
141
186

R + G + B ~ 56%. #698DBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 141 + 186 = 432 (100%)
R 105 of 432 ~ 24.31%
G 141 of 432 ~ 32.64%
B 186 of 432 ~ 43.06'%

%24.31
%32.64
%43.06

CMYK color model

#698DBA color CMYK value is (44,24,0,27).

  • cyan value is 43.55%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (44,24,0,27)
C44M24Y0K27 (44%, 24%, 0%, 27%)
(0.44 / 0.24 / 0.00 / 0.27)

CMYK percentages

%43.55
%24.19
%0
%27.06

Codes

Color #698DBA in popluar color models

69 8D BA
RGB 105 141 186
HSL 213° 36.99% 57.06%
HSB/HSV 213° 43.55% 72.94%
CMYK 43.55% 24.19% 0.00%
27.06%

Color #698DBA in popluar number systems.

HEX 69 8D BA
Decimal 105 141 186
Binary 1101001 10001101 10111010
Octal 151 215 272

Shades and tints

Shades of #698DBA

#698DBA
(105,141,186)
#6081AA
(96,129,170)
#57759A
(87,117,154)
#4E698A
(78,105,138)
#455D7A
(69,93,122)
#3C516A
(60,81,106)
#33455A
(51,69,90)
#2A394A
(42,57,74)
#212D3A
(33,45,58)
#18212A
(24,33,42)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #698DBA

#698DBA
(105,141,186)
#7697C0
(118,151,192)
#83A1C6
(131,161,198)
#90ABCC
(144,171,204)
#9DB5D2
(157,181,210)
#AABFD8
(170,191,216)
#B7C9DE
(183,201,222)
#C4D3E4
(196,211,228)
#D1DDEA
(209,221,234)
#DEE7F0
(222,231,240)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698DBA color. Also use rgb(105,141,186) instead hex code.

Text Font Color

.myTextColor { color: #698DBA; }

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

This text font color is #698DBA.

Background Color

.myBgColor { background-color: #698DBA; }

<div style="background-color:#698DBA">Inner text</div>

This div background color is #698DBA.

Border color

.myBorderColor { border: 1px solid #698DBA; }

<div style="border:3px solid #698DBA">Div</div>

This div border color is #698DBA.

Opacity

.myOpacity80 { color: #698DBA; opacity: 0.8; }

<p style="color:#698DBA;opacity:0.8;">80%</p>

Text with #698DBA 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 #698DBA;}

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

This text has shadow with #698DBA color.


.textShadow {text-shadow: 3px 3px 1px #698DBA', 3px 3px 1px red;}

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

This text has shadow with #698DBA primary color and red secondary color.


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

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

This text has shadow with #698DBA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #698DBA; -webkit-box-shadow: 1px 1px 3px 2px #698DBA; box-shadow:1px 1px 3px 2px #698DBA;">
Div content here
</div>

This div box has shadow with color #698DBA.

Preview

Color preview on black background

This text has color #698DBA on black background.


Color preview on white background

This text has color #698DBA on white background.


Black color preview on #698DBA background

This text has black color on #698DBA background.


White color preview on #698DBA background

This text has white color on #698DBA background.


Related colors

Complementary color

Complementary color for #hex is #967245.


I love getcolorcode.com

Triadic colors

1 #BA698D and #8DBA69 with #698DBA are triadic colors.

2 #BA8D69 and #8D69BA with #698DBA are triadic colors.