COLOR #698FC3

HEX: #698FC3
RGB: (105,143,195)

Color info

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

RGB color model

#698FC3 color RGB value is (105,143,195).

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

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 195 of 255 = 76%

105
143
195

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

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 195 = 443 (100%)
R 105 of 443 ~ 23.7%
G 143 of 443 ~ 32.28%
B 195 of 443 ~ 44.02%

%23.7
%32.28
%44.02

CMYK color model

#698FC3 color CMYK value is (46,27,0,24).

  • cyan value is 46.15%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(46,27,0,24)
C46M27Y0K24 
(46%,27%,0%,24%)
(0.46/0.27/0.00/0.24)	

CMYK percentages

%46.15
%26.67
%0
%23.53

Codes

Color #698FC3 in popluar color models

698FC3
RGB105143195
HSL215°42.86%58.82%
HSB/HSV215°46.15%76.47%
CMYK46.15%26.67%0.00%
23.53%

Color #698FC3 in popluar number systems.

HEX698FC3
Decimal105143195
Binary11010011000111111000011
Octal151217303

Shades and tints

Shades of #698FC3

#698FC3
(105,143,195)
#6082B2
(96,130,178)
#5775A1
(87,117,161)
#4E6890
(78,104,144)
#455B7F
(69,91,127)
#3C4E6E
(60,78,110)
#33415D
(51,65,93)
#2A344C
(42,52,76)
#21273B
(33,39,59)
#181A2A
(24,26,42)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #698FC3

#698FC3
(105,143,195)
#7699C8
(118,153,200)
#83A3CD
(131,163,205)
#90ADD2
(144,173,210)
#9DB7D7
(157,183,215)
#AAC1DC
(170,193,220)
#B7CBE1
(183,203,225)
#C4D5E6
(196,213,230)
#D1DFEB
(209,223,235)
#DEE9F0
(222,233,240)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698FC3; }

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

This text font color is #698FC3.


Background Color

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

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

This div background color is #698FC3.


Border color

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

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

This div border color is #698FC3.


Opacity

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

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

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

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

This text has shadow with #698FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698FC3 on black background.


Color preview on white background

This text has color #698FC3 on white background.



Black color preview on #698FC3 background

This text has black color on #698FC3 background.


White color preview on #698FC3 background

This text has white color on #698FC3 background.