Color Hex Logo

#068791 Color Hex

#068791
(6,135,145)
0 Favorites   0 Comments

Color spaces of #068791

RGB 6135145
HSL0.510.920.30
HSV184°96°57°
CMYK 0.960.070.00   0.43
XYZ13.849919.411029.8048
Yxy19.41100.21960.3078
Hunter Lab44.0579-20.9887-9.2686
CIE-Lab51.1646-26.3915-14.0579

#068791 color RGB value is (6,135,145).

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

The process color (four color CMYK) of #068791 color hex is 0.96, 0.07, 0.00, 0.43. Web safe color of #068791 is #009999. Color #068791 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000111 10010001
Octal 6 207 221
Decimal 6 135 145
Hex 6 87 91

RGB Percentages of Color #068791

%2.10
%47.20
%50.70

CMYK Percentages of Color #068791

%96
%7
%0
%43

Triadic Colors of #068791

#068791 #910687 #879106

Analogous Colors of #068791

#068791 #064291 #069155

Monochromatic Colors of #068791

#068791

Complementary Color

#068791 #911006

#068791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068791 Color CSS Codes

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

#068791 Text Font Color

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

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


#068791 Background Color

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

This div background color is #068791


#068791 Border Color

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

This div border color is #068791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068791


Comments

No comments written yet.

Please login to write comment.