Color Hex Logo

#006dba Color Hex

#006DBA
(0,109,186)
0 Favorites   0 Comments

Color spaces of #006dba

RGB 0109186
HSL0.571.000.36
HSV205°100°73°
CMYK 1.000.410.00   0.27
XYZ14.331614.482448.4944
Yxy14.48240.18540.1873
Hunter Lab38.05570.6246-48.9142
CIE-Lab44.91703.5538-47.7065

#006dba color RGB value is (0,109,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101101 10111010
Octal 0 155 272
Decimal 0 109 186
Hex 0 6D BA

RGB Percentages of Color #006dba

%0.00
%36.95
%63.05

CMYK Percentages of Color #006dba

%100
%41
%0
%27

Triadic Colors of #006dba

#006dba #ba006d #6dba00

Analogous Colors of #006dba

#006dba #0010ba #00baaa

Monochromatic Colors of #006dba

#006dba

Complementary Color

#006dba #ba4d00

#006dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#006dba Color CSS Codes

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

#006dba Text Font Color

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

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


#006dba Background Color

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

This div background color is #006dba


#006dba Border Color

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

This div border color is #006dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006dba


Comments

No comments written yet.

Please login to write comment.