Color Hex Logo

#062faf Color Hex

#062FAF
(6,47,175)
0 Favorites   0 Comments

Color spaces of #062faf

RGB 647175
HSL0.630.930.35
HSV225°97°69°
CMYK 0.970.730.00   0.31
XYZ8.82955.166941.0894
Yxy5.16690.16030.0938
Hunter Lab22.730829.5572-91.2641
CIE-Lab27.205140.2197-70.0369

#062faf color RGB value is (6,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101111 10101111
Octal 6 57 257
Decimal 6 47 175
Hex 6 2F AF

RGB Percentages of Color #062faf

%2.63
%20.61
%76.75

CMYK Percentages of Color #062faf

%97
%73
%0
%31

Triadic Colors of #062faf

#062faf #af062f #2faf06

Analogous Colors of #062faf

#062faf #3206af #0684af

Monochromatic Colors of #062faf

#062faf

Complementary Color

#062faf #af8606

#062faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#062faf Color CSS Codes

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

#062faf Text Font Color

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

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


#062faf Background Color

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

This div background color is #062faf


#062faf Border Color

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

This div border color is #062faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062faf


Comments

No comments written yet.

Please login to write comment.