Color Hex Logo

#605fbd Color Hex

#605FBD
(96,95,189)
0 Favorites   0 Comments

Color spaces of #605fbd

RGB 9695189
HSL0.670.420.56
HSV241°50°74°
CMYK 0.490.500.00   0.26
XYZ18.101414.345349.9590
Yxy14.34530.21970.1741
Hunter Lab37.875219.0276-51.6934
CIE-Lab44.724125.9281-49.5613

#605fbd color RGB value is (96,95,189).

#605fbd hex color red value is 96, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #605fbd hue: 0.67 , saturation: 0.42 and the lightness value of 605fbd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011111 10111101
Octal 140 137 275
Decimal 96 95 189
Hex 60 5F BD

RGB Percentages of Color #605fbd

%25.26
%25.00
%49.74

CMYK Percentages of Color #605fbd

%49
%50
%0
%26

Triadic Colors of #605fbd

#605fbd #bd605f #5fbd60

Analogous Colors of #605fbd

#605fbd #8f5fbd #5f8dbd

Monochromatic Colors of #605fbd

#605fbd

Complementary Color

#605fbd #bcbd5f

#605fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#605fbd Color CSS Codes

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

#605fbd Text Font Color

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

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


#605fbd Background Color

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

This div background color is #605fbd


#605fbd Border Color

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

This div border color is #605fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605fbd


Comments

No comments written yet.

Please login to write comment.