Color Hex Logo

#065676 Color Hex

#065676
(6,86,118)
0 Favorites   0 Comments

Color spaces of #065676

RGB 686118
HSL0.550.900.24
HSV197°95°46°
CMYK 0.950.270.00   0.54
XYZ6.67298.002318.3324
Yxy8.00230.20220.2424
Hunter Lab28.2883-7.3985-18.6213
CIE-Lab33.9877-9.1976-24.2518

#065676 color RGB value is (6,86,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010110 01110110
Octal 6 126 166
Decimal 6 86 118
Hex 6 56 76

RGB Percentages of Color #065676

%2.86
%40.95
%56.19

CMYK Percentages of Color #065676

%95
%27
%0
%54

Triadic Colors of #065676

#065676 #760656 #567606

Analogous Colors of #065676

#065676 #061e76 #06765e

Monochromatic Colors of #065676

#065676

Complementary Color

#065676 #762606

#065676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065676 Color CSS Codes

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

#065676 Text Font Color

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

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


#065676 Background Color

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

This div background color is #065676


#065676 Border Color

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

This div border color is #065676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065676

#065676 Color Palettes


Comments

No comments written yet.

Please login to write comment.