Color Hex Logo

#6096db Color Hex

#6096DB
(96,150,219)
0 Favorites   0 Comments

Color spaces of #6096db

RGB 96150219
HSL0.590.630.62
HSV214°56°86°
CMYK 0.560.320.00   0.14
XYZ28.516429.414071.1923
Yxy29.41400.22080.2278
Hunter Lab54.2347-1.0560-39.8640
CIE-Lab61.14532.2027-40.5794

#6096db color RGB value is (96,150,219).

#6096db hex color red value is 96, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6096db hue: 0.59 , saturation: 0.63 and the lightness value of 6096db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010110 11011011
Octal 140 226 333
Decimal 96 150 219
Hex 60 96 DB

RGB Percentages of Color #6096db

%20.65
%32.26
%47.10

CMYK Percentages of Color #6096db

%56
%32
%0
%14

Triadic Colors of #6096db

#6096db #db6096 #96db60

Analogous Colors of #6096db

#6096db #6860db #60d4db

Monochromatic Colors of #6096db

#6096db

Complementary Color

#6096db #dba560

#6096db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6096db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6096db Color CSS Codes

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

#6096db Text Font Color

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

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


#6096db Background Color

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

This div background color is #6096db


#6096db Border Color

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

This div border color is #6096db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6096db


Comments

No comments written yet.

Please login to write comment.