Color Hex Logo

#6b56bf Color Hex

#6B56BF
(107,86,191)
0 Favorites   0 Comments

Color spaces of #6b56bf

RGB 10786191
HSL0.700.450.54
HSV252°55°75°
CMYK 0.440.550.00   0.25
XYZ18.795213.543050.9137
Yxy13.54300.22580.1627
Hunter Lab36.800826.7635-56.2668
CIE-Lab43.570334.5309-52.5271

#6b56bf color RGB value is (107,86,191).

#6b56bf hex color red value is 107, green value is 86 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6b56bf hue: 0.70 , saturation: 0.45 and the lightness value of 6b56bf is 0.54.

The process color (four color CMYK) of #6b56bf color hex is 0.44, 0.55, 0.00, 0.25. Web safe color of #6b56bf is #6666cc. Color #6b56bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01010110 10111111
Octal 153 126 277
Decimal 107 86 191
Hex 6B 56 BF

RGB Percentages of Color #6b56bf

%27.86
%22.40
%49.74

CMYK Percentages of Color #6b56bf

%44
%55
%0
%25

Triadic Colors of #6b56bf

#6b56bf #bf6b56 #56bf6b

Analogous Colors of #6b56bf

#6b56bf #a056bf #5676bf

Monochromatic Colors of #6b56bf

#6b56bf

Complementary Color

#6b56bf #aabf56

#6b56bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b56bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b56bf Color CSS Codes

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

#6b56bf Text Font Color

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

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


#6b56bf Background Color

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

This div background color is #6b56bf


#6b56bf Border Color

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

This div border color is #6b56bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b56bf


Comments

No comments written yet.

Please login to write comment.