Color Hex Logo

#0681ec Color Hex

#0681EC
(6,129,236)
0 Favorites   0 Comments

Color spaces of #0681ec

RGB 6129236
HSL0.580.950.47
HSV208°97°93°
CMYK 0.970.450.00   0.07
XYZ23.065721.795482.3481
Yxy21.79540.18130.1713
Hunter Lab46.68556.4909-71.9011
CIE-Lab53.809210.9723-61.8586

#0681ec color RGB value is (6,129,236).

#0681ec hex color red value is 6, green value is 129 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0681ec hue: 0.58 , saturation: 0.95 and the lightness value of 0681ec is 0.47.

The process color (four color CMYK) of #0681ec color hex is 0.97, 0.45, 0.00, 0.07. Web safe color of #0681ec is #0099ff. Color #0681ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000001 11101100
Octal 6 201 354
Decimal 6 129 236
Hex 6 81 EC

RGB Percentages of Color #0681ec

%1.62
%34.77
%63.61

CMYK Percentages of Color #0681ec

%97
%45
%0
%7

Triadic Colors of #0681ec

#0681ec #ec0681 #81ec06

Analogous Colors of #0681ec

#0681ec #060eec #06ece4

Monochromatic Colors of #0681ec

#0681ec

Complementary Color

#0681ec #ec7106

#0681ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0681ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0681ec Color CSS Codes

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

#0681ec Text Font Color

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

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


#0681ec Background Color

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

This div background color is #0681ec


#0681ec Border Color

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

This div border color is #0681ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0681ec


Comments

No comments written yet.

Please login to write comment.