Color Hex Logo

#604ebb Color Hex

#604EBB
(96,78,187)
0 Favorites   0 Comments

Color spaces of #604ebb

RGB 9678187
HSL0.690.440.52
HSV250°58°73°
CMYK 0.490.580.00   0.27
XYZ16.517911.523448.3674
Yxy11.52340.21620.1508
Hunter Lab33.946127.4508-60.7158
CIE-Lab40.448435.7124-55.2774

#604ebb color RGB value is (96,78,187).

#604ebb hex color red value is 96, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #604ebb hue: 0.69 , saturation: 0.44 and the lightness value of 604ebb is 0.52.

The process color (four color CMYK) of #604ebb color hex is 0.49, 0.58, 0.00, 0.27. Web safe color of #604ebb is #6666cc. Color #604ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001110 10111011
Octal 140 116 273
Decimal 96 78 187
Hex 60 4E BB

RGB Percentages of Color #604ebb

%26.59
%21.61
%51.80

CMYK Percentages of Color #604ebb

%49
%58
%0
%27

Triadic Colors of #604ebb

#604ebb #bb604e #4ebb60

Analogous Colors of #604ebb

#604ebb #974ebb #4e73bb

Monochromatic Colors of #604ebb

#604ebb

Complementary Color

#604ebb #a9bb4e

#604ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#604ebb Color CSS Codes

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

#604ebb Text Font Color

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

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


#604ebb Background Color

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

This div background color is #604ebb


#604ebb Border Color

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

This div border color is #604ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,78,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #604ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #604ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #604ebb;
  box-shadow:         1px 1px 3px 2px #604ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604ebb


Comments

No comments written yet.

Please login to write comment.