Color Hex Logo

#061674 Color Hex

#061674
(6,22,116)
0 Favorites   0 Comments

Color spaces of #061674

RGB 622116
HSL0.640.900.24
HSV231°95°45°
CMYK 0.950.810.00   0.55
XYZ3.51441.873516.6994
Yxy1.87350.15910.0848
Hunter Lab13.687621.8781-62.7549
CIE-Lab14.808933.7773-53.9371

#061674 color RGB value is (6,22,116).

#061674 hex color red value is 6, green value is 22 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #061674 hue: 0.64 , saturation: 0.90 and the lightness value of 061674 is 0.24.

The process color (four color CMYK) of #061674 color hex is 0.95, 0.81, 0.00, 0.55. Web safe color of #061674 is #000066. Color #061674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010110 01110100
Octal 6 26 164
Decimal 6 22 116
Hex 6 16 74

RGB Percentages of Color #061674

%4.17
%15.28
%80.56

CMYK Percentages of Color #061674

%95
%81
%0
%55

Triadic Colors of #061674

#061674 #740616 #167406

Analogous Colors of #061674

#061674 #2d0674 #064d74

Monochromatic Colors of #061674

#061674

Complementary Color

#061674 #746406

#061674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061674 Color CSS Codes

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

#061674 Text Font Color

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

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


#061674 Background Color

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

This div background color is #061674


#061674 Border Color

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

This div border color is #061674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061674


Comments

No comments written yet.

Please login to write comment.