Color Hex Logo

#0676ce Color Hex

#0676CE
(6,118,206)
0 Favorites   0 Comments

Color spaces of #0676ce

RGB 6118206
HSL0.570.940.42
HSV206°97°81°
CMYK 0.970.430.00   0.19
XYZ17.694117.451860.8285
Yxy17.45180.18440.1818
Hunter Lab41.77542.4974-57.0886
CIE-Lab48.82436.0808-52.9537

#0676ce color RGB value is (6,118,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110110 11001110
Octal 6 166 316
Decimal 6 118 206
Hex 6 76 CE

RGB Percentages of Color #0676ce

%1.82
%35.76
%62.42

CMYK Percentages of Color #0676ce

%97
%43
%0
%19

Triadic Colors of #0676ce

#0676ce #ce0676 #76ce06

Analogous Colors of #0676ce

#0676ce #0612ce #06cec2

Monochromatic Colors of #0676ce

#0676ce

Complementary Color

#0676ce #ce5e06

#0676ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0676ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0676ce Color CSS Codes

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

#0676ce Text Font Color

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

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


#0676ce Background Color

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

This div background color is #0676ce


#0676ce Border Color

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

This div border color is #0676ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,118,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 #0676ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0676ce


Comments

No comments written yet.

Please login to write comment.