Color Hex Logo

#604cbf Color Hex

#604CBF
(96,76,191)
0 Favorites   0 Comments

Color spaces of #604cbf

RGB 9676191
HSL0.700.470.52
HSV250°60°75°
CMYK 0.500.600.00   0.25
XYZ16.812311.417350.6079
Yxy11.41730.21330.1448
Hunter Lab33.789529.6828-65.1484
CIE-Lab40.274638.1094-57.8979

#604cbf color RGB value is (96,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 10111111
Octal 140 114 277
Decimal 96 76 191
Hex 60 4C BF

RGB Percentages of Color #604cbf

%26.45
%20.94
%52.62

CMYK Percentages of Color #604cbf

%50
%60
%0
%25

Triadic Colors of #604cbf

#604cbf #bf604c #4cbf60

Analogous Colors of #604cbf

#604cbf #9a4cbf #4c72bf

Monochromatic Colors of #604cbf

#604cbf

Complementary Color

#604cbf #abbf4c

#604cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#604cbf Color CSS Codes

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

#604cbf Text Font Color

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

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


#604cbf Background Color

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

This div background color is #604cbf


#604cbf Border Color

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

This div border color is #604cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604cbf


Comments

No comments written yet.

Please login to write comment.