COLOR #698CB0

HEX: #698CB0
RGB: (105,140,176)

Color info

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

RGB color model

#698CB0 color RGB value is (105,140,176).

  • red value is 105;
  • green value is 140;
  • blue value is 176.
RGB:
(105,140,176)
(41%,55%,69%)

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 176 of 255 = 69%

105
140
176

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

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 176 = 421 (100%)
R 105 of 421 ~ 24.94%
G 140 of 421 ~ 33.25%
B 176 of 421 ~ 41.81%

%24.94
%33.25
%41.81

CMYK color model

#698CB0 color CMYK value is (40,20,0,31).

  • cyan value is 40.34%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(40,20,0,31)
C40M20Y0K31 
(40%,20%,0%,31%)
(0.40/0.20/0.00/0.31)	

CMYK percentages

%40.34
%20.45
%0
%30.98

Codes

Color #698CB0 in popluar color models

698CB0
RGB105140176
HSL210°31.00%55.10%
HSB/HSV210°40.34%69.02%
CMYK40.34%20.45%0.00%
30.98%

Color #698CB0 in popluar number systems.

HEX698CB0
Decimal105140176
Binary11010011000110010110000
Octal151214260

Shades and tints

Shades of #698CB0

#698CB0
(105,140,176)
#6080A0
(96,128,160)
#577490
(87,116,144)
#4E6880
(78,104,128)
#455C70
(69,92,112)
#3C5060
(60,80,96)
#334450
(51,68,80)
#2A3840
(42,56,64)
#212C30
(33,44,48)
#182020
(24,32,32)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #698CB0

#698CB0
(105,140,176)
#7696B7
(118,150,183)
#83A0BE
(131,160,190)
#90AAC5
(144,170,197)
#9DB4CC
(157,180,204)
#AABED3
(170,190,211)
#B7C8DA
(183,200,218)
#C4D2E1
(196,210,225)
#D1DCE8
(209,220,232)
#DEE6EF
(222,230,239)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698CB0 color. Also use rgb(105,140,176) instead hex code.

Text Font Color

.myTextColor { color: #698CB0; }

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

This text font color is #698CB0.


Background Color

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

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

This div background color is #698CB0.


Border color

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

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

This div border color is #698CB0.


Opacity

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

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

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

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

This text has shadow with #698CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698CB0 on black background.


Color preview on white background

This text has color #698CB0 on white background.



Black color preview on #698CB0 background

This text has black color on #698CB0 background.


White color preview on #698CB0 background

This text has white color on #698CB0 background.