COLOR #698FCC

HEX: #698FCC RGB: (105,143,204)

Color info

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

RGB color model

#698FCC color RGB value is (105,143,204).

RGB: (105,143,204) (41%, 56%, 80%)

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 204 of 255 = 80%

105
143
204

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

Portions of RGB colors in percentages

R + G + B = 105 + 143 + 204 = 452 (100%)
R 105 of 452 ~ 23.23%
G 143 of 452 ~ 31.64%
B 204 of 452 ~ 45.13'%

%23.23
%31.64
%45.13

CMYK color model

#698FCC color CMYK value is (49,30,0,20).

  • cyan value is 48.53%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (49,30,0,20)
C49M30Y0K20 (49%, 30%, 0%, 20%)
(0.49 / 0.30 / 0.00 / 0.20)

CMYK percentages

%48.53
%29.9
%0
%20

Codes

Color #698FCC in popluar color models

69 8F CC
RGB 105 143 204
HSL 217° 49.25% 60.59%
HSB/HSV 217° 48.53% 80.00%
CMYK 48.53% 29.90% 0.00%
20.00%

Color #698FCC in popluar number systems.

HEX 69 8F CC
Decimal 105 143 204
Binary 1101001 10001111 11001100
Octal 151 217 314

Shades and tints

Shades of #698FCC

#698FCC
(105,143,204)
#6082BA
(96,130,186)
#5775A8
(87,117,168)
#4E6896
(78,104,150)
#455B84
(69,91,132)
#3C4E72
(60,78,114)
#334160
(51,65,96)
#2A344E
(42,52,78)
#21273C
(33,39,60)
#181A2A
(24,26,42)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #698FCC

#698FCC
(105,143,204)
#7699D0
(118,153,208)
#83A3D4
(131,163,212)
#90ADD8
(144,173,216)
#9DB7DC
(157,183,220)
#AAC1E0
(170,193,224)
#B7CBE4
(183,203,228)
#C4D5E8
(196,213,232)
#D1DFEC
(209,223,236)
#DEE9F0
(222,233,240)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698FCC; }

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

This text font color is #698FCC.

Background Color

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

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

This div background color is #698FCC.

Border color

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

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

This div border color is #698FCC.

Opacity

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

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

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

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

This text has shadow with #698FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698FCC.

Preview

Color preview on black background

This text has color #698FCC on black background.


Color preview on white background

This text has color #698FCC on white background.


Black color preview on #698FCC background

This text has black color on #698FCC background.


White color preview on #698FCC background

This text has white color on #698FCC background.


Related colors

Complementary color

Complementary color for #hex is #967033.


I love getcolorcode.com

Triadic colors

1 #CC698F and #8FCC69 with #698FCC are triadic colors.

2 #CC8F69 and #8F69CC with #698FCC are triadic colors.