Color Hex Logo

#006bbd Color Hex

#006BBD
(0,107,189)
0 Favorites   0 Comments

Color spaces of #006bbd

RGB 0107189
HSL0.571.000.37
HSV206°100°74°
CMYK 1.000.430.00   0.26
XYZ14.443014.189550.1217
Yxy14.18950.18340.1802
Hunter Lab37.66902.5197-52.5220
CIE-Lab44.50356.0238-50.1090

#006bbd color RGB value is (0,107,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101011 10111101
Octal 0 153 275
Decimal 0 107 189
Hex 0 6B BD

RGB Percentages of Color #006bbd

%0.00
%36.15
%63.85

CMYK Percentages of Color #006bbd

%100
%43
%0
%26

Triadic Colors of #006bbd

#006bbd #bd006b #6bbd00

Analogous Colors of #006bbd

#006bbd #000cbd #00bdb1

Monochromatic Colors of #006bbd

#006bbd

Complementary Color

#006bbd #bd5200

#006bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#006bbd Color CSS Codes

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

#006bbd Text Font Color

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

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


#006bbd Background Color

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

This div background color is #006bbd


#006bbd Border Color

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

This div border color is #006bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006bbd

#006bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.