Color Hex Logo

#006fbd Color Hex

#006FBD
(0,111,189)
0 Favorites   0 Comments

Color spaces of #006fbd

RGB 0111189
HSL0.571.000.37
HSV205°100°74°
CMYK 1.000.410.00   0.26
XYZ14.869715.043050.2640
Yxy15.04300.18550.1876
Hunter Lab38.78530.5599-49.6874
CIE-Lab45.69303.4985-48.2040

#006fbd color RGB value is (0,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101111 10111101
Octal 0 157 275
Decimal 0 111 189
Hex 0 6F BD

RGB Percentages of Color #006fbd

%0.00
%37.00
%63.00

CMYK Percentages of Color #006fbd

%100
%41
%0
%26

Triadic Colors of #006fbd

#006fbd #bd006f #6fbd00

Analogous Colors of #006fbd

#006fbd #0011bd #00bdad

Monochromatic Colors of #006fbd

#006fbd

Complementary Color

#006fbd #bd4e00

#006fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#006fbd Color CSS Codes

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

#006fbd Text Font Color

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

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


#006fbd Background Color

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

This div background color is #006fbd


#006fbd Border Color

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

This div border color is #006fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,111,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 #006fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006fbd

#006fbd Color Palettes


Comments

No comments written yet.

Please login to write comment.