Color Hex Logo

#600061 Color Hex

#600061
(96,0,97)
0 Favorites   0 Comments

Color spaces of #600061

RGB 96097
HSL0.831.000.19
HSV299°100°38°
CMYK 0.011.000.00   0.62
XYZ6.98153.349911.5879
Yxy3.34990.31850.1528
Hunter Lab18.302736.0583-24.7260
CIE-Lab21.394048.2174-30.3065

#600061 color RGB value is (96,0,97).

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

The process color (four color CMYK) of #600061 color hex is 0.01, 1.00, 0.00, 0.62. Web safe color of #600061 is #660066. Color #600061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 01100001
Octal 140 0 141
Decimal 96 0 97
Hex 60 0 61

RGB Percentages of Color #600061

%49.74
%0.00
%50.26

CMYK Percentages of Color #600061

%1
%100
%0
%62

Triadic Colors of #600061

#600061 #616000 #006160

Analogous Colors of #600061

#600061 #610032 #300061

Monochromatic Colors of #600061

#600061

Complementary Color

#600061 #016100

#600061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600061 Color CSS Codes

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

#600061 Text Font Color

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

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


#600061 Background Color

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

This div background color is #600061


#600061 Border Color

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

This div border color is #600061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600061


Comments

No comments written yet.

Please login to write comment.