Color Hex Logo

#062bdb Color Hex

#062BDB
(6,43,219)
0 Favorites   0 Comments

Color spaces of #062bdb

RGB 643219
HSL0.640.950.44
HSV230°97°86°
CMYK 0.970.800.00   0.14
XYZ13.72526.880967.6226
Yxy6.88090.15560.0780
Hunter Lab26.231547.4922-134.4828
CIE-Lab31.534257.4303-88.6817

#062bdb color RGB value is (6,43,219).

#062bdb hex color red value is 6, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #062bdb hue: 0.64 , saturation: 0.95 and the lightness value of 062bdb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101011 11011011
Octal 6 53 333
Decimal 6 43 219
Hex 6 2B DB

RGB Percentages of Color #062bdb

%2.24
%16.04
%81.72

CMYK Percentages of Color #062bdb

%97
%80
%0
%14

Triadic Colors of #062bdb

#062bdb #db062b #2bdb06

Analogous Colors of #062bdb

#062bdb #4c06db #0696db

Monochromatic Colors of #062bdb

#062bdb

Complementary Color

#062bdb #dbb606

#062bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#062bdb Color CSS Codes

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

#062bdb Text Font Color

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

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


#062bdb Background Color

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

This div background color is #062bdb


#062bdb Border Color

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

This div border color is #062bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062bdb


Comments

No comments written yet.

Please login to write comment.