Color Hex Logo

#0686dd Color Hex

#0686DD
(6,134,221)
0 Favorites   0 Comments

Color spaces of #0686dd

RGB 6134221
HSL0.570.950.45
HSV204°97°87°
CMYK 0.970.390.00   0.13
XYZ21.651322.309471.5716
Yxy22.30940.18740.1931
Hunter Lab47.2328-0.8339-56.7788
CIE-Lab54.35382.1155-52.5967

#0686dd color RGB value is (6,134,221).

#0686dd hex color red value is 6, green value is 134 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0686dd hue: 0.57 , saturation: 0.95 and the lightness value of 0686dd is 0.45.

The process color (four color CMYK) of #0686dd color hex is 0.97, 0.39, 0.00, 0.13. Web safe color of #0686dd is #0099cc. Color #0686dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000110 11011101
Octal 6 206 335
Decimal 6 134 221
Hex 6 86 DD

RGB Percentages of Color #0686dd

%1.66
%37.12
%61.22

CMYK Percentages of Color #0686dd

%97
%39
%0
%13

Triadic Colors of #0686dd

#0686dd #dd0686 #86dd06

Analogous Colors of #0686dd

#0686dd #061add #06ddc9

Monochromatic Colors of #0686dd

#0686dd

Complementary Color

#0686dd #dd5d06

#0686dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0686dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0686dd Color CSS Codes

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

#0686dd Text Font Color

<p style="color:#0686dd">Text here</p>

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


#0686dd Background Color

<div style="background-color:#0686dd">
Div content here</div>

This div background color is #0686dd


#0686dd Border Color

<div style="border:3px solid #0686dd">
Div here</div>

This div border color is #0686dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,134,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0686dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0686dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0686dd;
  box-shadow:         1px 1px 3px 2px #0686dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0686dd

#0686dd Color Palettes


Comments

No comments written yet.

Please login to write comment.