Color Hex Logo

#604274 Color Hex

#604274
(96,66,116)
0 Favorites   0 Comments

Color spaces of #604274

RGB 9666116
HSL0.770.270.36
HSV276°43°45°
CMYK 0.170.430.00   0.55
XYZ9.92457.644217.4754
Yxy7.64420.28320.2181
Hunter Lab27.648115.6896-18.1214
CIE-Lab33.230623.2462-23.8086

#604274 color RGB value is (96,66,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000010 01110100
Octal 140 102 164
Decimal 96 66 116
Hex 60 42 74

RGB Percentages of Color #604274

%34.53
%23.74
%41.73

CMYK Percentages of Color #604274

%17
%43
%0
%55

Triadic Colors of #604274

#604274 #746042 #427460

Analogous Colors of #604274

#604274 #74426f #474274

Monochromatic Colors of #604274

#604274

Complementary Color

#604274 #567442

#604274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604274 Color CSS Codes

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

#604274 Text Font Color

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

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


#604274 Background Color

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

This div background color is #604274


#604274 Border Color

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

This div border color is #604274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604274


Comments

No comments written yet.

Please login to write comment.