COLOR #698BC1

HEX: #698BC1 RGB: (105,139,193)

Color info

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

RGB color model

#698BC1 color RGB value is (105,139,193).

RGB: (105,139,193) (41%, 55%, 76%)

RGB channels and saturation

R 105 of 255 = 41%
G 139 of 255 = 55%
B 193 of 255 = 76%

105
139
193

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

Portions of RGB colors in percentages

R + G + B = 105 + 139 + 193 = 437 (100%)
R 105 of 437 ~ 24.03%
G 139 of 437 ~ 31.81%
B 193 of 437 ~ 44.16'%

%24.03
%31.81
%44.16

CMYK color model

#698BC1 color CMYK value is (46,28,0,24).

  • cyan value is 45.60%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (46,28,0,24) C46M28Y0K24 (46%,28%,0%,24%) (0.46/0.28/0.00/0.24) 

CMYK percentages

%45.6
%27.98
%0
%24.31

Codes

Color #698BC1 in popluar color models

69 8B C1
RGB 105 139 193
HSL 217° 41.51% 58.43%
HSB/HSV 217° 45.60% 75.69%
CMYK 45.60% 27.98% 0.00%
24.31%

Color #698BC1 in popluar number systems.

HEX 69 8B C1
Decimal 105 139 193
Binary 1101001 10001011 11000001
Octal 151 213 301

Shades and tints

Shades of #698BC1

#698BC1
(105,139,193)
#607FB0
(96,127,176)
#57739F
(87,115,159)
#4E678E
(78,103,142)
#455B7D
(69,91,125)
#3C4F6C
(60,79,108)
#33435B
(51,67,91)
#2A374A
(42,55,74)
#212B39
(33,43,57)
#181F28
(24,31,40)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #698BC1

#698BC1
(105,139,193)
#7695C6
(118,149,198)
#839FCB
(131,159,203)
#90A9D0
(144,169,208)
#9DB3D5
(157,179,213)
#AABDDA
(170,189,218)
#B7C7DF
(183,199,223)
#C4D1E4
(196,209,228)
#D1DBE9
(209,219,233)
#DEE5EE
(222,229,238)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698BC1 color. Also use rgb(105,139,193) instead hex code.

Text Font Color

.myTextColor { color: #698BC1; }

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

This text font color is #698BC1.

Background Color

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

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

This div background color is #698BC1.

Border color

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

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

This div border color is #698BC1.

Opacity

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

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

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

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

This text has shadow with #698BC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698BC1.

Preview

Color preview on black background

This text has color #698BC1 on black background.


Color preview on white background

This text has color #698BC1 on white background.


Black color preview on #698BC1 background

This text has black color on #698BC1 background.


White color preview on #698BC1 background

This text has white color on #698BC1 background.


Related colors

Complementary color

Complementary color for #hex is #96743E.


I love getcolorcode.com

Triadic colors

1 #C1698B and #8BC169 with #698BC1 are triadic colors.

2 #C18B69 and #8B69C1 with #698BC1 are triadic colors.