Color Hex Logo

#6391bd Color Hex

#6391BD
(99,145,189)
0 Favorites   0 Comments

Color spaces of #6391bd

RGB 99145189
HSL0.580.410.56
HSV209°48°74°
CMYK 0.480.230.00   0.26
XYZ24.456326.577651.9851
Yxy26.57760.23740.2580
Hunter Lab51.5535-5.5405-23.6990
CIE-Lab58.5813-3.4513-27.7274

#6391bd color RGB value is (99,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010001 10111101
Octal 143 221 275
Decimal 99 145 189
Hex 63 91 BD

RGB Percentages of Color #6391bd

%22.86
%33.49
%43.65

CMYK Percentages of Color #6391bd

%48
%23
%0
%26

Triadic Colors of #6391bd

#6391bd #bd6391 #91bd63

Analogous Colors of #6391bd

#6391bd #6364bd #63bdbc

Monochromatic Colors of #6391bd

#6391bd

Complementary Color

#6391bd #bd8f63

#6391bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6391bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6391bd Color CSS Codes

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

#6391bd Text Font Color

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

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


#6391bd Background Color

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

This div background color is #6391bd


#6391bd Border Color

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

This div border color is #6391bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6391bd


Comments

No comments written yet.

Please login to write comment.