Color Hex Logo

#6557bf Color Hex

#6557BF
(101,87,191)
0 Favorites   0 Comments

Color spaces of #6557bf

RGB 10187191
HSL0.690.450.55
HSV248°54°75°
CMYK 0.470.540.00   0.25
XYZ18.179013.344750.9079
Yxy13.34470.22050.1619
Hunter Lab36.530424.9006-57.0539
CIE-Lab43.278132.5715-53.0250

#6557bf color RGB value is (101,87,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010111 10111111
Octal 145 127 277
Decimal 101 87 191
Hex 65 57 BF

RGB Percentages of Color #6557bf

%26.65
%22.96
%50.40

CMYK Percentages of Color #6557bf

%47
%54
%0
%25

Triadic Colors of #6557bf

#6557bf #bf6557 #57bf65

Analogous Colors of #6557bf

#6557bf #9957bf #577dbf

Monochromatic Colors of #6557bf

#6557bf

Complementary Color

#6557bf #b1bf57

#6557bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6557bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6557bf Color CSS Codes

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

#6557bf Text Font Color

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

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


#6557bf Background Color

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

This div background color is #6557bf


#6557bf Border Color

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

This div border color is #6557bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6557bf


Comments

No comments written yet.

Please login to write comment.