Color Hex Logo

#065670 Color Hex

#065670
(6,86,112)
0 Favorites   0 Comments

Color spaces of #065670

RGB 686112
HSL0.540.900.23
HSV195°95°44°
CMYK 0.950.230.00   0.56
XYZ6.32757.864116.5137
Yxy7.86410.20610.2561
Hunter Lab28.0430-8.7993-15.2840
CIE-Lab33.6982-11.5722-20.9709

#065670 color RGB value is (6,86,112).

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

The process color (four color CMYK) of #065670 color hex is 0.95, 0.23, 0.00, 0.56. Web safe color of #065670 is #006666. Color #065670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010110 01110000
Octal 6 126 160
Decimal 6 86 112
Hex 6 56 70

RGB Percentages of Color #065670

%2.94
%42.16
%54.90

CMYK Percentages of Color #065670

%95
%23
%0
%56

Triadic Colors of #065670

#065670 #700656 #567006

Analogous Colors of #065670

#065670 #062170 #067055

Monochromatic Colors of #065670

#065670

Complementary Color

#065670 #702006

#065670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065670 Color CSS Codes

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

#065670 Text Font Color

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

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


#065670 Background Color

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

This div background color is #065670


#065670 Border Color

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

This div border color is #065670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065670


Comments

No comments written yet.

Please login to write comment.