Color Hex Logo

#604674 Color Hex

#604674
(96,70,116)
0 Favorites   0 Comments

Color spaces of #604674

RGB 9670116
HSL0.760.250.36
HSV274°40°45°
CMYK 0.170.400.00   0.55
XYZ10.16648.128117.5560
Yxy8.12810.28360.2267
Hunter Lab28.509813.7596-16.5532
CIE-Lab34.248320.7574-22.2209

#604674 color RGB value is (96,70,116).

#604674 hex color red value is 96, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #604674 hue: 0.76 , saturation: 0.25 and the lightness value of 604674 is 0.36.

The process color (four color CMYK) of #604674 color hex is 0.17, 0.40, 0.00, 0.55. Web safe color of #604674 is #663366. Color #604674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000110 01110100
Octal 140 106 164
Decimal 96 70 116
Hex 60 46 74

RGB Percentages of Color #604674

%34.04
%24.82
%41.13

CMYK Percentages of Color #604674

%17
%40
%0
%55

Triadic Colors of #604674

#604674 #746046 #467460

Analogous Colors of #604674

#604674 #744671 #494674

Monochromatic Colors of #604674

#604674

Complementary Color

#604674 #5a7446

#604674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604674 Color CSS Codes

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

#604674 Text Font Color

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

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


#604674 Background Color

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

This div background color is #604674


#604674 Border Color

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

This div border color is #604674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604674


Comments

No comments written yet.

Please login to write comment.