Color Hex Logo

#090660 Color Hex

#090660
(9,6,96)
0 Favorites   0 Comments

Color spaces of #090660

RGB 9696
HSL0.670.880.20
HSV242°94°38°
CMYK 0.910.940.00   0.62
XYZ2.28911.032911.1450
Yxy1.03290.15820.0714
Hunter Lab10.163222.4189-57.9036
CIE-Lab9.262635.5024-49.9995

#090660 color RGB value is (9,6,96).

#090660 hex color red value is 9, green value is 6 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #090660 hue: 0.67 , saturation: 0.88 and the lightness value of 090660 is 0.20.

The process color (four color CMYK) of #090660 color hex is 0.91, 0.94, 0.00, 0.62. Web safe color of #090660 is #000066. Color #090660 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000110 01100000
Octal 11 6 140
Decimal 9 6 96
Hex 9 6 60

RGB Percentages of Color #090660

%8.11
%5.41
%86.49

CMYK Percentages of Color #090660

%91
%94
%0
%62

Triadic Colors of #090660

#090660 #600906 #066009

Analogous Colors of #090660

#090660 #360660 #063060

Monochromatic Colors of #090660

#090660

Complementary Color

#090660 #5d6006

#090660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090660 Color CSS Codes

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

#090660 Text Font Color

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

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


#090660 Background Color

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

This div background color is #090660


#090660 Border Color

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

This div border color is #090660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090660


Comments

No comments written yet.

Please login to write comment.