Color Hex Logo

#604ccf Color Hex

#604CCF
(96,76,207)
0 Favorites   0 Comments

Color spaces of #604ccf

RGB 9676207
HSL0.690.580.55
HSV249°63°81°
CMYK 0.540.630.00   0.19
XYZ18.670812.160760.3947
Yxy12.16070.20470.1333
Hunter Lab34.872234.5437-78.2730
CIE-Lab41.470442.9380-65.2404

#604ccf color RGB value is (96,76,207).

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

The process color (four color CMYK) of #604ccf color hex is 0.54, 0.63, 0.00, 0.19. Web safe color of #604ccf is #6633cc. Color #604ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001100 11001111
Octal 140 114 317
Decimal 96 76 207
Hex 60 4C CF

RGB Percentages of Color #604ccf

%25.33
%20.05
%54.62

CMYK Percentages of Color #604ccf

%54
%63
%0
%19

Triadic Colors of #604ccf

#604ccf #cf604c #4ccf60

Analogous Colors of #604ccf

#604ccf #a24ccf #4c7acf

Monochromatic Colors of #604ccf

#604ccf

Complementary Color

#604ccf #bbcf4c

#604ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#604ccf Color CSS Codes

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

#604ccf Text Font Color

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

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


#604ccf Background Color

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

This div background color is #604ccf


#604ccf Border Color

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

This div border color is #604ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604ccf


Comments

No comments written yet.

Please login to write comment.