Color Hex Logo

#6688ad Color Hex

#6688AD
(102,136,173)
0 Favorites   0 Comments

Color spaces of #6688ad

RGB 102136173
HSL0.590.300.54
HSV211°41°68°
CMYK 0.410.210.00   0.32
XYZ21.826523.450242.9111
Yxy23.45020.24750.2659
Hunter Lab48.4254-4.2902-18.6407
CIE-Lab55.5331-2.1462-23.3006

#6688ad color RGB value is (102,136,173).

#6688ad hex color red value is 102, green value is 136 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6688ad hue: 0.59 , saturation: 0.30 and the lightness value of 6688ad is 0.54.

The process color (four color CMYK) of #6688ad color hex is 0.41, 0.21, 0.00, 0.32. Web safe color of #6688ad is #669999. Color #6688ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001000 10101101
Octal 146 210 255
Decimal 102 136 173
Hex 66 88 AD

RGB Percentages of Color #6688ad

%24.82
%33.09
%42.09

CMYK Percentages of Color #6688ad

%41
%21
%0
%32

Triadic Colors of #6688ad

#6688ad #ad6688 #88ad66

Analogous Colors of #6688ad

#6688ad #6866ad #66acad

Monochromatic Colors of #6688ad

#6688ad

Complementary Color

#6688ad #ad8b66

#6688ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6688ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6688ad Color CSS Codes

.mybgcolor {background-color:#6688ad; } 
.myforecolor {color:#6688ad; }
.mybordercolor {border:3px solid #6688ad; }

#6688ad Text Font Color

<p style="color:#6688ad">Text here</p>

This sample text font color is #6688ad
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6688ad Background Color

<div style="background-color:#6688ad">
Div content here</div>

This div background color is #6688ad


#6688ad Border Color

<div style="border:3px solid #6688ad">
Div here</div>

This div border color is #6688ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,136,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6688ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6688ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6688ad;
  box-shadow:         1px 1px 3px 2px #6688ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,136,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6688ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6688ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6688ad;
  box-shadow:         1px 1px 3px 2px #6688ad;">
Div content here</div>

This div box has shadow with color #6688ad


Comments

No comments written yet.

Please login to write comment.