Color Hex Logo

#6040db Color Hex

#6040DB
(96,64,219)
0 Favorites   0 Comments

Color spaces of #6040db

RGB 9664219
HSL0.700.680.55
HSV252°71°86°
CMYK 0.560.710.00   0.14
XYZ19.443411.268168.1680
Yxy11.26810.19660.1140
Hunter Lab33.568044.6476-96.9052
CIE-Lab40.028453.1086-74.4941

#6040db color RGB value is (96,64,219).

#6040db hex color red value is 96, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6040db hue: 0.70 , saturation: 0.68 and the lightness value of 6040db is 0.55.

The process color (four color CMYK) of #6040db color hex is 0.56, 0.71, 0.00, 0.14. Web safe color of #6040db is #6633cc. Color #6040db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000000 11011011
Octal 140 100 333
Decimal 96 64 219
Hex 60 40 DB

RGB Percentages of Color #6040db

%25.33
%16.89
%57.78

CMYK Percentages of Color #6040db

%56
%71
%0
%14

Triadic Colors of #6040db

#6040db #db6040 #40db60

Analogous Colors of #6040db

#6040db #ae40db #406edb

Monochromatic Colors of #6040db

#6040db

Complementary Color

#6040db #bbdb40

#6040db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6040db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6040db Color CSS Codes

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

#6040db Text Font Color

<p style="color:#6040db">Text here</p>

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


#6040db Background Color

<div style="background-color:#6040db">
Div content here</div>

This div background color is #6040db


#6040db Border Color

<div style="border:3px solid #6040db">
Div here</div>

This div border color is #6040db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,64,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6040db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6040db;
  -webkit-box-shadow: 1px 1px 3px 2px #6040db;
  box-shadow:         1px 1px 3px 2px #6040db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6040db


Comments

No comments written yet.

Please login to write comment.