Color Hex Logo

#006689 Color Hex

#006689
(0,102,137)
0 Favorites   0 Comments

Color spaces of #006689

RGB 0102137
HSL0.541.000.27
HSV195°100°54°
CMYK 1.000.260.00   0.46
XYZ9.266711.308925.3613
Yxy11.30890.20170.2462
Hunter Lab33.6287-9.6629-21.1738
CIE-Lab40.0959-11.6669-26.3382

#006689 color RGB value is (0,102,137).

#006689 hex color red value is 0, green value is 102 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #006689 hue: 0.54 , saturation: 1.00 and the lightness value of 006689 is 0.27.

The process color (four color CMYK) of #006689 color hex is 1.00, 0.26, 0.00, 0.46. Web safe color of #006689 is #006699. Color #006689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100110 10001001
Octal 0 146 211
Decimal 0 102 137
Hex 0 66 89

RGB Percentages of Color #006689

%0.00
%42.68
%57.32

CMYK Percentages of Color #006689

%100
%26
%0
%46

Triadic Colors of #006689

#006689 #890066 #668900

Analogous Colors of #006689

#006689 #002289 #008968

Monochromatic Colors of #006689

#006689

Complementary Color

#006689 #892300

#006689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006689 Color CSS Codes

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

#006689 Text Font Color

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

This sample text font color is #006689
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.


#006689 Background Color

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

This div background color is #006689


#006689 Border Color

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

This div border color is #006689


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,102,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006689; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006689;
  -webkit-box-shadow: 1px 1px 3px 2px #006689;
  box-shadow:         1px 1px 3px 2px #006689; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006689


Comments

No comments written yet.

Please login to write comment.