Color Hex Logo

#604bd6 Color Hex

#604BD6
(96,75,214)
0 Favorites   0 Comments

Color spaces of #604bd6

RGB 9675214
HSL0.690.630.57
HSV249°65°84°
CMYK 0.550.650.00   0.16
XYZ19.477512.374064.9802
Yxy12.37400.20110.1278
Hunter Lab35.176737.2771-84.8998
CIE-Lab41.804545.6253-68.7222

#604bd6 color RGB value is (96,75,214).

#604bd6 hex color red value is 96, green value is 75 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #604bd6 hue: 0.69 , saturation: 0.63 and the lightness value of 604bd6 is 0.57.

The process color (four color CMYK) of #604bd6 color hex is 0.55, 0.65, 0.00, 0.16. Web safe color of #604bd6 is #6633cc. Color #604bd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001011 11010110
Octal 140 113 326
Decimal 96 75 214
Hex 60 4B D6

RGB Percentages of Color #604bd6

%24.94
%19.48
%55.58

CMYK Percentages of Color #604bd6

%55
%65
%0
%16

Triadic Colors of #604bd6

#604bd6 #d6604b #4bd660

Analogous Colors of #604bd6

#604bd6 #a64bd6 #4b7cd6

Monochromatic Colors of #604bd6

#604bd6

Complementary Color

#604bd6 #c1d64b

#604bd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604bd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604bd6 Color CSS Codes

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

#604bd6 Text Font Color

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

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


#604bd6 Background Color

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

This div background color is #604bd6


#604bd6 Border Color

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

This div border color is #604bd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604bd6


Comments

No comments written yet.

Please login to write comment.