Color Hex Logo

#604fcb Color Hex

#604FCB
(96,79,203)
0 Favorites   0 Comments

Color spaces of #604fcb

RGB 9679203
HSL0.690.540.55
HSV248°61°80°
CMYK 0.530.610.00   0.20
XYZ18.399312.390657.9218
Yxy12.39060.20740.1397
Hunter Lab35.200331.7020-72.9210
CIE-Lab41.830339.9710-62.3457

#604fcb color RGB value is (96,79,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001111 11001011
Octal 140 117 313
Decimal 96 79 203
Hex 60 4F CB

RGB Percentages of Color #604fcb

%25.40
%20.90
%53.70

CMYK Percentages of Color #604fcb

%53
%61
%0
%20

Triadic Colors of #604fcb

#604fcb #cb604f #4fcb60

Analogous Colors of #604fcb

#604fcb #9e4fcb #4f7ccb

Monochromatic Colors of #604fcb

#604fcb

Complementary Color

#604fcb #bacb4f

#604fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#604fcb Color CSS Codes

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

#604fcb Text Font Color

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

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


#604fcb Background Color

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

This div background color is #604fcb


#604fcb Border Color

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

This div border color is #604fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604fcb


Comments

No comments written yet.

Please login to write comment.