Color Hex Logo

#096061 Color Hex

#096061
(9,96,97)
0 Favorites   0 Comments

Color spaces of #096061

RGB 99697
HSL0.500.830.21
HSV181°91°38°
CMYK 0.910.010.00   0.62
XYZ6.45329.286912.7617
Yxy9.28690.22640.3258
Hunter Lab30.4744-15.5314-3.4966
CIE-Lab36.5309-22.4488-7.3062

#096061 color RGB value is (9,96,97).

#096061 hex color red value is 9, green value is 96 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #096061 hue: 0.50 , saturation: 0.83 and the lightness value of 096061 is 0.21.

The process color (four color CMYK) of #096061 color hex is 0.91, 0.01, 0.00, 0.62. Web safe color of #096061 is #006666. Color #096061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100000 01100001
Octal 11 140 141
Decimal 9 96 97
Hex 9 60 61

RGB Percentages of Color #096061

%4.46
%47.52
%48.02

CMYK Percentages of Color #096061

%91
%1
%0
%62

Triadic Colors of #096061

#096061 #610960 #606109

Analogous Colors of #096061

#096061 #093461 #096136

Monochromatic Colors of #096061

#096061

Complementary Color

#096061 #610a09

#096061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096061 Color CSS Codes

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

#096061 Text Font Color

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

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


#096061 Background Color

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

This div background color is #096061


#096061 Border Color

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

This div border color is #096061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,96,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096061;
  -webkit-box-shadow: 1px 1px 3px 2px #096061;
  box-shadow:         1px 1px 3px 2px #096061; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,96,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096061


Comments

No comments written yet.

Please login to write comment.