Color Hex Logo

#062dbe Color Hex

#062DBE
(6,45,190)
0 Favorites   0 Comments

Color spaces of #062dbe

RGB 645190
HSL0.630.940.38
HSV227°97°75°
CMYK 0.970.760.00   0.25
XYZ10.30785.633249.2592
Yxy5.63320.15810.0864
Hunter Lab23.734435.9872-106.4387
CIE-Lab28.467546.7696-76.8663

#062dbe color RGB value is (6,45,190).

#062dbe hex color red value is 6, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #062dbe hue: 0.63 , saturation: 0.94 and the lightness value of 062dbe is 0.38.

The process color (four color CMYK) of #062dbe color hex is 0.97, 0.76, 0.00, 0.25. Web safe color of #062dbe is #0033cc. Color #062dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101101 10111110
Octal 6 55 276
Decimal 6 45 190
Hex 6 2D BE

RGB Percentages of Color #062dbe

%2.49
%18.67
%78.84

CMYK Percentages of Color #062dbe

%97
%76
%0
%25

Triadic Colors of #062dbe

#062dbe #be062d #2dbe06

Analogous Colors of #062dbe

#062dbe #3b06be #0689be

Monochromatic Colors of #062dbe

#062dbe

Complementary Color

#062dbe #be9706

#062dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#062dbe Color CSS Codes

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

#062dbe Text Font Color

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

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


#062dbe Background Color

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

This div background color is #062dbe


#062dbe Border Color

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

This div border color is #062dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062dbe


Comments

No comments written yet.

Please login to write comment.