COLOR #699EB7

HEX: #699EB7 RGB: (105,158,183)

Color info

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

RGB color model

#699EB7 color RGB value is (105,158,183).

RGB: (105,158,183) (41%, 62%, 72%)

RGB channels and saturation

R 105 of 255 = 41%
G 158 of 255 = 62%
B 183 of 255 = 72%

105
158
183

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

Portions of RGB colors in percentages

R + G + B = 105 + 158 + 183 = 446 (100%)
R 105 of 446 ~ 23.54%
G 158 of 446 ~ 35.43%
B 183 of 446 ~ 41.03'%

%23.54
%35.43
%41.03

CMYK color model

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

  • cyan value is 42.62%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (43,14,0,28)
C43M14Y0K28 (43%, 14%, 0%, 28%)
(0.43 / 0.14 / 0.00 / 0.28)

CMYK percentages

%42.62
%13.66
%0
%28.24

Codes

Color #699EB7 in popluar color models

69 9E B7
RGB 105 158 183
HSL 199° 35.14% 56.47%
HSB/HSV 199° 42.62% 71.76%
CMYK 42.62% 13.66% 0.00%
28.24%

Color #699EB7 in popluar number systems.

HEX 69 9E B7
Decimal 105 158 183
Binary 1101001 10011110 10110111
Octal 151 236 267

Shades and tints

Shades of #699EB7

#699EB7
(105,158,183)
#6090A7
(96,144,167)
#578297
(87,130,151)
#4E7487
(78,116,135)
#456677
(69,102,119)
#3C5867
(60,88,103)
#334A57
(51,74,87)
#2A3C47
(42,60,71)
#212E37
(33,46,55)
#182027
(24,32,39)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #699EB7

#699EB7
(105,158,183)
#76A6BD
(118,166,189)
#83AEC3
(131,174,195)
#90B6C9
(144,182,201)
#9DBECF
(157,190,207)
#AAC6D5
(170,198,213)
#B7CEDB
(183,206,219)
#C4D6E1
(196,214,225)
#D1DEE7
(209,222,231)
#DEE6ED
(222,230,237)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699EB7; }

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

This text font color is #699EB7.

Background Color

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

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

This div background color is #699EB7.

Border color

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

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

This div border color is #699EB7.

Opacity

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

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

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

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

This text has shadow with #699EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #699EB7.

Preview

Color preview on black background

This text has color #699EB7 on black background.


Color preview on white background

This text has color #699EB7 on white background.


Black color preview on #699EB7 background

This text has black color on #699EB7 background.


White color preview on #699EB7 background

This text has white color on #699EB7 background.


Related colors

Complementary color

Complementary color for #hex is #966148.


I love getcolorcode.com

Triadic colors

1 #B7699E and #9EB769 with #699EB7 are triadic colors.

2 #B79E69 and #9E69B7 with #699EB7 are triadic colors.