COLOR #69A5B9

HEX: #69A5B9 RGB: (105,165,185)

Color info

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

RGB color model

#69A5B9 color RGB value is (105,165,185).

RGB: (105,165,185) (41%, 65%, 73%)

RGB channels and saturation

R 105 of 255 = 41%
G 165 of 255 = 65%
B 185 of 255 = 73%

105
165
185

R + G + B ~ 60%. #69A5B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 165 + 185 = 455 (100%)
R 105 of 455 ~ 23.08%
G 165 of 455 ~ 36.26%
B 185 of 455 ~ 40.66'%

%23.08
%36.26
%40.66

CMYK color model

#69A5B9 color CMYK value is (43,11,0,27).

  • cyan value is 43.24%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (43,11,0,27)
C43M11Y0K27 (43%, 11%, 0%, 27%)
(0.43 / 0.11 / 0.00 / 0.27)

CMYK percentages

%43.24
%10.81
%0
%27.45

Codes

Color #69A5B9 in popluar color models

69 A5 B9
RGB 105 165 185
HSL 195° 36.36% 56.86%
HSB/HSV 195° 43.24% 72.55%
CMYK 43.24% 10.81% 0.00%
27.45%

Color #69A5B9 in popluar number systems.

HEX 69 A5 B9
Decimal 105 165 185
Binary 1101001 10100101 10111001
Octal 151 245 271

Shades and tints

Shades of #69A5B9

#69A5B9
(105,165,185)
#6096A9
(96,150,169)
#578799
(87,135,153)
#4E7889
(78,120,137)
#456979
(69,105,121)
#3C5A69
(60,90,105)
#334B59
(51,75,89)
#2A3C49
(42,60,73)
#212D39
(33,45,57)
#181E29
(24,30,41)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #69A5B9

#69A5B9
(105,165,185)
#76ADBF
(118,173,191)
#83B5C5
(131,181,197)
#90BDCB
(144,189,203)
#9DC5D1
(157,197,209)
#AACDD7
(170,205,215)
#B7D5DD
(183,213,221)
#C4DDE3
(196,221,227)
#D1E5E9
(209,229,233)
#DEEDEF
(222,237,239)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A5B9 color. Also use rgb(105,165,185) instead hex code.

Text Font Color

.myTextColor { color: #69A5B9; }

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

This text font color is #69A5B9.

Background Color

.myBgColor { background-color: #69A5B9; }

<div style="background-color:#69A5B9">Inner text</div>

This div background color is #69A5B9.

Border color

.myBorderColor { border: 1px solid #69A5B9; }

<div style="border:3px solid #69A5B9">Div</div>

This div border color is #69A5B9.

Opacity

.myOpacity80 { color: #69A5B9; opacity: 0.8; }

<p style="color:#69A5B9;opacity:0.8;">80%</p>

Text with #69A5B9 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 #69A5B9;}

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

This text has shadow with #69A5B9 color.


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

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

This text has shadow with #69A5B9 primary color and red secondary color.


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

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

This text has shadow with #69A5B9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #69A5B9.

Preview

Color preview on black background

This text has color #69A5B9 on black background.


Color preview on white background

This text has color #69A5B9 on white background.


Black color preview on #69A5B9 background

This text has black color on #69A5B9 background.


White color preview on #69A5B9 background

This text has white color on #69A5B9 background.


Related colors

Complementary color

Complementary color for #hex is #965A46.


I love getcolorcode.com

Triadic colors

1 #B969A5 and #A5B969 with #69A5B9 are triadic colors.

2 #B9A569 and #A569B9 with #69A5B9 are triadic colors.