Color Hex Logo

#604dcb Color Hex

#604DCB
(96,77,203)
0 Favorites   0 Comments

Color spaces of #604dcb

RGB 9677203
HSL0.690.550.55
HSV249°62°80°
CMYK 0.530.620.00   0.20
XYZ18.257212.106357.8744
Yxy12.10630.20690.1372
Hunter Lab34.794132.7730-74.2635
CIE-Lab41.384641.1457-63.0700

#604dcb color RGB value is (96,77,203).

#604dcb hex color red value is 96, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #604dcb hue: 0.69 , saturation: 0.55 and the lightness value of 604dcb is 0.55.

The process color (four color CMYK) of #604dcb color hex is 0.53, 0.62, 0.00, 0.20. Web safe color of #604dcb is #6666cc. Color #604dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001101 11001011
Octal 140 115 313
Decimal 96 77 203
Hex 60 4D CB

RGB Percentages of Color #604dcb

%25.53
%20.48
%53.99

CMYK Percentages of Color #604dcb

%53
%62
%0
%20

Triadic Colors of #604dcb

#604dcb #cb604d #4dcb60

Analogous Colors of #604dcb

#604dcb #9f4dcb #4d79cb

Monochromatic Colors of #604dcb

#604dcb

Complementary Color

#604dcb #b8cb4d

#604dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#604dcb Color CSS Codes

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

#604dcb Text Font Color

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

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


#604dcb Background Color

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

This div background color is #604dcb


#604dcb Border Color

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

This div border color is #604dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604dcb


Comments

No comments written yet.

Please login to write comment.