color codes Logo

#062eaf color codes

#062EAF
(6,46,175)
0 Favorites   0 Comments

Color spaces of #062eaf

RGB 646175
HSL0.630.930.35
HSV226°97°69°
CMYK 0.970.740.00   0.31
XYZ8.79005.087941.0762
Yxy5.08790.16000.0926
Hunter Lab22.556430.0861-92.1804
CIE-Lab26.983740.8355-70.4030

#062eaf color RGB value is (6,46,175).

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

The process color (four color CMYK) of #062eaf color code is 0.97, 0.74, 0.00, 0.31. Web safe color of #062eaf is #003399. Color #062eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101110 10101111
Octal 6 56 257
Decimal 6 46 175
Hex 6 2E AF

RGB Percentages of Color #062eaf

%2.64
%20.26
%77.09

CMYK Percentages of Color #062eaf

%97
%74
%0
%31

Triadic Colors of #062eaf

#062eaf #af062e #2eaf06

Analogous Colors of #062eaf

#062eaf #3306af #0683af

Monochromatic Colors of #062eaf

#062eaf

Complementary Color

#062eaf #af8706

#062eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#062eaf Color CSS Codes

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

#062eaf Text Font Color

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

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


#062eaf Background Color

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

This div background color is #062eaf


#062eaf Border Color

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

This div border color is #062eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062eaf


Comments

No comments written yet.

Please login to write comment.