Color Hex Logo

#061482 Color Hex

#061482
(6,20,130)
0 Favorites   0 Comments

Color spaces of #061482

RGB 620130
HSL0.650.910.27
HSV233°95°51°
CMYK 0.950.850.00   0.49
XYZ4.35452.150721.3047
Yxy2.15070.15660.0773
Hunter Lab14.665327.3371-75.8668
CIE-Lab16.259039.8633-60.4907

#061482 color RGB value is (6,20,130).

#061482 hex color red value is 6, green value is 20 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #061482 hue: 0.65 , saturation: 0.91 and the lightness value of 061482 is 0.27.

The process color (four color CMYK) of #061482 color hex is 0.95, 0.85, 0.00, 0.49. Web safe color of #061482 is #000099. Color #061482 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 10000010
Octal 6 24 202
Decimal 6 20 130
Hex 6 14 82

RGB Percentages of Color #061482

%3.85
%12.82
%83.33

CMYK Percentages of Color #061482

%95
%85
%0
%49

Triadic Colors of #061482

#061482 #820614 #148206

Analogous Colors of #061482

#061482 #360682 #065282

Monochromatic Colors of #061482

#061482

Complementary Color

#061482 #827406

#061482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061482 Color CSS Codes

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

#061482 Text Font Color

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

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


#061482 Background Color

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

This div background color is #061482


#061482 Border Color

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

This div border color is #061482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061482


Comments

No comments written yet.

Please login to write comment.