COLOR #698FB1

HEX: #698FB1
RGB: (105,143,177)

Color info

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

RGB color model

#698FB1 color RGB value is (105,143,177).

  • red value is 105;
  • green value is 143;
  • blue value is 177.
RGB:
(105,143,177)
(41%,56%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 177 of 255 = 69%

105
143
177

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

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 177 = 425 (100%)
R 105 of 425 ~ 24.71%
G 143 of 425 ~ 33.65%
B 177 of 425 ~ 41.65%

%24.71
%33.65
%41.65

CMYK color model

#698FB1 color CMYK value is (41,19,0,31).

  • cyan value is 40.68%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(41,19,0,31)
C41M19Y0K31 
(41%,19%,0%,31%)
(0.41/0.19/0.00/0.31)	

CMYK percentages

%40.68
%19.21
%0
%30.59

Codes

Color #698FB1 in popluar color models

698FB1
RGB105143177
HSL208°31.58%55.29%
HSB/HSV208°40.68%69.41%
CMYK40.68%19.21%0.00%
30.59%

Color #698FB1 in popluar number systems.

HEX698FB1
Decimal105143177
Binary11010011000111110110001
Octal151217261

Shades and tints

Shades of #698FB1

#698FB1
(105,143,177)
#6082A1
(96,130,161)
#577591
(87,117,145)
#4E6881
(78,104,129)
#455B71
(69,91,113)
#3C4E61
(60,78,97)
#334151
(51,65,81)
#2A3441
(42,52,65)
#212731
(33,39,49)
#181A21
(24,26,33)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #698FB1

#698FB1
(105,143,177)
#7699B8
(118,153,184)
#83A3BF
(131,163,191)
#90ADC6
(144,173,198)
#9DB7CD
(157,183,205)
#AAC1D4
(170,193,212)
#B7CBDB
(183,203,219)
#C4D5E2
(196,213,226)
#D1DFE9
(209,223,233)
#DEE9F0
(222,233,240)
#EBF3F7
(235,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698FB1 color. Also use rgb(105,143,177) instead hex code.

Text Font Color

.myTextColor { color: #698FB1; }

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

This text font color is #698FB1.


Background Color

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

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

This div background color is #698FB1.


Border color

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

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

This div border color is #698FB1.


Opacity

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

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

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

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

This text has shadow with #698FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698FB1 on black background.


Color preview on white background

This text has color #698FB1 on white background.



Black color preview on #698FB1 background

This text has black color on #698FB1 background.


White color preview on #698FB1 background

This text has white color on #698FB1 background.