COLOR #698CCC

HEX: #698CCC
RGB: (105,140,204)

Color info

#698CCC contains mainly blue color. Web safe color of #698CCC is #6699CC (or #69C).

RGB color model

#698CCC color RGB value is (105,140,204).

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

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 204 of 255 = 80%

105
140
204

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

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 204 = 449 (100%)
R 105 of 449 ~ 23.39%
G 140 of 449 ~ 31.18%
B 204 of 449 ~ 45.43%

%23.39
%31.18
%45.43

CMYK color model

#698CCC color CMYK value is (49,31,0,20).

  • cyan value is 48.53%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(49,31,0,20)
C49M31Y0K20 
(49%,31%,0%,20%)
(0.49/0.31/0.00/0.20)	

CMYK percentages

%48.53
%31.37
%0
%20

Codes

Color #698CCC in popluar color models

698CCC
RGB105140204
HSL219°49.25%60.59%
HSB/HSV219°48.53%80.00%
CMYK48.53%31.37%0.00%
20.00%

Color #698CCC in popluar number systems.

HEX698CCC
Decimal105140204
Binary11010011000110011001100
Octal151214314

Shades and tints

Shades of #698CCC

#698CCC
(105,140,204)
#6080BA
(96,128,186)
#5774A8
(87,116,168)
#4E6896
(78,104,150)
#455C84
(69,92,132)
#3C5072
(60,80,114)
#334460
(51,68,96)
#2A384E
(42,56,78)
#212C3C
(33,44,60)
#18202A
(24,32,42)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #698CCC

#698CCC
(105,140,204)
#7696D0
(118,150,208)
#83A0D4
(131,160,212)
#90AAD8
(144,170,216)
#9DB4DC
(157,180,220)
#AABEE0
(170,190,224)
#B7C8E4
(183,200,228)
#C4D2E8
(196,210,232)
#D1DCEC
(209,220,236)
#DEE6F0
(222,230,240)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698CCC; }

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

This text font color is #698CCC.


Background Color

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

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

This div background color is #698CCC.


Border color

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

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

This div border color is #698CCC.


Opacity

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

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

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

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

This text has shadow with #698CCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698CCC on black background.


Color preview on white background

This text has color #698CCC on white background.



Black color preview on #698CCC background

This text has black color on #698CCC background.


White color preview on #698CCC background

This text has white color on #698CCC background.