Color Hex Logo

#604661 Color Hex

#604661
(96,70,97)
0 Favorites   0 Comments

Color spaces of #604661

RGB 967097
HSL0.830.160.33
HSV298°28°38°
CMYK 0.010.280.00   0.62
XYZ9.17177.730212.3179
Yxy7.73020.31390.2646
Hunter Lab27.803210.2277-6.8055
CIE-Lab33.414616.3431-11.5312

#604661 color RGB value is (96,70,97).

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

The process color (four color CMYK) of #604661 color hex is 0.01, 0.28, 0.00, 0.62. Web safe color of #604661 is #663366. Color #604661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000110 01100001
Octal 140 106 141
Decimal 96 70 97
Hex 60 46 61

RGB Percentages of Color #604661

%36.50
%26.62
%36.88

CMYK Percentages of Color #604661

%1
%28
%0
%62

Triadic Colors of #604661

#604661 #616046 #466160

Analogous Colors of #604661

#604661 #614655 #534661

Monochromatic Colors of #604661

#604661

Complementary Color

#604661 #476146

#604661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604661 Color CSS Codes

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

#604661 Text Font Color

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

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


#604661 Background Color

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

This div background color is #604661


#604661 Border Color

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

This div border color is #604661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604661


Comments

No comments written yet.

Please login to write comment.