Color Hex Logo

#062dbb Color Hex

#062DBB
(6,45,187)
0 Favorites   0 Comments

Color spaces of #062dbb

RGB 645187
HSL0.630.940.38
HSV227°97°73°
CMYK 0.970.760.00   0.27
XYZ9.98315.503347.5498
Yxy5.50330.15840.0873
Hunter Lab23.459134.9078-103.7548
CIE-Lab28.123145.7240-75.6632

#062dbb color RGB value is (6,45,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101101 10111011
Octal 6 55 273
Decimal 6 45 187
Hex 6 2D BB

RGB Percentages of Color #062dbb

%2.52
%18.91
%78.57

CMYK Percentages of Color #062dbb

%97
%76
%0
%27

Triadic Colors of #062dbb

#062dbb #bb062d #2dbb06

Analogous Colors of #062dbb

#062dbb #3906bb #0688bb

Monochromatic Colors of #062dbb

#062dbb

Complementary Color

#062dbb #bb9406

#062dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#062dbb Color CSS Codes

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

#062dbb Text Font Color

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

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


#062dbb Background Color

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

This div background color is #062dbb


#062dbb Border Color

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

This div border color is #062dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062dbb


Comments

No comments written yet.

Please login to write comment.