COLOR #698198

HEX: #698198
RGB: (105,129,152)

Color info

#698198 contains red, green and blue colors in about the same proportion. Web safe color of #698198 is #669999 (or #699).

RGB color model

#698198 color RGB value is (105,129,152).

  • red value is 105;
  • green value is 129;
  • blue value is 152.
RGB:
(105,129,152)
(41%,51%,60%)

RGB channels and saturation

R 105 of 255 = 41%
G 129 of 255 = 51%
B 152 of 255 = 60%

105
129
152

R + G + B ~ 51%. #698198 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 129 + 152 = 386 (100%)
R 105 of 386 ~ 27.2%
G 129 of 386 ~ 33.42%
B 152 of 386 ~ 39.38%

%27.2
%33.42
%39.38

CMYK color model

#698198 color CMYK value is (31,15,0,40).

  • cyan value is 30.92%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(31,15,0,40)
C31M15Y0K40 
(31%,15%,0%,40%)
(0.31/0.15/0.00/0.40)	

CMYK percentages

%30.92
%15.13
%0
%40.39

Codes

Color #698198 in popluar color models

698198
RGB105129152
HSL209°18.58%50.39%
HSB/HSV209°30.92%59.61%
CMYK30.92%15.13%0.00%
40.39%

Color #698198 in popluar number systems.

HEX698198
Decimal105129152
Binary11010011000000110011000
Octal151201230

Shades and tints

Shades of #698198

#698198
(105,129,152)
#60768B
(96,118,139)
#576B7E
(87,107,126)
#4E6071
(78,96,113)
#455564
(69,85,100)
#3C4A57
(60,74,87)
#333F4A
(51,63,74)
#2A343D
(42,52,61)
#212930
(33,41,48)
#181E23
(24,30,35)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #698198

#698198
(105,129,152)
#768CA1
(118,140,161)
#8397AA
(131,151,170)
#90A2B3
(144,162,179)
#9DADBC
(157,173,188)
#AAB8C5
(170,184,197)
#B7C3CE
(183,195,206)
#C4CED7
(196,206,215)
#D1D9E0
(209,217,224)
#DEE4E9
(222,228,233)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698198 color. Also use rgb(105,129,152) instead hex code.

Text Font Color

.myTextColor { color: #698198; }

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

This text font color is #698198.


Background Color

.myBgColor { background-color: #698198; }

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

This div background color is #698198.


Border color

.myBorderColor { border: 1px solid #698198; }

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

This div border color is #698198.


Opacity

.myOpacity80 { color: #698198; opacity: 0.8; }

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

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

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

This text has shadow with #698198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698198 on black background.


Color preview on white background

This text has color #698198 on white background.



Black color preview on #698198 background

This text has black color on #698198 background.


White color preview on #698198 background

This text has white color on #698198 background.