Color Hex Logo

#006894 Color Hex

#006894
(0,104,148)
0 Favorites   0 Comments

Color spaces of #006894

RGB 0104148
HSL0.551.000.29
HSV198°100°58°
CMYK 1.000.300.00   0.42
XYZ10.295612.038729.7980
Yxy12.03870.19750.2309
Hunter Lab34.6968-7.7531-26.6311
CIE-Lab41.2776-8.5401-31.0947

#006894 color RGB value is (0,104,148).

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

The process color (four color CMYK) of #006894 color hex is 1.00, 0.30, 0.00, 0.42. Web safe color of #006894 is #006699. Color #006894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101000 10010100
Octal 0 150 224
Decimal 0 104 148
Hex 0 68 94

RGB Percentages of Color #006894

%0.00
%41.27
%58.73

CMYK Percentages of Color #006894

%100
%30
%0
%42

Triadic Colors of #006894

#006894 #940068 #689400

Analogous Colors of #006894

#006894 #001e94 #009476

Monochromatic Colors of #006894

#006894

Complementary Color

#006894 #942c00

#006894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006894 Color CSS Codes

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

#006894 Text Font Color

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

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


#006894 Background Color

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

This div background color is #006894


#006894 Border Color

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

This div border color is #006894


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,104,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006894


Comments

No comments written yet.

Please login to write comment.