Color Hex Logo

#0684be Color Hex

#0684BE
(6,132,190)
0 Favorites   0 Comments

Color spaces of #0684be

RGB 6132190
HSL0.550.940.38
HSV199°97°75°
CMYK 0.970.310.00   0.25
XYZ17.620620.259051.6969
Yxy20.25900.19670.2262
Hunter Lab45.0100-8.8880-36.5914
CIE-Lab52.1288-8.5584-38.5630

#0684be color RGB value is (6,132,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000100 10111110
Octal 6 204 276
Decimal 6 132 190
Hex 6 84 BE

RGB Percentages of Color #0684be

%1.83
%40.24
%57.93

CMYK Percentages of Color #0684be

%97
%31
%0
%25

Triadic Colors of #0684be

#0684be #be0684 #84be06

Analogous Colors of #0684be

#0684be #0628be #06be9c

Monochromatic Colors of #0684be

#0684be

Complementary Color

#0684be #be4006

#0684be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0684be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0684be Color CSS Codes

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

#0684be Text Font Color

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

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


#0684be Background Color

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

This div background color is #0684be


#0684be Border Color

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

This div border color is #0684be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0684be


Comments

No comments written yet.

Please login to write comment.