Color Hex Logo

#062381 Color Hex

#062381
(6,35,129)
0 Favorites   0 Comments

Color spaces of #062381

RGB 635129
HSL0.630.910.26
HSV226°95°51°
CMYK 0.950.730.00   0.49
XYZ4.63862.825821.0698
Yxy2.82580.16260.0990
Hunter Lab16.810119.8378-62.5470
CIE-Lab19.332330.4257-54.7636

#062381 color RGB value is (6,35,129).

#062381 hex color red value is 6, green value is 35 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #062381 hue: 0.63 , saturation: 0.91 and the lightness value of 062381 is 0.26.

The process color (four color CMYK) of #062381 color hex is 0.95, 0.73, 0.00, 0.49. Web safe color of #062381 is #003399. Color #062381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100011 10000001
Octal 6 43 201
Decimal 6 35 129
Hex 6 23 81

RGB Percentages of Color #062381

%3.53
%20.59
%75.88

CMYK Percentages of Color #062381

%95
%73
%0
%49

Triadic Colors of #062381

#062381 #810623 #238106

Analogous Colors of #062381

#062381 #270681 #066081

Monochromatic Colors of #062381

#062381

Complementary Color

#062381 #816406

#062381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062381 Color CSS Codes

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

#062381 Text Font Color

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

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


#062381 Background Color

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

This div background color is #062381


#062381 Border Color

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

This div border color is #062381


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,35,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062381; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062381;
  -webkit-box-shadow: 1px 1px 3px 2px #062381;
  box-shadow:         1px 1px 3px 2px #062381; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062381


Comments

No comments written yet.

Please login to write comment.