COLOR #699CB6

HEX: #699CB6
RGB: (105,156,182)

Color info

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

RGB color model

#699CB6 color RGB value is (105,156,182).

  • red value is 105;
  • green value is 156;
  • blue value is 182.
RGB:
(105,156,182)
(41%,61%,71%)

RGB channels and saturation

R 105 of 255 = 41%
G 156 of 255 = 61%
B 182 of 255 = 71%

105
156
182

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

Portions of RGB colors in percentages

R + G + B =
105 + 156 + 182 = 443 (100%)
R 105 of 443 ~ 23.7%
G 156 of 443 ~ 35.21%
B 182 of 443 ~ 41.08%

%23.7
%35.21
%41.08

CMYK color model

#699CB6 color CMYK value is (42,14,0,29).

  • cyan value is 42.31%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(42,14,0,29)
C42M14Y0K29 
(42%,14%,0%,29%)
(0.42/0.14/0.00/0.29)	

CMYK percentages

%42.31
%14.29
%0
%28.63

Codes

Color #699CB6 in popluar color models

699CB6
RGB105156182
HSL200°34.53%56.27%
HSB/HSV200°42.31%71.37%
CMYK42.31%14.29%0.00%
28.63%

Color #699CB6 in popluar number systems.

HEX699CB6
Decimal105156182
Binary11010011001110010110110
Octal151234266

Shades and tints

Shades of #699CB6

#699CB6
(105,156,182)
#608EA6
(96,142,166)
#578096
(87,128,150)
#4E7286
(78,114,134)
#456476
(69,100,118)
#3C5666
(60,86,102)
#334856
(51,72,86)
#2A3A46
(42,58,70)
#212C36
(33,44,54)
#181E26
(24,30,38)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #699CB6

#699CB6
(105,156,182)
#76A5BC
(118,165,188)
#83AEC2
(131,174,194)
#90B7C8
(144,183,200)
#9DC0CE
(157,192,206)
#AAC9D4
(170,201,212)
#B7D2DA
(183,210,218)
#C4DBE0
(196,219,224)
#D1E4E6
(209,228,230)
#DEEDEC
(222,237,236)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699CB6 color. Also use rgb(105,156,182) instead hex code.

Text Font Color

.myTextColor { color: #699CB6; }

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

This text font color is #699CB6.


Background Color

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

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

This div background color is #699CB6.


Border color

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

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

This div border color is #699CB6.


Opacity

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

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

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

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

This text has shadow with #699CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699CB6 on black background.


Color preview on white background

This text has color #699CB6 on white background.



Black color preview on #699CB6 background

This text has black color on #699CB6 background.


White color preview on #699CB6 background

This text has white color on #699CB6 background.