Color Hex Logo

#062179 Color Hex

#062179
(6,33,121)
0 Favorites   0 Comments

Color spaces of #062179

RGB 633121
HSL0.630.910.25
HSV226°95°47°
CMYK 0.950.730.00   0.53
XYZ4.07022.506918.3585
Yxy2.50690.16320.1005
Hunter Lab15.833218.1785-57.6632
CIE-Lab17.949828.5940-51.9557

#062179 color RGB value is (6,33,121).

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

The process color (four color CMYK) of #062179 color hex is 0.95, 0.73, 0.00, 0.53. Web safe color of #062179 is #003366. Color #062179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 01111001
Octal 6 41 171
Decimal 6 33 121
Hex 6 21 79

RGB Percentages of Color #062179

%3.75
%20.63
%75.63

CMYK Percentages of Color #062179

%95
%73
%0
%53

Triadic Colors of #062179

#062179 #790621 #217906

Analogous Colors of #062179

#062179 #250679 #065a79

Monochromatic Colors of #062179

#062179

Complementary Color

#062179 #795e06

#062179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062179 Color CSS Codes

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

#062179 Text Font Color

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

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


#062179 Background Color

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

This div background color is #062179


#062179 Border Color

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

This div border color is #062179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062179


Comments

No comments written yet.

Please login to write comment.