Color Hex Logo

#068894 Color Hex

#068894
(6,136,148)
0 Favorites   0 Comments

Color spaces of #068894

RGB 6136148
HSL0.510.920.30
HSV185°96°58°
CMYK 0.960.080.00   0.42
XYZ14.224619.785231.0862
Yxy19.78520.21850.3039
Hunter Lab44.4806-20.7578-10.2997
CIE-Lab51.5935-25.8883-15.1535

#068894 color RGB value is (6,136,148).

#068894 hex color red value is 6, green value is 136 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #068894 hue: 0.51 , saturation: 0.92 and the lightness value of 068894 is 0.30.

The process color (four color CMYK) of #068894 color hex is 0.96, 0.08, 0.00, 0.42. Web safe color of #068894 is #009999. Color #068894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001000 10010100
Octal 6 210 224
Decimal 6 136 148
Hex 6 88 94

RGB Percentages of Color #068894

%2.07
%46.90
%51.03

CMYK Percentages of Color #068894

%96
%8
%0
%42

Triadic Colors of #068894

#068894 #940688 #889406

Analogous Colors of #068894

#068894 #064194 #069459

Monochromatic Colors of #068894

#068894

Complementary Color

#068894 #941206

#068894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068894 Color CSS Codes

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

#068894 Text Font Color

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

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


#068894 Background Color

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

This div background color is #068894


#068894 Border Color

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

This div border color is #068894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068894


Comments

No comments written yet.

Please login to write comment.