Color Hex Logo

#06185e Color Hex

#06185E
(6,24,94)
0 Favorites   0 Comments

Color spaces of #06185e

RGB 62494
HSL0.630.880.20
HSV228°94°37°
CMYK 0.940.740.00   0.63
XYZ2.42211.500110.7516
Yxy1.50010.16510.1022
Hunter Lab12.247913.8659-43.4733
CIE-Lab12.608723.8234-43.1163

#06185e color RGB value is (6,24,94).

#06185e hex color red value is 6, green value is 24 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #06185e hue: 0.63 , saturation: 0.88 and the lightness value of 06185e is 0.20.

The process color (four color CMYK) of #06185e color hex is 0.94, 0.74, 0.00, 0.63. Web safe color of #06185e is #000066. Color #06185e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011000 01011110
Octal 6 30 136
Decimal 6 24 94
Hex 6 18 5E

RGB Percentages of Color #06185e

%4.84
%19.35
%75.81

CMYK Percentages of Color #06185e

%94
%74
%0
%63

Triadic Colors of #06185e

#06185e #5e0618 #185e06

Analogous Colors of #06185e

#06185e #20065e #06445e

Monochromatic Colors of #06185e

#06185e

Complementary Color

#06185e #5e4c06

#06185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06185e Color CSS Codes

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

#06185e Text Font Color

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

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


#06185e Background Color

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

This div background color is #06185e


#06185e Border Color

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

This div border color is #06185e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,24,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06185e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06185e;
  -webkit-box-shadow: 1px 1px 3px 2px #06185e;
  box-shadow:         1px 1px 3px 2px #06185e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06185e


Comments

No comments written yet.

Please login to write comment.