COLOR #6677AA

HEX: #6677AA
RGB: (102,119,170)

Color info

#6677AA contains mainly green and blue colors. Web safe color of #6677AA is #666699 (or #669).

RGB color model

#6677AA color RGB value is (102,119,170).

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

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 170 of 255 = 67%

102
119
170

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

Portions of RGB colors in percentages

R + G + B =
102 + 119 + 170 = 391 (100%)
R 102 of 391 ~ 26.09%
G 119 of 391 ~ 30.43%
B 170 of 391 ~ 43.48%

%26.09
%30.43
%43.48

CMYK color model

#6677AA color CMYK value is (40,30,0,33).

  • cyan value is 40.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(40,30,0,33)
C40M30Y0K33 
(40%,30%,0%,33%)
(0.40/0.30/0.00/0.33)	

CMYK percentages

%40
%30
%0
%33.33

Codes

Color #6677AA in popluar color models

6677AA
RGB102119170
HSL225°28.57%53.33%
HSB/HSV225°40.00%66.67%
CMYK40.00%30.00%0.00%
33.33%

Color #6677AA in popluar number systems.

HEX6677AA
Decimal102119170
Binary1100110111011110101010
Octal146167252

Shades and tints

Shades of #6677AA

#6677AA
(102,119,170)
#5D6D9B
(93,109,155)
#54638C
(84,99,140)
#4B597D
(75,89,125)
#424F6E
(66,79,110)
#39455F
(57,69,95)
#303B50
(48,59,80)
#273141
(39,49,65)
#1E2732
(30,39,50)
#151D23
(21,29,35)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #6677AA

#6677AA
(102,119,170)
#7383B1
(115,131,177)
#808FB8
(128,143,184)
#8D9BBF
(141,155,191)
#9AA7C6
(154,167,198)
#A7B3CD
(167,179,205)
#B4BFD4
(180,191,212)
#C1CBDB
(193,203,219)
#CED7E2
(206,215,226)
#DBE3E9
(219,227,233)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6677AA; }

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

This text font color is #6677AA.


Background Color

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

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

This div background color is #6677AA.


Border color

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

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

This div border color is #6677AA.


Opacity

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

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

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

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

This text has shadow with #6677AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6677AA on black background.


Color preview on white background

This text has color #6677AA on white background.



Black color preview on #6677AA background

This text has black color on #6677AA background.


White color preview on #6677AA background

This text has white color on #6677AA background.