Color Hex Logo

#6395bd Color Hex

#6395BD
(99,149,189)
0 Favorites   0 Comments

Color spaces of #6395bd

RGB 99149189
HSL0.570.410.56
HSV207°48°74°
CMYK 0.480.210.00   0.26
XYZ25.078327.821752.1925
Yxy27.82170.23860.2647
Hunter Lab52.7463-7.4379-21.7451
CIE-Lab59.7273-5.7175-25.9591

#6395bd color RGB value is (99,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010101 10111101
Octal 143 225 275
Decimal 99 149 189
Hex 63 95 BD

RGB Percentages of Color #6395bd

%22.65
%34.10
%43.25

CMYK Percentages of Color #6395bd

%48
%21
%0
%26

Triadic Colors of #6395bd

#6395bd #bd6395 #95bd63

Analogous Colors of #6395bd

#6395bd #6368bd #63bdb8

Monochromatic Colors of #6395bd

#6395bd

Complementary Color

#6395bd #bd8b63

#6395bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6395bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6395bd Color CSS Codes

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

#6395bd Text Font Color

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

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


#6395bd Background Color

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

This div background color is #6395bd


#6395bd Border Color

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

This div border color is #6395bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6395bd


Comments

No comments written yet.

Please login to write comment.