Color Hex Logo

#006890 Color Hex

#006890
(0,104,144)
0 Favorites   0 Comments

Color spaces of #006890

RGB 0104144
HSL0.551.000.28
HSV197°100°56°
CMYK 1.000.280.00   0.44
XYZ9.984411.914228.1590
Yxy11.91420.19950.2380
Hunter Lab34.5170-8.7716-24.2070
CIE-Lab41.0794-10.1121-29.0105

#006890 color RGB value is (0,104,144).

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

The process color (four color CMYK) of #006890 color hex is 1.00, 0.28, 0.00, 0.44. Web safe color of #006890 is #006699. Color #006890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101000 10010000
Octal 0 150 220
Decimal 0 104 144
Hex 0 68 90

RGB Percentages of Color #006890

%0.00
%41.94
%58.06

CMYK Percentages of Color #006890

%100
%28
%0
%44

Triadic Colors of #006890

#006890 #900068 #689000

Analogous Colors of #006890

#006890 #002090 #009070

Monochromatic Colors of #006890

#006890

Complementary Color

#006890 #902800

#006890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006890 Color CSS Codes

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

#006890 Text Font Color

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

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


#006890 Background Color

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

This div background color is #006890


#006890 Border Color

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

This div border color is #006890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006890


Comments

No comments written yet.

Please login to write comment.