COLOR #698FB7

HEX: #698FB7
RGB: (105,143,183)

Color info

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

RGB color model

#698FB7 color RGB value is (105,143,183).

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

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 183 of 255 = 72%

105
143
183

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

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 183 = 431 (100%)
R 105 of 431 ~ 24.36%
G 143 of 431 ~ 33.18%
B 183 of 431 ~ 42.46%

%24.36
%33.18
%42.46

CMYK color model

#698FB7 color CMYK value is (43,22,0,28).

  • cyan value is 42.62%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (43,22,0,28) C43M22Y0K28 (43%,22%,0%,28%) (0.43/0.22/0.00/0.28)

CMYK percentages

%42.62
%21.86
%0
%28.24

Codes

Color #698FB7 in popluar color models

698FB7
RGB105143183
HSL211°35.14%56.47%
HSB/HSV211°42.62%71.76%
CMYK42.62%21.86%0.00%
28.24%

Color #698FB7 in popluar number systems.

HEX698FB7
Decimal105143183
Binary11010011000111110110111
Octal151217267

Shades and tints

Shades of #698FB7

#698FB7
(105,143,183)
#6082A7
(96,130,167)
#577597
(87,117,151)
#4E6887
(78,104,135)
#455B77
(69,91,119)
#3C4E67
(60,78,103)
#334157
(51,65,87)
#2A3447
(42,52,71)
#212737
(33,39,55)
#181A27
(24,26,39)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #698FB7

#698FB7
(105,143,183)
#7699BD
(118,153,189)
#83A3C3
(131,163,195)
#90ADC9
(144,173,201)
#9DB7CF
(157,183,207)
#AAC1D5
(170,193,213)
#B7CBDB
(183,203,219)
#C4D5E1
(196,213,225)
#D1DFE7
(209,223,231)
#DEE9ED
(222,233,237)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698FB7; }

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

This text font color is #698FB7.


Background Color

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

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

This div background color is #698FB7.


Border color

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

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

This div border color is #698FB7.


Opacity

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

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

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

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

This text has shadow with #698FB7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #698FB7 on black background.


Color preview on white background

This text has color #698FB7 on white background.



Black color preview on #698FB7 background

This text has black color on #698FB7 background.


White color preview on #698FB7 background

This text has white color on #698FB7 background.