Color Hex Logo

#6556dc Color Hex

#6556DC
(101,86,220)
0 Favorites   0 Comments

Color spaces of #6556dc

RGB 10186220
HSL0.690.660.60
HSV247°61°86°
CMYK 0.540.610.00   0.14
XYZ21.612914.589669.3871
Yxy14.58960.20470.1382
Hunter Lab38.196334.1583-80.9682
CIE-Lab45.066941.9645-66.8210

#6556dc color RGB value is (101,86,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010110 11011100
Octal 145 126 334
Decimal 101 86 220
Hex 65 56 DC

RGB Percentages of Color #6556dc

%24.82
%21.13
%54.05

CMYK Percentages of Color #6556dc

%54
%61
%0
%14

Triadic Colors of #6556dc

#6556dc #dc6556 #56dc65

Analogous Colors of #6556dc

#6556dc #a856dc #568adc

Monochromatic Colors of #6556dc

#6556dc

Complementary Color

#6556dc #cddc56

#6556dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6556dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6556dc Color CSS Codes

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

#6556dc Text Font Color

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

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


#6556dc Background Color

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

This div background color is #6556dc


#6556dc Border Color

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

This div border color is #6556dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6556dc


Comments

No comments written yet.

Please login to write comment.