Color Hex Logo

#006baf Color Hex

#006BAF
(0,107,175)
0 Favorites   0 Comments

Color spaces of #006baf

RGB 0107175
HSL0.561.000.34
HSV203°100°69°
CMYK 1.000.390.00   0.31
XYZ12.995613.610542.4996
Yxy13.61050.18810.1970
Hunter Lab36.8924-1.6839-42.4767
CIE-Lab43.66910.3919-43.2855

#006baf color RGB value is (0,107,175).

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

The process color (four color CMYK) of #006baf color hex is 1.00, 0.39, 0.00, 0.31. Web safe color of #006baf is #006699. Color #006baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101011 10101111
Octal 0 153 257
Decimal 0 107 175
Hex 0 6B AF

RGB Percentages of Color #006baf

%0.00
%37.94
%62.06

CMYK Percentages of Color #006baf

%100
%39
%0
%31

Triadic Colors of #006baf

#006baf #af006b #6baf00

Analogous Colors of #006baf

#006baf #0014af #00af9c

Monochromatic Colors of #006baf

#006baf

Complementary Color

#006baf #af4400

#006baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#006baf Color CSS Codes

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

#006baf Text Font Color

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

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


#006baf Background Color

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

This div background color is #006baf


#006baf Border Color

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

This div border color is #006baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006baf


Comments

No comments written yet.

Please login to write comment.