color codes Logo

#604ecc color codes

#604ECC
(96,78,204)
0 Favorites   0 Comments

Color spaces of #604ecc

RGB 9678204
HSL0.690.550.55
HSV249°62°80°
CMYK 0.530.620.00   0.20
XYZ18.447312.295258.5277
Yxy12.29520.20660.1377
Hunter Lab35.064532.5452-74.4184
CIE-Lab41.681540.8637-63.1653

#604ecc color RGB value is (96,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001110 11001100
Octal 140 116 314
Decimal 96 78 204
Hex 60 4E CC

RGB Percentages of Color #604ecc

%25.40
%20.63
%53.97

CMYK Percentages of Color #604ecc

%53
%62
%0
%20

Triadic Colors of #604ecc

#604ecc #cc604e #4ecc60

Analogous Colors of #604ecc

#604ecc #9f4ecc #4e7bcc

Monochromatic Colors of #604ecc

#604ecc

Complementary Color

#604ecc #bacc4e

#604ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#604ecc Color CSS Codes

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

#604ecc Text Font Color

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

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


#604ecc Background Color

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

This div background color is #604ecc


#604ecc Border Color

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

This div border color is #604ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604ecc


Comments

No comments written yet.

Please login to write comment.