Color Hex Logo

#604cbb Color Hex

#604CBB
(96,76,187)
0 Favorites   0 Comments

Color spaces of #604cbb

RGB 9676187
HSL0.700.450.52
HSV251°59°73°
CMYK 0.490.590.00   0.27
XYZ16.378011.243548.3207
Yxy11.24350.21570.1481
Hunter Lab33.531328.5065-61.9686
CIE-Lab39.987636.9085-56.0228

#604cbb color RGB value is (96,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 10111011
Octal 140 114 273
Decimal 96 76 187
Hex 60 4C BB

RGB Percentages of Color #604cbb

%26.74
%21.17
%52.09

CMYK Percentages of Color #604cbb

%49
%59
%0
%27

Triadic Colors of #604cbb

#604cbb #bb604c #4cbb60

Analogous Colors of #604cbb

#604cbb #984cbb #4c70bb

Monochromatic Colors of #604cbb

#604cbb

Complementary Color

#604cbb #a7bb4c

#604cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#604cbb Color CSS Codes

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

#604cbb Text Font Color

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

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


#604cbb Background Color

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

This div background color is #604cbb


#604cbb Border Color

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

This div border color is #604cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604cbb


Comments

No comments written yet.

Please login to write comment.