Color Hex Logo

#605bbb Color Hex

#605BBB
(96,91,187)
0 Favorites   0 Comments

Color spaces of #605bbb

RGB 9691187
HSL0.680.410.55
HSV243°51°73°
CMYK 0.490.510.00   0.27
XYZ17.534613.556848.7063
Yxy13.55680.21970.1699
Hunter Lab36.819620.5729-52.6574
CIE-Lab43.590527.7799-50.2156

#605bbb color RGB value is (96,91,187).

#605bbb hex color red value is 96, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #605bbb hue: 0.68 , saturation: 0.41 and the lightness value of 605bbb is 0.55.

The process color (four color CMYK) of #605bbb color hex is 0.49, 0.51, 0.00, 0.27. Web safe color of #605bbb is #6666cc. Color #605bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011011 10111011
Octal 140 133 273
Decimal 96 91 187
Hex 60 5B BB

RGB Percentages of Color #605bbb

%25.67
%24.33
%50.00

CMYK Percentages of Color #605bbb

%49
%51
%0
%27

Triadic Colors of #605bbb

#605bbb #bb605b #5bbb60

Analogous Colors of #605bbb

#605bbb #905bbb #5b86bb

Monochromatic Colors of #605bbb

#605bbb

Complementary Color

#605bbb #b6bb5b

#605bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#605bbb Color CSS Codes

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

#605bbb Text Font Color

<p style="color:#605bbb">Text here</p>

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


#605bbb Background Color

<div style="background-color:#605bbb">
Div content here</div>

This div background color is #605bbb


#605bbb Border Color

<div style="border:3px solid #605bbb">
Div here</div>

This div border color is #605bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,91,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #605bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #605bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #605bbb;
  box-shadow:         1px 1px 3px 2px #605bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605bbb


Comments

No comments written yet.

Please login to write comment.