Color Hex Logo

#604baf Color Hex

#604BAF
(96,75,175)
0 Favorites   0 Comments

Color spaces of #604baf

RGB 9675175
HSL0.700.400.49
HSV253°57°69°
CMYK 0.450.570.00   0.31
XYZ15.077810.614141.8115
Yxy10.61410.22340.1572
Hunter Lab32.579325.5966-53.2859
CIE-Lab38.922833.9317-50.6757

#604baf color RGB value is (96,75,175).

#604baf hex color red value is 96, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #604baf hue: 0.70 , saturation: 0.40 and the lightness value of 604baf is 0.49.

The process color (four color CMYK) of #604baf color hex is 0.45, 0.57, 0.00, 0.31. Web safe color of #604baf is #663399. Color #604baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001011 10101111
Octal 140 113 257
Decimal 96 75 175
Hex 60 4B AF

RGB Percentages of Color #604baf

%27.75
%21.68
%50.58

CMYK Percentages of Color #604baf

%45
%57
%0
%31

Triadic Colors of #604baf

#604baf #af604b #4baf60

Analogous Colors of #604baf

#604baf #924baf #4b68af

Monochromatic Colors of #604baf

#604baf

Complementary Color

#604baf #9aaf4b

#604baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#604baf Color CSS Codes

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

#604baf Text Font Color

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

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


#604baf Background Color

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

This div background color is #604baf


#604baf Border Color

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

This div border color is #604baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604baf


Comments

No comments written yet.

Please login to write comment.