Color Hex Logo

#6f59db Color Hex

#6F59DB
(111,89,219)
0 Favorites   0 Comments

Color spaces of #6f59db

RGB 11189219
HSL0.690.640.60
HSV250°59°86°
CMYK 0.490.590.00   0.14
XYZ22.914115.638768.8287
Yxy15.63870.21340.1456
Hunter Lab39.545834.2235-75.5111
CIE-Lab46.496941.8064-63.8926

#6f59db color RGB value is (111,89,219).

#6f59db hex color red value is 111, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6f59db hue: 0.69 , saturation: 0.64 and the lightness value of 6f59db is 0.60.

The process color (four color CMYK) of #6f59db color hex is 0.49, 0.59, 0.00, 0.14. Web safe color of #6f59db is #6666cc. Color #6f59db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01011001 11011011
Octal 157 131 333
Decimal 111 89 219
Hex 6F 59 DB

RGB Percentages of Color #6f59db

%26.49
%21.24
%52.27

CMYK Percentages of Color #6f59db

%49
%59
%0
%14

Triadic Colors of #6f59db

#6f59db #db6f59 #59db6f

Analogous Colors of #6f59db

#6f59db #b059db #5984db

Monochromatic Colors of #6f59db

#6f59db

Complementary Color

#6f59db #c5db59

#6f59db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f59db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f59db Color CSS Codes

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

#6f59db Text Font Color

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

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


#6f59db Background Color

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

This div background color is #6f59db


#6f59db Border Color

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

This div border color is #6f59db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f59db


Comments

No comments written yet.

Please login to write comment.