Color Hex Logo

#0684db Color Hex

#0684DB
(6,132,219)
0 Favorites   0 Comments

Color spaces of #0684db

RGB 6132219
HSL0.570.950.44
HSV205°97°86°
CMYK 0.970.400.00   0.14
XYZ21.112621.655770.0851
Yxy21.65570.18710.1919
Hunter Lab46.5357-0.4545-56.7188
CIE-Lab53.65982.5530-52.5808

#0684db color RGB value is (6,132,219).

#0684db hex color red value is 6, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0684db hue: 0.57 , saturation: 0.95 and the lightness value of 0684db is 0.44.

The process color (four color CMYK) of #0684db color hex is 0.97, 0.40, 0.00, 0.14. Web safe color of #0684db is #0099cc. Color #0684db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000100 11011011
Octal 6 204 333
Decimal 6 132 219
Hex 6 84 DB

RGB Percentages of Color #0684db

%1.68
%36.97
%61.34

CMYK Percentages of Color #0684db

%97
%40
%0
%14

Triadic Colors of #0684db

#0684db #db0684 #84db06

Analogous Colors of #0684db

#0684db #061adb #06dbc8

Monochromatic Colors of #0684db

#0684db

Complementary Color

#0684db #db5d06

#0684db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0684db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0684db Color CSS Codes

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

#0684db Text Font Color

<p style="color:#0684db">Text here</p>

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


#0684db Background Color

<div style="background-color:#0684db">
Div content here</div>

This div background color is #0684db


#0684db Border Color

<div style="border:3px solid #0684db">
Div here</div>

This div border color is #0684db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,132,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0684db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0684db;
  -webkit-box-shadow: 1px 1px 3px 2px #0684db;
  box-shadow:         1px 1px 3px 2px #0684db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,132,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0684db


Comments

No comments written yet.

Please login to write comment.