Color Hex Logo

#061958 Color Hex

#061958
(6,25,88)
0 Favorites   0 Comments

Color spaces of #061958

RGB 62588
HSL0.630.870.18
HSV226°93°35°
CMYK 0.930.720.00   0.65
XYZ2.18421.43869.3951
Yxy1.43860.16780.1105
Hunter Lab11.994211.5160-38.0463
CIE-Lab12.212320.5479-39.7361

#061958 color RGB value is (6,25,88).

#061958 hex color red value is 6, green value is 25 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #061958 hue: 0.63 , saturation: 0.87 and the lightness value of 061958 is 0.18.

The process color (four color CMYK) of #061958 color hex is 0.93, 0.72, 0.00, 0.65. Web safe color of #061958 is #000066. Color #061958 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011001 01011000
Octal 6 31 130
Decimal 6 25 88
Hex 6 19 58

RGB Percentages of Color #061958

%5.04
%21.01
%73.95

CMYK Percentages of Color #061958

%93
%72
%0
%65

Triadic Colors of #061958

#061958 #580619 #195806

Analogous Colors of #061958

#061958 #1c0658 #064258

Monochromatic Colors of #061958

#061958

Complementary Color

#061958 #584506

#061958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061958 Color CSS Codes

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

#061958 Text Font Color

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

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


#061958 Background Color

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

This div background color is #061958


#061958 Border Color

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

This div border color is #061958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061958


Comments

No comments written yet.

Please login to write comment.