COLOR #698FC2

HEX: #698FC2
RGB: (105,143,194)

Color info

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

RGB color model

#698FC2 color RGB value is (105,143,194).

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

RGB channels and saturation

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

105
143
194

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

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 194 = 442 (100%)
R 105 of 442 ~ 23.76%
G 143 of 442 ~ 32.35%
B 194 of 442 ~ 43.89%

%23.76
%32.35
%43.89

CMYK color model

#698FC2 color CMYK value is (46,26,0,24).

  • cyan value is 45.88%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(46,26,0,24)
C46M26Y0K24 
(46%,26%,0%,24%)
(0.46/0.26/0.00/0.24)	

CMYK percentages

%45.88
%26.29
%0
%23.92

Codes

Color #698FC2 in popluar color models

698FC2
RGB105143194
HSL214°42.18%58.63%
HSB/HSV214°45.88%76.08%
CMYK45.88%26.29%0.00%
23.92%

Color #698FC2 in popluar number systems.

HEX698FC2
Decimal105143194
Binary11010011000111111000010
Octal151217302

Shades and tints

Shades of #698FC2

#698FC2
(105,143,194)
#6082B1
(96,130,177)
#5775A0
(87,117,160)
#4E688F
(78,104,143)
#455B7E
(69,91,126)
#3C4E6D
(60,78,109)
#33415C
(51,65,92)
#2A344B
(42,52,75)
#21273A
(33,39,58)
#181A29
(24,26,41)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #698FC2

#698FC2
(105,143,194)
#7699C7
(118,153,199)
#83A3CC
(131,163,204)
#90ADD1
(144,173,209)
#9DB7D6
(157,183,214)
#AAC1DB
(170,193,219)
#B7CBE0
(183,203,224)
#C4D5E5
(196,213,229)
#D1DFEA
(209,223,234)
#DEE9EF
(222,233,239)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698FC2; }

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

This text font color is #698FC2.


Background Color

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

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

This div background color is #698FC2.


Border color

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

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

This div border color is #698FC2.


Opacity

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

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

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

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

This text has shadow with #698FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698FC2 on black background.


Color preview on white background

This text has color #698FC2 on white background.



Black color preview on #698FC2 background

This text has black color on #698FC2 background.


White color preview on #698FC2 background

This text has white color on #698FC2 background.