Color Hex Logo

#605bdb Color Hex

#605BDB
(96,91,219)
0 Favorites   0 Comments

Color spaces of #605bdb

RGB 9691219
HSL0.670.640.61
HSV242°58°86°
CMYK 0.560.580.00   0.14
XYZ21.351115.083468.8039
Yxy15.08340.20290.1433
Hunter Lab38.837430.1662-77.8515
CIE-Lab45.748237.7905-65.1627

#605bdb color RGB value is (96,91,219).

#605bdb hex color red value is 96, green value is 91 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #605bdb hue: 0.67 , saturation: 0.64 and the lightness value of 605bdb is 0.61.

The process color (four color CMYK) of #605bdb color hex is 0.56, 0.58, 0.00, 0.14. Web safe color of #605bdb is #6666cc. Color #605bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011011 11011011
Octal 140 133 333
Decimal 96 91 219
Hex 60 5B DB

RGB Percentages of Color #605bdb

%23.65
%22.41
%53.94

CMYK Percentages of Color #605bdb

%56
%58
%0
%14

Triadic Colors of #605bdb

#605bdb #db605b #5bdb60

Analogous Colors of #605bdb

#605bdb #a05bdb #5b96db

Monochromatic Colors of #605bdb

#605bdb

Complementary Color

#605bdb #d6db5b

#605bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#605bdb Color CSS Codes

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

#605bdb Text Font Color

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

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


#605bdb Background Color

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

This div background color is #605bdb


#605bdb Border Color

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

This div border color is #605bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605bdb


Comments

No comments written yet.

Please login to write comment.