COLOR #699EC8

HEX: #699EC8
RGB: (105,158,200)

Color info

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

RGB color model

#699EC8 color RGB value is (105,158,200).

  • red value is 105;
  • green value is 158;
  • blue value is 200.
RGB:
(105,158,200)
(41%,62%,78%)

RGB channels and saturation

R 105 of 255 = 41%
G 158 of 255 = 62%
B 200 of 255 = 78%

105
158
200

R + G + B ~ 60%. #699EC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 158 + 200 = 463 (100%)
R 105 of 463 ~ 22.68%
G 158 of 463 ~ 34.13%
B 200 of 463 ~ 43.2%

%22.68
%34.13
%43.2

CMYK color model

#699EC8 color CMYK value is (48,21,0,22).

  • cyan value is 47.50%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(48,21,0,22)
C48M21Y0K22 
(48%,21%,0%,22%)
(0.48/0.21/0.00/0.22)	

CMYK percentages

%47.5
%21
%0
%21.57

Codes

Color #699EC8 in popluar color models

699EC8
RGB105158200
HSL207°46.34%59.80%
HSB/HSV207°47.50%78.43%
CMYK47.50%21.00%0.00%
21.57%

Color #699EC8 in popluar number systems.

HEX699EC8
Decimal105158200
Binary11010011001111011001000
Octal151236310

Shades and tints

Shades of #699EC8

#699EC8
(105,158,200)
#6090B6
(96,144,182)
#5782A4
(87,130,164)
#4E7492
(78,116,146)
#456680
(69,102,128)
#3C586E
(60,88,110)
#334A5C
(51,74,92)
#2A3C4A
(42,60,74)
#212E38
(33,46,56)
#182026
(24,32,38)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #699EC8

#699EC8
(105,158,200)
#76A6CD
(118,166,205)
#83AED2
(131,174,210)
#90B6D7
(144,182,215)
#9DBEDC
(157,190,220)
#AAC6E1
(170,198,225)
#B7CEE6
(183,206,230)
#C4D6EB
(196,214,235)
#D1DEF0
(209,222,240)
#DEE6F5
(222,230,245)
#EBEEFA
(235,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699EC8 color. Also use rgb(105,158,200) instead hex code.

Text Font Color

.myTextColor { color: #699EC8; }

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

This text font color is #699EC8.


Background Color

.myBgColor { background-color: #699EC8; }

<div style="background-color:#699EC8">Inner text</div>

This div background color is #699EC8.


Border color

.myBorderColor { border: 1px solid #699EC8; }

<div style="border:3px solid #699EC8">Div</div>

This div border color is #699EC8.


Opacity

.myOpacity80 { color: #699EC8; opacity: 0.8; }

<p style="color:#699EC8;opacity:0.8;">80%</p>

Text with #699EC8 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 #699EC8;}

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

This text has shadow with #699EC8 color.

.textShadow {text-shadow: 3px 3px 1px #699EC8, 3px 3px 1px red;}

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

This text has shadow with #699EC8 primary color and red secondary color.


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

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

This text has shadow with #699EC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699EC8 on black background.


Color preview on white background

This text has color #699EC8 on white background.



Black color preview on #699EC8 background

This text has black color on #699EC8 background.


White color preview on #699EC8 background

This text has white color on #699EC8 background.