Color Hex Logo

#600670 Color Hex

#600670
(96,6,112)
0 Favorites   0 Comments

Color spaces of #600670

RGB 966112
HSL0.810.900.23
HSV291°95°44°
CMYK 0.140.950.00   0.56
XYZ7.81363.786915.6484
Yxy3.78690.28670.1390
Hunter Lab19.460037.6167-34.0551
CIE-Lab22.954049.5020-37.5989

#600670 color RGB value is (96,6,112).

#600670 hex color red value is 96, green value is 6 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #600670 hue: 0.81 , saturation: 0.90 and the lightness value of 600670 is 0.23.

The process color (four color CMYK) of #600670 color hex is 0.14, 0.95, 0.00, 0.56. Web safe color of #600670 is #660066. Color #600670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000110 01110000
Octal 140 6 160
Decimal 96 6 112
Hex 60 6 70

RGB Percentages of Color #600670

%44.86
%2.80
%52.34

CMYK Percentages of Color #600670

%14
%95
%0
%56

Triadic Colors of #600670

#600670 #706006 #067060

Analogous Colors of #600670

#600670 #70064b #2b0670

Monochromatic Colors of #600670

#600670

Complementary Color

#600670 #167006

#600670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600670 Color CSS Codes

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

#600670 Text Font Color

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

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


#600670 Background Color

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

This div background color is #600670


#600670 Border Color

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

This div border color is #600670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600670


Comments

No comments written yet.

Please login to write comment.