Color Hex Logo

#0681bd Color Hex

#0681BD
(6,129,189)
0 Favorites   0 Comments

Color spaces of #0681bd

RGB 6129189
HSL0.550.940.38
HSV200°97°74°
CMYK 0.970.320.00   0.26
XYZ17.110719.413450.9894
Yxy19.41340.19550.2218
Hunter Lab44.0606-7.7867-37.7712
CIE-Lab51.1674-7.1915-39.5055

#0681bd color RGB value is (6,129,189).

#0681bd hex color red value is 6, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0681bd hue: 0.55 , saturation: 0.94 and the lightness value of 0681bd is 0.38.

The process color (four color CMYK) of #0681bd color hex is 0.97, 0.32, 0.00, 0.26. Web safe color of #0681bd is #0099cc. Color #0681bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000001 10111101
Octal 6 201 275
Decimal 6 129 189
Hex 6 81 BD

RGB Percentages of Color #0681bd

%1.85
%39.81
%58.33

CMYK Percentages of Color #0681bd

%97
%32
%0
%26

Triadic Colors of #0681bd

#0681bd #bd0681 #81bd06

Analogous Colors of #0681bd

#0681bd #0626bd #06bd9e

Monochromatic Colors of #0681bd

#0681bd

Complementary Color

#0681bd #bd4206

#0681bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0681bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0681bd Color CSS Codes

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

#0681bd Text Font Color

<p style="color:#0681bd">Text here</p>

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


#0681bd Background Color

<div style="background-color:#0681bd">
Div content here</div>

This div background color is #0681bd


#0681bd Border Color

<div style="border:3px solid #0681bd">
Div here</div>

This div border color is #0681bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,129,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0681bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0681bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0681bd;
  box-shadow:         1px 1px 3px 2px #0681bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,129,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 #0681bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0681bd


Comments

No comments written yet.

Please login to write comment.