Color Hex Logo

#0609ae Color Hex

#0609AE
(6,9,174)
0 Favorites   0 Comments

Color spaces of #0609ae

RGB 69174
HSL0.660.930.35
HSV239°97°68°
CMYK 0.970.950.00   0.32
XYZ7.81283.290140.2677
Yxy3.29010.15210.0640
Hunter Lab18.138645.1422-118.9265
CIE-Lab21.170257.1838-79.4720

#0609ae color RGB value is (6,9,174).

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

The process color (four color CMYK) of #0609ae color hex is 0.97, 0.95, 0.00, 0.32. Web safe color of #0609ae is #000099. Color #0609ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001001 10101110
Octal 6 11 256
Decimal 6 9 174
Hex 6 9 AE

RGB Percentages of Color #0609ae

%3.17
%4.76
%92.06

CMYK Percentages of Color #0609ae

%97
%95
%0
%32

Triadic Colors of #0609ae

#0609ae #ae0609 #09ae06

Analogous Colors of #0609ae

#0609ae #5706ae #065dae

Monochromatic Colors of #0609ae

#0609ae

Complementary Color

#0609ae #aeab06

#0609ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0609ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0609ae Color CSS Codes

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

#0609ae Text Font Color

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

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


#0609ae Background Color

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

This div background color is #0609ae


#0609ae Border Color

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

This div border color is #0609ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0609ae


Comments

No comments written yet.

Please login to write comment.