Color Hex Logo

#6374bd Color Hex

#6374BD
(99,116,189)
0 Favorites   0 Comments

Color spaces of #6374bd

RGB 99116189
HSL0.640.410.56
HSV229°48°74°
CMYK 0.480.390.00   0.26
XYZ20.576318.817650.6918
Yxy18.81760.22840.2089
Hunter Lab43.37938.7551-38.9192
CIE-Lab50.473113.7025-40.3998

#6374bd color RGB value is (99,116,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110100 10111101
Octal 143 164 275
Decimal 99 116 189
Hex 63 74 BD

RGB Percentages of Color #6374bd

%24.50
%28.71
%46.78

CMYK Percentages of Color #6374bd

%48
%39
%0
%26

Triadic Colors of #6374bd

#6374bd #bd6374 #74bd63

Analogous Colors of #6374bd

#6374bd #7f63bd #63a1bd

Monochromatic Colors of #6374bd

#6374bd

Complementary Color

#6374bd #bdac63

#6374bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6374bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6374bd Color CSS Codes

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

#6374bd Text Font Color

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

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


#6374bd Background Color

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

This div background color is #6374bd


#6374bd Border Color

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

This div border color is #6374bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6374bd


Comments

No comments written yet.

Please login to write comment.