Color Hex Logo

#0679ae Color Hex

#0679AE
(6,121,174)
0 Favorites   0 Comments

Color spaces of #0679ae

RGB 6121174
HSL0.550.930.35
HSV199°97°68°
CMYK 0.970.300.00   0.32
XYZ14.552516.769542.5142
Yxy16.76950.19710.2271
Hunter Lab40.9506-8.2304-32.8885
CIE-Lab47.9683-8.2381-35.8899

#0679ae color RGB value is (6,121,174).

#0679ae hex color red value is 6, green value is 121 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0679ae hue: 0.55 , saturation: 0.93 and the lightness value of 0679ae is 0.35.

The process color (four color CMYK) of #0679ae color hex is 0.97, 0.30, 0.00, 0.32. Web safe color of #0679ae is #006699. Color #0679ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111001 10101110
Octal 6 171 256
Decimal 6 121 174
Hex 6 79 AE

RGB Percentages of Color #0679ae

%1.99
%40.20
%57.81

CMYK Percentages of Color #0679ae

%97
%30
%0
%32

Triadic Colors of #0679ae

#0679ae #ae0679 #79ae06

Analogous Colors of #0679ae

#0679ae #0625ae #06ae8f

Monochromatic Colors of #0679ae

#0679ae

Complementary Color

#0679ae #ae3b06

#0679ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0679ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0679ae Color CSS Codes

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

#0679ae Text Font Color

<p style="color:#0679ae">Text here</p>

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


#0679ae Background Color

<div style="background-color:#0679ae">
Div content here</div>

This div background color is #0679ae


#0679ae Border Color

<div style="border:3px solid #0679ae">
Div here</div>

This div border color is #0679ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,121,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0679ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0679ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0679ae;
  box-shadow:         1px 1px 3px 2px #0679ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0679ae


Comments

No comments written yet.

Please login to write comment.