Color Hex Logo

#006dbd Color Hex

#006DBD
(0,109,189)
0 Favorites   0 Comments

Color spaces of #006dbd

RGB 0109189
HSL0.571.000.37
HSV205°100°74°
CMYK 1.000.420.00   0.26
XYZ14.653914.611450.1920
Yxy14.61140.18440.1839
Hunter Lab38.22491.5363-51.0946
CIE-Lab45.09734.7567-49.1574

#006dbd color RGB value is (0,109,189).

#006dbd hex color red value is 0, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #006dbd hue: 0.57 , saturation: 1.00 and the lightness value of 006dbd is 0.37.

The process color (four color CMYK) of #006dbd color hex is 1.00, 0.42, 0.00, 0.26. Web safe color of #006dbd is #0066cc. Color #006dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101101 10111101
Octal 0 155 275
Decimal 0 109 189
Hex 0 6D BD

RGB Percentages of Color #006dbd

%0.00
%36.58
%63.42

CMYK Percentages of Color #006dbd

%100
%42
%0
%26

Triadic Colors of #006dbd

#006dbd #bd006d #6dbd00

Analogous Colors of #006dbd

#006dbd #000fbd #00bdaf

Monochromatic Colors of #006dbd

#006dbd

Complementary Color

#006dbd #bd5000

#006dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#006dbd Color CSS Codes

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

#006dbd Text Font Color

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

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


#006dbd Background Color

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

This div background color is #006dbd


#006dbd Border Color

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

This div border color is #006dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,109,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #006dbd;
  box-shadow:         1px 1px 3px 2px #006dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006dbd


Comments

No comments written yet.

Please login to write comment.