COLOR #699ABB

HEX: #699ABB
RGB: (105,154,187)

Color info

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

RGB color model

#699ABB color RGB value is (105,154,187).

  • red value is 105;
  • green value is 154;
  • blue value is 187.
RGB:
(105,154,187)
(41%,60%,73%)

RGB channels and saturation

R 105 of 255 = 41%
G 154 of 255 = 60%
B 187 of 255 = 73%

105
154
187

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

Portions of RGB colors in percentages

R + G + B =
105 + 154 + 187 = 446 (100%)
R 105 of 446 ~ 23.54%
G 154 of 446 ~ 34.53%
B 187 of 446 ~ 41.93%

%23.54
%34.53
%41.93

CMYK color model

#699ABB color CMYK value is (44,18,0,27).

  • cyan value is 43.85%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(44,18,0,27)
C44M18Y0K27 
(44%,18%,0%,27%)
(0.44/0.18/0.00/0.27)	

CMYK percentages

%43.85
%17.65
%0
%26.67

Codes

Color #699ABB in popluar color models

699ABB
RGB105154187
HSL204°37.61%57.25%
HSB/HSV204°43.85%73.33%
CMYK43.85%17.65%0.00%
26.67%

Color #699ABB in popluar number systems.

HEX699ABB
Decimal105154187
Binary11010011001101010111011
Octal151232273

Shades and tints

Shades of #699ABB

#699ABB
(105,154,187)
#608CAA
(96,140,170)
#577E99
(87,126,153)
#4E7088
(78,112,136)
#456277
(69,98,119)
#3C5466
(60,84,102)
#334655
(51,70,85)
#2A3844
(42,56,68)
#212A33
(33,42,51)
#181C22
(24,28,34)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #699ABB

#699ABB
(105,154,187)
#76A3C1
(118,163,193)
#83ACC7
(131,172,199)
#90B5CD
(144,181,205)
#9DBED3
(157,190,211)
#AAC7D9
(170,199,217)
#B7D0DF
(183,208,223)
#C4D9E5
(196,217,229)
#D1E2EB
(209,226,235)
#DEEBF1
(222,235,241)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699ABB color. Also use rgb(105,154,187) instead hex code.

Text Font Color

.myTextColor { color: #699ABB; }

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

This text font color is #699ABB.


Background Color

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

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

This div background color is #699ABB.


Border color

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

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

This div border color is #699ABB.


Opacity

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

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

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

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

This text has shadow with #699ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699ABB on black background.


Color preview on white background

This text has color #699ABB on white background.



Black color preview on #699ABB background

This text has black color on #699ABB background.


White color preview on #699ABB background

This text has white color on #699ABB background.