Color Hex Logo

#6056db Color Hex

#6056DB
(96,86,219)
0 Favorites   0 Comments

Color spaces of #6056db

RGB 9686219
HSL0.680.650.60
HSV245°61°86°
CMYK 0.560.610.00   0.14
XYZ20.937814.256868.6661
Yxy14.25680.20160.1373
Hunter Lab37.758232.9056-81.3926
CIE-Lab44.599040.7701-67.0295

#6056db color RGB value is (96,86,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010110 11011011
Octal 140 126 333
Decimal 96 86 219
Hex 60 56 DB

RGB Percentages of Color #6056db

%23.94
%21.45
%54.61

CMYK Percentages of Color #6056db

%56
%61
%0
%14

Triadic Colors of #6056db

#6056db #db6056 #56db60

Analogous Colors of #6056db

#6056db #a356db #568fdb

Monochromatic Colors of #6056db

#6056db

Complementary Color

#6056db #d1db56

#6056db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6056db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6056db Color CSS Codes

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

#6056db Text Font Color

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

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


#6056db Background Color

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

This div background color is #6056db


#6056db Border Color

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

This div border color is #6056db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6056db


Comments

No comments written yet.

Please login to write comment.