COLOR #6696BD

HEX: #6696BD RGB: (102,150,189)

Color info

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

RGB color model

#6696BD color RGB value is (102,150,189).

RGB: (102,150,189) (40%, 59%, 74%)

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 189 of 255 = 74%

102
150
189

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

Portions of RGB colors in percentages

R + G + B = 102 + 150 + 189 = 441 (100%)
R 102 of 441 ~ 23.13%
G 150 of 441 ~ 34.01%
B 189 of 441 ~ 42.86'%

%23.13
%34.01
%42.86

CMYK color model

#6696BD color CMYK value is (46,21,0,26).

  • cyan value is 46.03%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (46,21,0,26)
C46M21Y0K26 (46%, 21%, 0%, 26%)
(0.46 / 0.21 / 0.00 / 0.26)

CMYK percentages

%46.03
%20.63
%0
%25.88

Codes

Color #6696BD in popluar color models

66 96 BD
RGB 102 150 189
HSL 207° 39.73% 57.06%
HSB/HSV 207° 46.03% 74.12%
CMYK 46.03% 20.63% 0.00%
25.88%

Color #6696BD in popluar number systems.

HEX 66 96 BD
Decimal 102 150 189
Binary 1100110 10010110 10111101
Octal 146 226 275

Shades and tints

Shades of #6696BD

#6696BD
(102,150,189)
#5D89AC
(93,137,172)
#547C9B
(84,124,155)
#4B6F8A
(75,111,138)
#426279
(66,98,121)
#395568
(57,85,104)
#304857
(48,72,87)
#273B46
(39,59,70)
#1E2E35
(30,46,53)
#152124
(21,33,36)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #6696BD

#6696BD
(102,150,189)
#739FC3
(115,159,195)
#80A8C9
(128,168,201)
#8DB1CF
(141,177,207)
#9ABAD5
(154,186,213)
#A7C3DB
(167,195,219)
#B4CCE1
(180,204,225)
#C1D5E7
(193,213,231)
#CEDEED
(206,222,237)
#DBE7F3
(219,231,243)
#E8F0F9
(232,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6696BD color. Also use rgb(102,150,189) instead hex code.

Text Font Color

.myTextColor { color: #6696BD; }

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

This text font color is #6696BD.

Background Color

.myBgColor { background-color: #6696BD; }

<div style="background-color:#6696BD">Inner text</div>

This div background color is #6696BD.

Border color

.myBorderColor { border: 1px solid #6696BD; }

<div style="border:3px solid #6696BD">Div</div>

This div border color is #6696BD.

Opacity

.myOpacity80 { color: #6696BD; opacity: 0.8; }

<p style="color:#6696BD;opacity:0.8;">80%</p>

Text with #6696BD 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 #6696BD;}

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

This text has shadow with #6696BD color.


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

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

This text has shadow with #6696BD primary color and red secondary color.


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

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

This text has shadow with #6696BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6696BD.

Preview

Color preview on black background

This text has color #6696BD on black background.


Color preview on white background

This text has color #6696BD on white background.


Black color preview on #6696BD background

This text has black color on #6696BD background.


White color preview on #6696BD background

This text has white color on #6696BD background.


Related colors

Complementary color

Complementary color for #hex is #996942.


I love getcolorcode.com

Triadic colors

1 #BD6696 and #96BD66 with #6696BD are triadic colors.

2 #BD9666 and #9666BD with #6696BD are triadic colors.