Color Hex Logo

#6096bd Color Hex

#6096BD
(96,150,189)
0 Favorites   0 Comments

Color spaces of #6096bd

RGB 96150189
HSL0.570.410.56
HSV205°49°74°
CMYK 0.490.210.00   0.26
XYZ24.915527.973652.2304
Yxy27.97360.23700.2661
Hunter Lab52.8901-8.4697-21.5274
CIE-Lab59.8649-7.0059-25.7598

#6096bd color RGB value is (96,150,189).

#6096bd hex color red value is 96, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6096bd hue: 0.57 , saturation: 0.41 and the lightness value of 6096bd is 0.56.

The process color (four color CMYK) of #6096bd color hex is 0.49, 0.21, 0.00, 0.26. Web safe color of #6096bd is #6699cc. Color #6096bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010110 10111101
Octal 140 226 275
Decimal 96 150 189
Hex 60 96 BD

RGB Percentages of Color #6096bd

%22.07
%34.48
%43.45

CMYK Percentages of Color #6096bd

%49
%21
%0
%26

Triadic Colors of #6096bd

#6096bd #bd6096 #96bd60

Analogous Colors of #6096bd

#6096bd #6068bd #60bdb6

Monochromatic Colors of #6096bd

#6096bd

Complementary Color

#6096bd #bd8760

#6096bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6096bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6096bd Color CSS Codes

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

#6096bd Text Font Color

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

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


#6096bd Background Color

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

This div background color is #6096bd


#6096bd Border Color

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

This div border color is #6096bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6096bd


Comments

No comments written yet.

Please login to write comment.