Color Hex Logo

#065646 Color Hex

#065646
(6,86,70)
0 Favorites   0 Comments

Color spaces of #065646

RGB 68670
HSL0.470.870.18
HSV168°93°34°
CMYK 0.930.000.19   0.66
XYZ4.50847.13656.9342
Yxy7.13650.24270.3841
Hunter Lab26.7142-16.62553.3101
CIE-Lab32.1157-26.40093.0895

#065646 color RGB value is (6,86,70).

#065646 hex color red value is 6, green value is 86 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #065646 hue: 0.47 , saturation: 0.87 and the lightness value of 065646 is 0.18.

The process color (four color CMYK) of #065646 color hex is 0.93, 0.00, 0.19, 0.66. Web safe color of #065646 is #006633. Color #065646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010110 01000110
Octal 6 126 106
Decimal 6 86 70
Hex 6 56 46

RGB Percentages of Color #065646

%3.70
%53.09
%43.21

CMYK Percentages of Color #065646

%93
%0
%19
%66

Triadic Colors of #065646

#065646 #460656 #564606

Analogous Colors of #065646

#065646 #063e56 #06561e

Monochromatic Colors of #065646

#065646

Complementary Color

#065646 #560616

#065646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065646 Color CSS Codes

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

#065646 Text Font Color

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

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


#065646 Background Color

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

This div background color is #065646


#065646 Border Color

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

This div border color is #065646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065646


Comments

No comments written yet.

Please login to write comment.