Color Hex Logo

#062fae Color Hex

#062FAE
(6,47,174)
0 Favorites   0 Comments

Color spaces of #062fae

RGB 647174
HSL0.630.930.35
HSV225°97°68°
CMYK 0.970.730.00   0.32
XYZ8.73165.127740.5739
Yxy5.12770.16040.0942
Hunter Lab22.644429.2011-90.3837
CIE-Lab27.095539.8518-69.6188

#062fae color RGB value is (6,47,174).

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

The process color (four color CMYK) of #062fae color hex is 0.97, 0.73, 0.00, 0.32. Web safe color of #062fae is #003399. Color #062fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101111 10101110
Octal 6 57 256
Decimal 6 47 174
Hex 6 2F AE

RGB Percentages of Color #062fae

%2.64
%20.70
%76.65

CMYK Percentages of Color #062fae

%97
%73
%0
%32

Triadic Colors of #062fae

#062fae #ae062f #2fae06

Analogous Colors of #062fae

#062fae #3106ae #0683ae

Monochromatic Colors of #062fae

#062fae

Complementary Color

#062fae #ae8506

#062fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#062fae Color CSS Codes

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

#062fae Text Font Color

<p style="color:#062fae">Text here</p>

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


#062fae Background Color

<div style="background-color:#062fae">
Div content here</div>

This div background color is #062fae


#062fae Border Color

<div style="border:3px solid #062fae">
Div here</div>

This div border color is #062fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062fae


Comments

No comments written yet.

Please login to write comment.