COLOR #699FB8

HEX: #699FB8
RGB: (105,159,184)

Color info

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

RGB color model

#699FB8 color RGB value is (105,159,184).

  • red value is 105;
  • green value is 159;
  • blue value is 184.
RGB:
(105,159,184)
(41%,62%,72%)

RGB channels and saturation

R 105 of 255 = 41%
G 159 of 255 = 62%
B 184 of 255 = 72%

105
159
184

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

Portions of RGB colors in percentages

R + G + B =
105 + 159 + 184 = 448 (100%)
R 105 of 448 ~ 23.44%
G 159 of 448 ~ 35.49%
B 184 of 448 ~ 41.07%

%23.44
%35.49
%41.07

CMYK color model

#699FB8 color CMYK value is (43,14,0,28).

  • cyan value is 42.93%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(43,14,0,28)
C43M14Y0K28 
(43%,14%,0%,28%)
(0.43/0.14/0.00/0.28)	

CMYK percentages

%42.93
%13.59
%0
%27.84

Codes

Color #699FB8 in popluar color models

699FB8
RGB105159184
HSL199°35.75%56.67%
HSB/HSV199°42.93%72.16%
CMYK42.93%13.59%0.00%
27.84%

Color #699FB8 in popluar number systems.

HEX699FB8
Decimal105159184
Binary11010011001111110111000
Octal151237270

Shades and tints

Shades of #699FB8

#699FB8
(105,159,184)
#6091A8
(96,145,168)
#578398
(87,131,152)
#4E7588
(78,117,136)
#456778
(69,103,120)
#3C5968
(60,89,104)
#334B58
(51,75,88)
#2A3D48
(42,61,72)
#212F38
(33,47,56)
#182128
(24,33,40)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #699FB8

#699FB8
(105,159,184)
#76A7BE
(118,167,190)
#83AFC4
(131,175,196)
#90B7CA
(144,183,202)
#9DBFD0
(157,191,208)
#AAC7D6
(170,199,214)
#B7CFDC
(183,207,220)
#C4D7E2
(196,215,226)
#D1DFE8
(209,223,232)
#DEE7EE
(222,231,238)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699FB8 color. Also use rgb(105,159,184) instead hex code.

Text Font Color

.myTextColor { color: #699FB8; }

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

This text font color is #699FB8.


Background Color

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

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

This div background color is #699FB8.


Border color

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

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

This div border color is #699FB8.


Opacity

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

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

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

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

This text has shadow with #699FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699FB8 on black background.


Color preview on white background

This text has color #699FB8 on white background.



Black color preview on #699FB8 background

This text has black color on #699FB8 background.


White color preview on #699FB8 background

This text has white color on #699FB8 background.