Color Hex Logo

#00616a Color Hex

#00616A
(0,97,106)
0 Favorites   0 Comments

Color spaces of #00616a

RGB 097106
HSL0.511.000.21
HSV185°100°42°
CMYK 1.000.080.00   0.58
XYZ6.87629.590015.1243
Yxy9.59000.21770.3036
Hunter Lab30.9677-14.5587-7.2792
CIE-Lab37.0963-20.5230-12.0329

#00616a color RGB value is (0,97,106).

#00616a hex color red value is 0, green value is 97 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #00616a hue: 0.51 , saturation: 1.00 and the lightness value of 00616a is 0.21.

The process color (four color CMYK) of #00616a color hex is 1.00, 0.08, 0.00, 0.58. Web safe color of #00616a is #006666. Color #00616a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100001 01101010
Octal 0 141 152
Decimal 0 97 106
Hex 0 61 6A

RGB Percentages of Color #00616a

%0.00
%47.78
%52.22

CMYK Percentages of Color #00616a

%100
%8
%0
%58

Triadic Colors of #00616a

#00616a #6a0061 #616a00

Analogous Colors of #00616a

#00616a #002c6a #006a3e

Monochromatic Colors of #00616a

#00616a

Complementary Color

#00616a #6a0900

#00616a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00616a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00616a Color CSS Codes

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

#00616a Text Font Color

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

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


#00616a Background Color

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

This div background color is #00616a


#00616a Border Color

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

This div border color is #00616a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,97,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00616a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00616a;
  -webkit-box-shadow: 1px 1px 3px 2px #00616a;
  box-shadow:         1px 1px 3px 2px #00616a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00616a


Comments

No comments written yet.

Please login to write comment.