COLOR #6699AA

HEX: #6699AA
RGB: (102,153,170)

Color info

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

RGB color model

#6699AA color RGB value is (102,153,170).

  • red value is 102;
  • green value is 153;
  • blue value is 170.
RGB:
(102,153,170)
(40%,60%,67%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 170 of 255 = 67%

102
153
170

R + G + B ~ 56%. #6699AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 170 = 425 (100%)
R 102 of 425 ~ 24%
G 153 of 425 ~ 36%
B 170 of 425 ~ 40%

%24
%36
%40

CMYK color model

#6699AA color CMYK value is (40,10,0,33).

  • cyan value is 40.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(40,10,0,33)
C40M10Y0K33 
(40%,10%,0%,33%)
(0.40/0.10/0.00/0.33)	

CMYK percentages

%40
%10
%0
%33.33

Codes

Color #6699AA in popluar color models

6699AA
RGB102153170
HSL195°28.57%53.33%
HSB/HSV195°40.00%66.67%
CMYK40.00%10.00%0.00%
33.33%

Color #6699AA in popluar number systems.

HEX6699AA
Decimal102153170
Binary11001101001100110101010
Octal146231252

Shades and tints

Shades of #6699AA

#6699AA
(102,153,170)
#5D8C9B
(93,140,155)
#547F8C
(84,127,140)
#4B727D
(75,114,125)
#42656E
(66,101,110)
#39585F
(57,88,95)
#304B50
(48,75,80)
#273E41
(39,62,65)
#1E3132
(30,49,50)
#152423
(21,36,35)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #6699AA

#6699AA
(102,153,170)
#73A2B1
(115,162,177)
#80ABB8
(128,171,184)
#8DB4BF
(141,180,191)
#9ABDC6
(154,189,198)
#A7C6CD
(167,198,205)
#B4CFD4
(180,207,212)
#C1D8DB
(193,216,219)
#CEE1E2
(206,225,226)
#DBEAE9
(219,234,233)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6699AA color. Also use rgb(102,153,170) instead hex code.

Text Font Color

.myTextColor { color: #6699AA; }

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

This text font color is #6699AA.


Background Color

.myBgColor { background-color: #6699AA; }

<div style="background-color:#6699AA">Inner text</div>

This div background color is #6699AA.


Border color

.myBorderColor { border: 1px solid #6699AA; }

<div style="border:3px solid #6699AA">Div</div>

This div border color is #6699AA.


Opacity

.myOpacity80 { color: #6699AA; opacity: 0.8; }

<p style="color:#6699AA;opacity:0.8;">80%</p>

Text with #6699AA 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 #6699AA;}

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

This text has shadow with #6699AA color.

.textShadow {text-shadow: 3px 3px 1px #6699AA, 3px 3px 1px red;}

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

This text has shadow with #6699AA primary color and red secondary color.


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

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

This text has shadow with #6699AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6699AA on black background.


Color preview on white background

This text has color #6699AA on white background.



Black color preview on #6699AA background

This text has black color on #6699AA background.


White color preview on #6699AA background

This text has white color on #6699AA background.