Color Hex Logo

#068087 Color Hex

#068087
(6,128,135)
0 Favorites   0 Comments

Color spaces of #068087

RGB 6128135
HSL0.510.910.28
HSV183°96°53°
CMYK 0.960.050.00   0.47
XYZ12.167517.226325.6054
Yxy17.22630.22120.3132
Hunter Lab41.5046-20.3039-7.5245
CIE-Lab48.5439-26.2121-12.1663

#068087 color RGB value is (6,128,135).

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

The process color (four color CMYK) of #068087 color hex is 0.96, 0.05, 0.00, 0.47. Web safe color of #068087 is #009999. Color #068087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000000 10000111
Octal 6 200 207
Decimal 6 128 135
Hex 6 80 87

RGB Percentages of Color #068087

%2.23
%47.58
%50.19

CMYK Percentages of Color #068087

%96
%5
%0
%47

Triadic Colors of #068087

#068087 #870680 #808706

Analogous Colors of #068087

#068087 #063f87 #06874e

Monochromatic Colors of #068087

#068087

Complementary Color

#068087 #870d06

#068087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068087 Color CSS Codes

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

#068087 Text Font Color

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

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


#068087 Background Color

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

This div background color is #068087


#068087 Border Color

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

This div border color is #068087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068087


Comments

No comments written yet.

Please login to write comment.