Color Hex Logo

#6f5bcc Color Hex

#6F5BCC
(111,91,204)
0 Favorites   0 Comments

Color spaces of #6f5bcc

RGB 11191204
HSL0.700.530.58
HSV251°55°80°
CMYK 0.460.550.00   0.20
XYZ21.195715.221358.9476
Yxy15.22130.22230.1596
Hunter Lab39.014528.6997-62.2721
CIE-Lab45.935836.2426-56.2183

#6f5bcc color RGB value is (111,91,204).

#6f5bcc hex color red value is 111, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6f5bcc hue: 0.70 , saturation: 0.53 and the lightness value of 6f5bcc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01011011 11001100
Octal 157 133 314
Decimal 111 91 204
Hex 6F 5B CC

RGB Percentages of Color #6f5bcc

%27.34
%22.41
%50.25

CMYK Percentages of Color #6f5bcc

%46
%55
%0
%20

Triadic Colors of #6f5bcc

#6f5bcc #cc6f5b #5bcc6f

Analogous Colors of #6f5bcc

#6f5bcc #a85bcc #5b80cc

Monochromatic Colors of #6f5bcc

#6f5bcc

Complementary Color

#6f5bcc #b8cc5b

#6f5bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f5bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f5bcc Color CSS Codes

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

#6f5bcc Text Font Color

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

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


#6f5bcc Background Color

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

This div background color is #6f5bcc


#6f5bcc Border Color

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

This div border color is #6f5bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,91,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f5bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f5bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #6f5bcc;
  box-shadow:         1px 1px 3px 2px #6f5bcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,91,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f5bcc


Comments

No comments written yet.

Please login to write comment.