Color Hex Logo

#6557be Color Hex

#6557BE
(101,87,190)
0 Favorites   0 Comments

Color spaces of #6557be

RGB 10187190
HSL0.690.440.54
HSV248°54°75°
CMYK 0.470.540.00   0.25
XYZ18.069313.300850.3302
Yxy13.30080.22120.1628
Hunter Lab36.470324.6154-56.2930
CIE-Lab43.213032.2713-52.5478

#6557be color RGB value is (101,87,190).

#6557be hex color red value is 101, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6557be hue: 0.69 , saturation: 0.44 and the lightness value of 6557be is 0.54.

The process color (four color CMYK) of #6557be color hex is 0.47, 0.54, 0.00, 0.25. Web safe color of #6557be is #6666cc. Color #6557be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010111 10111110
Octal 145 127 276
Decimal 101 87 190
Hex 65 57 BE

RGB Percentages of Color #6557be

%26.72
%23.02
%50.26

CMYK Percentages of Color #6557be

%47
%54
%0
%25

Triadic Colors of #6557be

#6557be #be6557 #57be65

Analogous Colors of #6557be

#6557be #9957be #577dbe

Monochromatic Colors of #6557be

#6557be

Complementary Color

#6557be #b0be57

#6557be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6557be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6557be Color CSS Codes

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

#6557be Text Font Color

<p style="color:#6557be">Text here</p>

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


#6557be Background Color

<div style="background-color:#6557be">
Div content here</div>

This div background color is #6557be


#6557be Border Color

<div style="border:3px solid #6557be">
Div here</div>

This div border color is #6557be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,87,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6557be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6557be;
  -webkit-box-shadow: 1px 1px 3px 2px #6557be;
  box-shadow:         1px 1px 3px 2px #6557be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,87,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6557be


Comments

No comments written yet.

Please login to write comment.