Color Hex Logo

#6051dc Color Hex

#6051DC
(96,81,220)
0 Favorites   0 Comments

Color spaces of #6051dc

RGB 9681220
HSL0.680.670.59
HSV246°63°86°
CMYK 0.560.630.00   0.14
XYZ20.684613.539069.2332
Yxy13.53900.19990.1309
Hunter Lab36.795435.9522-85.8017
CIE-Lab43.564444.0073-69.2841

#6051dc color RGB value is (96,81,220).

#6051dc hex color red value is 96, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6051dc hue: 0.68 , saturation: 0.67 and the lightness value of 6051dc is 0.59.

The process color (four color CMYK) of #6051dc color hex is 0.56, 0.63, 0.00, 0.14. Web safe color of #6051dc is #6666cc. Color #6051dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010001 11011100
Octal 140 121 334
Decimal 96 81 220
Hex 60 51 DC

RGB Percentages of Color #6051dc

%24.18
%20.40
%55.42

CMYK Percentages of Color #6051dc

%56
%63
%0
%14

Triadic Colors of #6051dc

#6051dc #dc6051 #51dc60

Analogous Colors of #6051dc

#6051dc #a651dc #5188dc

Monochromatic Colors of #6051dc

#6051dc

Complementary Color

#6051dc #cddc51

#6051dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6051dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6051dc Color CSS Codes

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

#6051dc Text Font Color

<p style="color:#6051dc">Text here</p>

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


#6051dc Background Color

<div style="background-color:#6051dc">
Div content here</div>

This div background color is #6051dc


#6051dc Border Color

<div style="border:3px solid #6051dc">
Div here</div>

This div border color is #6051dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,81,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6051dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6051dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6051dc;
  box-shadow:         1px 1px 3px 2px #6051dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6051dc


Comments

No comments written yet.

Please login to write comment.