Color Hex Logo

#6c56db Color Hex

#6C56DB
(108,86,219)
0 Favorites   0 Comments

Color spaces of #6c56db

RGB 10886219
HSL0.690.650.60
HSV250°61°86°
CMYK 0.510.610.00   0.14
XYZ22.298314.958268.7298
Yxy14.95820.21040.1411
Hunter Lab38.675835.2303-78.2896
CIE-Lab45.576942.9587-65.3965

#6c56db color RGB value is (108,86,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 01010110 11011011
Octal 154 126 333
Decimal 108 86 219
Hex 6C 56 DB

RGB Percentages of Color #6c56db

%26.15
%20.82
%53.03

CMYK Percentages of Color #6c56db

%51
%61
%0
%14

Triadic Colors of #6c56db

#6c56db #db6c56 #56db6c

Analogous Colors of #6c56db

#6c56db #af56db #5683db

Monochromatic Colors of #6c56db

#6c56db

Complementary Color

#6c56db #c5db56

#6c56db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c56db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c56db Color CSS Codes

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

#6c56db Text Font Color

<p style="color:#6c56db">Text here</p>

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


#6c56db Background Color

<div style="background-color:#6c56db">
Div content here</div>

This div background color is #6c56db


#6c56db Border Color

<div style="border:3px solid #6c56db">
Div here</div>

This div border color is #6c56db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,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 #6c56db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c56db


Comments

No comments written yet.

Please login to write comment.