Color Hex Logo

#0681ce Color Hex

#0681CE
(6,129,206)
0 Favorites   0 Comments

Color spaces of #0681ce

RGB 6129206
HSL0.560.940.42
HSV203°97°81°
CMYK 0.970.370.00   0.19
XYZ19.065920.195561.2858
Yxy20.19550.18960.2009
Hunter Lab44.9394-2.9139-49.3987
CIE-Lab52.0575-0.6602-47.7909

#0681ce color RGB value is (6,129,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000001 11001110
Octal 6 201 316
Decimal 6 129 206
Hex 6 81 CE

RGB Percentages of Color #0681ce

%1.76
%37.83
%60.41

CMYK Percentages of Color #0681ce

%97
%37
%0
%19

Triadic Colors of #0681ce

#0681ce #ce0681 #81ce06

Analogous Colors of #0681ce

#0681ce #061dce #06ceb7

Monochromatic Colors of #0681ce

#0681ce

Complementary Color

#0681ce #ce5306

#0681ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0681ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0681ce Color CSS Codes

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

#0681ce Text Font Color

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

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


#0681ce Background Color

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

This div background color is #0681ce


#0681ce Border Color

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

This div border color is #0681ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0681ce


Comments

No comments written yet.

Please login to write comment.