Color Hex Logo

#068389 Color Hex

#068389
(6,131,137)
0 Favorites   0 Comments

Color spaces of #068389

RGB 6131137
HSL0.510.920.28
HSV183°96°54°
CMYK 0.960.040.00   0.46
XYZ12.706818.077526.4865
Yxy18.07750.22190.3156
Hunter Lab42.5176-21.0595-7.1725
CIE-Lab49.5900-27.0516-11.7628

#068389 color RGB value is (6,131,137).

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

The process color (four color CMYK) of #068389 color hex is 0.96, 0.04, 0.00, 0.46. Web safe color of #068389 is #009999. Color #068389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 10001001
Octal 6 203 211
Decimal 6 131 137
Hex 6 83 89

RGB Percentages of Color #068389

%2.19
%47.81
%50.00

CMYK Percentages of Color #068389

%96
%4
%0
%46

Triadic Colors of #068389

#068389 #890683 #838906

Analogous Colors of #068389

#068389 #064189 #06894e

Monochromatic Colors of #068389

#068389

Complementary Color

#068389 #890c06

#068389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068389 Color CSS Codes

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

#068389 Text Font Color

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

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


#068389 Background Color

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

This div background color is #068389


#068389 Border Color

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

This div border color is #068389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068389


Comments

No comments written yet.

Please login to write comment.