COLOR #6685AB

HEX: #6685AB
RGB: (102,133,171)

Color info

#6685AB contains mainly green and blue colors. Web safe color of #6685AB is #669999 (or #699).

RGB color model

#6685AB color RGB value is (102,133,171).

  • red value is 102;
  • green value is 133;
  • blue value is 171.
RGB:
(102,133,171)
(40%,52%,67%)

RGB channels and saturation

R 102 of 255 = 40%
G 133 of 255 = 52%
B 171 of 255 = 67%

102
133
171

R + G + B ~ 53%. #6685AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 133 + 171 = 406 (100%)
R 102 of 406 ~ 25.12%
G 133 of 406 ~ 32.76%
B 171 of 406 ~ 42.12%

%25.12
%32.76
%42.12

CMYK color model

#6685AB color CMYK value is (40,22,0,33).

  • cyan value is 40.35%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(40,22,0,33)
C40M22Y0K33 
(40%,22%,0%,33%)
(0.40/0.22/0.00/0.33)	

CMYK percentages

%40.35
%22.22
%0
%32.94

Codes

Color #6685AB in popluar color models

6685AB
RGB102133171
HSL213°29.11%53.53%
HSB/HSV213°40.35%67.06%
CMYK40.35%22.22%0.00%
32.94%

Color #6685AB in popluar number systems.

HEX6685AB
Decimal102133171
Binary11001101000010110101011
Octal146205253

Shades and tints

Shades of #6685AB

#6685AB
(102,133,171)
#5D799C
(93,121,156)
#546D8D
(84,109,141)
#4B617E
(75,97,126)
#42556F
(66,85,111)
#394960
(57,73,96)
#303D51
(48,61,81)
#273142
(39,49,66)
#1E2533
(30,37,51)
#151924
(21,25,36)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #6685AB

#6685AB
(102,133,171)
#7390B2
(115,144,178)
#809BB9
(128,155,185)
#8DA6C0
(141,166,192)
#9AB1C7
(154,177,199)
#A7BCCE
(167,188,206)
#B4C7D5
(180,199,213)
#C1D2DC
(193,210,220)
#CEDDE3
(206,221,227)
#DBE8EA
(219,232,234)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6685AB color. Also use rgb(102,133,171) instead hex code.

Text Font Color

.myTextColor { color: #6685AB; }

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

This text font color is #6685AB.


Background Color

.myBgColor { background-color: #6685AB; }

<div style="background-color:#6685AB">Inner text</div>

This div background color is #6685AB.


Border color

.myBorderColor { border: 1px solid #6685AB; }

<div style="border:3px solid #6685AB">Div</div>

This div border color is #6685AB.


Opacity

.myOpacity80 { color: #6685AB; opacity: 0.8; }

<p style="color:#6685AB;opacity:0.8;">80%</p>

Text with #6685AB 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 #6685AB;}

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

This text has shadow with #6685AB color.

.textShadow {text-shadow: 3px 3px 1px #6685AB, 3px 3px 1px red;}

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

This text has shadow with #6685AB primary color and red secondary color.


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

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

This text has shadow with #6685AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6685AB on black background.


Color preview on white background

This text has color #6685AB on white background.



Black color preview on #6685AB background

This text has black color on #6685AB background.


White color preview on #6685AB background

This text has white color on #6685AB background.