Color Hex Logo

#600657 Color Hex

#600657
(96,6,87)
0 Favorites   0 Comments

Color spaces of #600657

RGB 96687
HSL0.850.880.20
HSV306°94°38°
CMYK 0.000.940.09   0.62
XYZ6.60933.30529.3064
Yxy3.30520.34390.1720
Hunter Lab18.180233.0772-17.6242
CIE-Lab21.226945.1482-23.9145

#600657 color RGB value is (96,6,87).

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

The process color (four color CMYK) of #600657 color hex is 0.00, 0.94, 0.09, 0.62. Web safe color of #600657 is #660066. Color #600657 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000110 01010111
Octal 140 6 127
Decimal 96 6 87
Hex 60 6 57

RGB Percentages of Color #600657

%50.79
%3.17
%46.03

CMYK Percentages of Color #600657

%0
%94
%9
%62

Triadic Colors of #600657

#600657 #576006 #065760

Analogous Colors of #600657

#600657 #60062a #3c0660

Monochromatic Colors of #600657

#600657

Complementary Color

#600657 #06600f

#600657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600657 Color CSS Codes

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

#600657 Text Font Color

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

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


#600657 Background Color

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

This div background color is #600657


#600657 Border Color

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

This div border color is #600657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600657


Comments

No comments written yet.

Please login to write comment.