COLOR #698FA1

HEX: #698FA1
RGB: (105,143,161)

Color info

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

RGB color model

#698FA1 color RGB value is (105,143,161).

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

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 161 of 255 = 63%

105
143
161

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

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 161 = 409 (100%)
R 105 of 409 ~ 25.67%
G 143 of 409 ~ 34.96%
B 161 of 409 ~ 39.36%

%25.67
%34.96
%39.36

CMYK color model

#698FA1 color CMYK value is (35,11,0,37).

  • cyan value is 34.78%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(35,11,0,37)
C35M11Y0K37 
(35%,11%,0%,37%)
(0.35/0.11/0.00/0.37)	

CMYK percentages

%34.78
%11.18
%0
%36.86

Codes

Color #698FA1 in popluar color models

698FA1
RGB105143161
HSL199°22.95%52.16%
HSB/HSV199°34.78%63.14%
CMYK34.78%11.18%0.00%
36.86%

Color #698FA1 in popluar number systems.

HEX698FA1
Decimal105143161
Binary11010011000111110100001
Octal151217241

Shades and tints

Shades of #698FA1

#698FA1
(105,143,161)
#608293
(96,130,147)
#577585
(87,117,133)
#4E6877
(78,104,119)
#455B69
(69,91,105)
#3C4E5B
(60,78,91)
#33414D
(51,65,77)
#2A343F
(42,52,63)
#212731
(33,39,49)
#181A23
(24,26,35)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #698FA1

#698FA1
(105,143,161)
#7699A9
(118,153,169)
#83A3B1
(131,163,177)
#90ADB9
(144,173,185)
#9DB7C1
(157,183,193)
#AAC1C9
(170,193,201)
#B7CBD1
(183,203,209)
#C4D5D9
(196,213,217)
#D1DFE1
(209,223,225)
#DEE9E9
(222,233,233)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698FA1; }

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

This text font color is #698FA1.


Background Color

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

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

This div background color is #698FA1.


Border color

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

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

This div border color is #698FA1.


Opacity

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

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

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

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

This text has shadow with #698FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698FA1 on black background.


Color preview on white background

This text has color #698FA1 on white background.



Black color preview on #698FA1 background

This text has black color on #698FA1 background.


White color preview on #698FA1 background

This text has white color on #698FA1 background.