Color Hex Logo

#6009db Color Hex

#6009DB
(96,9,219)
0 Favorites   0 Comments

Color spaces of #6009db

RGB 969219
HSL0.740.920.45
HSV265°96°86°
CMYK 0.560.960.00   0.14
XYZ17.70777.796667.5894
Yxy7.79660.19020.0838
Hunter Lab27.922464.3362-123.9727
CIE-Lab33.555671.9672-85.1686

#6009db color RGB value is (96,9,219).

#6009db hex color red value is 96, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6009db hue: 0.74 , saturation: 0.92 and the lightness value of 6009db is 0.45.

The process color (four color CMYK) of #6009db color hex is 0.56, 0.96, 0.00, 0.14. Web safe color of #6009db is #6600cc. Color #6009db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001001 11011011
Octal 140 11 333
Decimal 96 9 219
Hex 60 9 DB

RGB Percentages of Color #6009db

%29.63
%2.78
%67.59

CMYK Percentages of Color #6009db

%56
%96
%0
%14

Triadic Colors of #6009db

#6009db #db6009 #09db60

Analogous Colors of #6009db

#6009db #c909db #091bdb

Monochromatic Colors of #6009db

#6009db

Complementary Color

#6009db #84db09

#6009db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6009db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6009db Color CSS Codes

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

#6009db Text Font Color

<p style="color:#6009db">Text here</p>

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


#6009db Background Color

<div style="background-color:#6009db">
Div content here</div>

This div background color is #6009db


#6009db Border Color

<div style="border:3px solid #6009db">
Div here</div>

This div border color is #6009db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,9,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 #6009db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6009db


Comments

No comments written yet.

Please login to write comment.