Color Hex Logo

#000690 Color Hex

#000690
(0,6,144)
0 Favorites   0 Comments

Color spaces of #000690

RGB 06144
HSL0.661.000.28
HSV238°100°56°
CMYK 1.000.960.00   0.44
XYZ5.09922.143926.5306
Yxy2.14390.15100.0635
Hunter Lab14.642136.5403-97.1807
CIE-Lab16.225049.6773-69.3579

#000690 color RGB value is (0,6,144).

#000690 hex color red value is 0, green value is 6 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #000690 hue: 0.66 , saturation: 1.00 and the lightness value of 000690 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000110 10010000
Octal 0 6 220
Decimal 0 6 144
Hex 0 6 90

RGB Percentages of Color #000690

%0.00
%4.00
%96.00

CMYK Percentages of Color #000690

%100
%96
%0
%44

Triadic Colors of #000690

#000690 #900006 #069000

Analogous Colors of #000690

#000690 #420090 #004e90

Monochromatic Colors of #000690

#000690

Complementary Color

#000690 #908a00

#000690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000690 Color CSS Codes

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

#000690 Text Font Color

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

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


#000690 Background Color

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

This div background color is #000690


#000690 Border Color

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

This div border color is #000690


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,6,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 #000690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000690

#000690 Color Palettes


Comments

No comments written yet.

Please login to write comment.