Color Hex Logo

#065876 Color Hex

#065876
(6,88,118)
0 Favorites   0 Comments

Color spaces of #065876

RGB 688118
HSL0.540.900.24
HSV196°95°46°
CMYK 0.950.250.00   0.54
XYZ6.83488.326218.3864
Yxy8.32620.20370.2482
Hunter Lab28.8552-8.2160-17.5808
CIE-Lab34.6532-10.4114-23.2127

#065876 color RGB value is (6,88,118).

#065876 hex color red value is 6, green value is 88 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #065876 hue: 0.54 , saturation: 0.90 and the lightness value of 065876 is 0.24.

The process color (four color CMYK) of #065876 color hex is 0.95, 0.25, 0.00, 0.54. Web safe color of #065876 is #006666. Color #065876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011000 01110110
Octal 6 130 166
Decimal 6 88 118
Hex 6 58 76

RGB Percentages of Color #065876

%2.83
%41.51
%55.66

CMYK Percentages of Color #065876

%95
%25
%0
%54

Triadic Colors of #065876

#065876 #760658 #587606

Analogous Colors of #065876

#065876 #062076 #06765c

Monochromatic Colors of #065876

#065876

Complementary Color

#065876 #762406

#065876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065876 Color CSS Codes

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

#065876 Text Font Color

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

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


#065876 Background Color

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

This div background color is #065876


#065876 Border Color

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

This div border color is #065876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065876


Comments

No comments written yet.

Please login to write comment.