Color Hex Logo

#060e90 Color Hex

#060E90
(6,14,144)
0 Favorites   0 Comments

Color spaces of #060e90

RGB 614144
HSL0.660.920.29
HSV237°96°56°
CMYK 0.960.900.00   0.44
XYZ5.26622.366426.5648
Yxy2.36640.15400.0692
Hunter Lab15.383134.1866-91.6186
CIE-Lab17.303347.0659-67.5523

#060e90 color RGB value is (6,14,144).

#060e90 hex color red value is 6, green value is 14 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #060e90 hue: 0.66 , saturation: 0.92 and the lightness value of 060e90 is 0.29.

The process color (four color CMYK) of #060e90 color hex is 0.96, 0.90, 0.00, 0.44. Web safe color of #060e90 is #000099. Color #060e90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001110 10010000
Octal 6 16 220
Decimal 6 14 144
Hex 6 E 90

RGB Percentages of Color #060e90

%3.66
%8.54
%87.80

CMYK Percentages of Color #060e90

%96
%90
%0
%44

Triadic Colors of #060e90

#060e90 #90060e #0e9006

Analogous Colors of #060e90

#060e90 #430690 #065390

Monochromatic Colors of #060e90

#060e90

Complementary Color

#060e90 #908806

#060e90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060e90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#060e90 Color CSS Codes

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

#060e90 Text Font Color

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

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


#060e90 Background Color

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

This div background color is #060e90


#060e90 Border Color

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

This div border color is #060e90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,14,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #060e90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #060e90;
  -webkit-box-shadow: 1px 1px 3px 2px #060e90;
  box-shadow:         1px 1px 3px 2px #060e90; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060e90


Comments

No comments written yet.

Please login to write comment.