Color Hex Logo

#600624 Color Hex

#600624
(96,6,36)
0 Favorites   0 Comments

Color spaces of #600624

RGB 96636
HSL0.940.880.20
HSV340°94°38°
CMYK 0.000.940.63   0.62
XYZ5.20742.74441.9243
Yxy2.74440.52730.2779
Hunter Lab16.566227.11854.7094
CIE-Lab18.989739.08488.2315

#600624 color RGB value is (96,6,36).

#600624 hex color red value is 96, green value is 6 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #600624 hue: 0.94 , saturation: 0.88 and the lightness value of 600624 is 0.20.

The process color (four color CMYK) of #600624 color hex is 0.00, 0.94, 0.63, 0.62. Web safe color of #600624 is #660033. Color #600624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000110 00100100
Octal 140 6 44
Decimal 96 6 36
Hex 60 6 24

RGB Percentages of Color #600624

%69.57
%4.35
%26.09

CMYK Percentages of Color #600624

%0
%94
%63
%62

Triadic Colors of #600624

#600624 #246006 #062460

Analogous Colors of #600624

#600624 #601506 #600651

Monochromatic Colors of #600624

#600624

Complementary Color

#600624 #066042

#600624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600624 Color CSS Codes

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

#600624 Text Font Color

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

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


#600624 Background Color

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

This div background color is #600624


#600624 Border Color

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

This div border color is #600624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600624


Comments

No comments written yet.

Please login to write comment.