Color Hex Logo

#062bdc Color Hex

#062BDC
(6,43,220)
0 Favorites   0 Comments

Color spaces of #062bdc

RGB 643220
HSL0.640.950.44
HSV230°97°86°
CMYK 0.970.800.00   0.14
XYZ13.85726.933868.3181
Yxy6.93380.15550.0778
Hunter Lab26.332147.8539-135.3942
CIE-Lab31.655757.7449-89.0552

#062bdc color RGB value is (6,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101011 11011100
Octal 6 53 334
Decimal 6 43 220
Hex 6 2B DC

RGB Percentages of Color #062bdc

%2.23
%15.99
%81.78

CMYK Percentages of Color #062bdc

%97
%80
%0
%14

Triadic Colors of #062bdc

#062bdc #dc062b #2bdc06

Analogous Colors of #062bdc

#062bdc #4c06dc #0696dc

Monochromatic Colors of #062bdc

#062bdc

Complementary Color

#062bdc #dcb706

#062bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#062bdc Color CSS Codes

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

#062bdc Text Font Color

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

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


#062bdc Background Color

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

This div background color is #062bdc


#062bdc Border Color

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

This div border color is #062bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062bdc


Comments

No comments written yet.

Please login to write comment.