Color Hex Logo

#604ebf Color Hex

#604EBF
(96,78,191)
0 Favorites   0 Comments

Color spaces of #604ebf

RGB 9678191
HSL0.690.470.53
HSV250°59°75°
CMYK 0.500.590.00   0.25
XYZ16.952211.697250.6545
Yxy11.69720.21380.1475
Hunter Lab34.201228.6235-63.8721
CIE-Lab40.730836.9195-57.1589

#604ebf color RGB value is (96,78,191).

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

The process color (four color CMYK) of #604ebf color hex is 0.50, 0.59, 0.00, 0.25. Web safe color of #604ebf is #6666cc. Color #604ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001110 10111111
Octal 140 116 277
Decimal 96 78 191
Hex 60 4E BF

RGB Percentages of Color #604ebf

%26.30
%21.37
%52.33

CMYK Percentages of Color #604ebf

%50
%59
%0
%25

Triadic Colors of #604ebf

#604ebf #bf604e #4ebf60

Analogous Colors of #604ebf

#604ebf #994ebf #4e75bf

Monochromatic Colors of #604ebf

#604ebf

Complementary Color

#604ebf #adbf4e

#604ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#604ebf Color CSS Codes

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

#604ebf Text Font Color

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

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


#604ebf Background Color

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

This div background color is #604ebf


#604ebf Border Color

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

This div border color is #604ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604ebf


Comments

No comments written yet.

Please login to write comment.