COLOR #699BBE

HEX: #699BBE
RGB: (105,155,190)

Color info

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

RGB color model

#699BBE color RGB value is (105,155,190).

  • red value is 105;
  • green value is 155;
  • blue value is 190.
RGB:
(105,155,190)
(41%,61%,75%)

RGB channels and saturation

R 105 of 255 = 41%
G 155 of 255 = 61%
B 190 of 255 = 75%

105
155
190

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

Portions of RGB colors in percentages

R + G + B =
105 + 155 + 190 = 450 (100%)
R 105 of 450 ~ 23.33%
G 155 of 450 ~ 34.44%
B 190 of 450 ~ 42.22%

%23.33
%34.44
%42.22

CMYK color model

#699BBE color CMYK value is (45,18,0,25).

  • cyan value is 44.74%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(45,18,0,25)
C45M18Y0K25 
(45%,18%,0%,25%)
(0.45/0.18/0.00/0.25)	

CMYK percentages

%44.74
%18.42
%0
%25.49

Codes

Color #699BBE in popluar color models

699BBE
RGB105155190
HSL205°39.53%57.84%
HSB/HSV205°44.74%74.51%
CMYK44.74%18.42%0.00%
25.49%

Color #699BBE in popluar number systems.

HEX699BBE
Decimal105155190
Binary11010011001101110111110
Octal151233276

Shades and tints

Shades of #699BBE

#699BBE
(105,155,190)
#608DAD
(96,141,173)
#577F9C
(87,127,156)
#4E718B
(78,113,139)
#45637A
(69,99,122)
#3C5569
(60,85,105)
#334758
(51,71,88)
#2A3947
(42,57,71)
#212B36
(33,43,54)
#181D25
(24,29,37)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #699BBE

#699BBE
(105,155,190)
#76A4C3
(118,164,195)
#83ADC8
(131,173,200)
#90B6CD
(144,182,205)
#9DBFD2
(157,191,210)
#AAC8D7
(170,200,215)
#B7D1DC
(183,209,220)
#C4DAE1
(196,218,225)
#D1E3E6
(209,227,230)
#DEECEB
(222,236,235)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699BBE color. Also use rgb(105,155,190) instead hex code.

Text Font Color

.myTextColor { color: #699BBE; }

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

This text font color is #699BBE.


Background Color

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

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

This div background color is #699BBE.


Border color

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

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

This div border color is #699BBE.


Opacity

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

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

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

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

This text has shadow with #699BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699BBE on black background.


Color preview on white background

This text has color #699BBE on white background.



Black color preview on #699BBE background

This text has black color on #699BBE background.


White color preview on #699BBE background

This text has white color on #699BBE background.