Color Hex Logo

#6056dc Color Hex

#6056DC
(96,86,220)
0 Favorites   0 Comments

Color spaces of #6056dc

RGB 9686220
HSL0.680.660.60
HSV244°61°86°
CMYK 0.560.610.00   0.14
XYZ21.069914.309769.3617
Yxy14.30970.20120.1366
Hunter Lab37.828233.2234-82.2344
CIE-Lab44.673841.0812-67.4776

#6056dc color RGB value is (96,86,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010110 11011100
Octal 140 126 334
Decimal 96 86 220
Hex 60 56 DC

RGB Percentages of Color #6056dc

%23.88
%21.39
%54.73

CMYK Percentages of Color #6056dc

%56
%61
%0
%14

Triadic Colors of #6056dc

#6056dc #dc6056 #56dc60

Analogous Colors of #6056dc

#6056dc #a356dc #568fdc

Monochromatic Colors of #6056dc

#6056dc

Complementary Color

#6056dc #d2dc56

#6056dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6056dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6056dc Color CSS Codes

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

#6056dc Text Font Color

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

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


#6056dc Background Color

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

This div background color is #6056dc


#6056dc Border Color

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

This div border color is #6056dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6056dc


Comments

No comments written yet.

Please login to write comment.